Commit a06656a
committed
fix(ie-shell): fix Ctrl+Shift keybindings for tab list and bookmarks overlays #78
With Shift held, winit reports uppercase characters (T, B) instead of
lowercase. Match both cases so Ctrl+Shift+T (ShowTabList) and
Ctrl+Shift+B (ShowBookmarks) work on all platforms.
Also fix Ctrl+L/W/D/Q to accept uppercase variants.1 parent e87304d commit a06656a
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments