mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
keymap: use same lookup table for Tab and ISO_Left_Tab
With XKB, Shift+Tab maps to XKB_KEY_ISO_Left_Tab, not XKB_Key_Tab. Previously, we had two different lookup tables for the two. The tab table was correctly populated, while the ISO-left tab wasn’t. As a result, all Shift+Tab combos (except Shift+Tab itself) was wrong, and resulted in the same escape sequence as Shift+Tab. Fix by using the same table for both tab and ISO-left tab. Closes #210
This commit is contained in:
parent
ca150fbdd5
commit
3a3616af96
3 changed files with 5 additions and 7 deletions
|
|
@ -35,6 +35,8 @@
|
|||
|
||||
* Resize very slow when window is hidden
|
||||
(https://codeberg.org/dnkl/foot/issues/190).
|
||||
* Key mappings for key combinations with `shift`+`tab`
|
||||
(https://codeberg.org/dnkl/foot/issues/210).
|
||||
|
||||
|
||||
## 1.5.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue