We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
AltGr (an IBM term) is in fact ISO_Level3_Shift https://superuser.com/a/386294/834135
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: