Open Aadniz opened 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'
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
Invalid Key: altgr|left=alt|left
Failed to parse_mapping
What is the command for this if it is possible?
AltGr (an IBM term) is in fact ISO_Level3_Shift https://superuser.com/a/386294/834135
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?