Commit d6a10c9
committed
Do not trigger Ctrl-Tab handling when pressing Ctrl-Shift-Tab
Previously, the keybinding for Ctrl-Tab didn't check the status of the
Shift key, so it would also trigger when pressing Ctrl-Shift-Tab. This
resulted in switching tabs forward *and* back, making it look like the
switch back was not working.
Closes: #1951 parent 80a1201 commit d6a10c9
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
0 commit comments