alols / xcape

Linux utility to configure modifier keys to act as other keys when pressed and released on their own.
GNU General Public License v3.0
2.1k stars 117 forks source link

ISO_Level5_Shift=Escape does not map #127

Closed gvannoye closed 3 years ago

gvannoye commented 3 years ago

When trying to map ISO_Level5_Shift to Escape with xcape (I have put ISO_Level5_Shift on my \<CAPS> key, I don't know if it's relevant), I have the following message and the mapping is not set: WARNING: No keycode found for keysym Escape (0xff1b) in mapping ISO_Level5_Shift. Ignoring this mapping. Failed to parse_mapping

gvannoye commented 3 years ago

By reading Note regarding xmodmap in the README, I realized that Escape was not mapped to any keys. By mapping it to keycode 255, it now works perfectly.