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

Unable to bind AltGr? #110

Open Aadniz opened 5 years ago

Aadniz commented 5 years ago

Hi.

I couldn't find any documentation on all the available key names except for the simple example in the README.md

I'm simply trying to bind AltGr+Left_Arrow to Alt+Left_Arrow.

I tried doing this:

xcape -e 'altgr|left=alt|left' xcape -e 'alt_gr|left=alt|left' xcape -e 'altgr|left_arrow=alt|left_arrow' xcape -e 'alt_r|left=alt|left'

But ends up getting this error:

Invalid Key: altgr|left=alt|left Failed to parse_mapping

What is the command for this if it is possible?

polluks commented 3 years ago

AltGr (an IBM term) is in fact ISO_Level3_Shift https://superuser.com/a/386294/834135