Closed toniz4 closed 3 years ago
I tested it as below and key->is_modifier was true.
xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
How do you bind it?
Ah I had missed reset mod.
Reset modmap and xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
works on wyeb.
I use setxkbmap to to this, with this command:
setxkbmap -model thinkpad60 -layout br -option caps:escape_shifted_capslock
Hmm it makes is_modifier == true.
Using xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
it works as intended, but it should work without it, right? Every other program works without xmodmap.
I've found setxkbmap -option caps:escape
works.
So I'm stuck with what to support such a nonsense key event. ESC is not modifier.
Yup, it works. Maybe it's not needed to support this obscure option, either way i never use it.
I have my esc key binded to escape, but in wyeb it doesn't work.