Fix remaps which broke because of delay-less sequences
As noted in [https://github.com/k0kubun/xremap/issues/294](xremap#294) Wayland doesn't handle delay-less sequences properly. The workaround is to add a delay, this fixed remaps in text boxes in particular.
This commit is contained in:
parent
318bcd1e10
commit
48e5fbfa72
@ -1,4 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
# Wayland doesn't handle delay-less sequences properly, insert a delay.
|
||||||
|
keypress_delay_ms: 20
|
||||||
|
|
||||||
keymap:
|
keymap:
|
||||||
- name: Terminal remaps
|
- name: Terminal remaps
|
||||||
application:
|
application:
|
||||||
@ -36,8 +39,8 @@ keymap:
|
|||||||
|
|
||||||
# TODO: Move cursor one word left/right
|
# TODO: Move cursor one word left/right
|
||||||
# Doesn't work for some reason
|
# Doesn't work for some reason
|
||||||
# Alt-Left: Ctrl-Left
|
Alt-Left: Ctrl-Left
|
||||||
# Alt-Right: Ctrl-Right
|
Alt-Right: Ctrl-Right
|
||||||
|
|
||||||
- name: Firefox remaps
|
- name: Firefox remaps
|
||||||
application:
|
application:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user