Skip to content
New issue

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

Unable to bind AltGr? #110

Open
Aadniz opened this issue Jan 5, 2019 · 1 comment
Open

Unable to bind AltGr? #110

Aadniz opened this issue Jan 5, 2019 · 1 comment

Comments

@Aadniz
Copy link

Aadniz commented Jan 5, 2019

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
Copy link

polluks commented Jul 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants