Commit e6549ce
committed
fix(keys): initially focus the key log
When running `textual keys`, currently the 'Clear' button will have
initial focus. This can be confusing if you're trying to test the
`enter` key with some modifiers, as this might invoke a button press!
This simply re-orders the composed widgets so the key log is initially
focussed instead.1 parent 6485ab6 commit e6549ce
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments