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

"greater" key doesn't work, and give a "less" key instead #143

Open
sulivanShu opened this issue May 18, 2023 · 1 comment
Open

"greater" key doesn't work, and give a "less" key instead #143

sulivanShu opened this issue May 18, 2023 · 1 comment

Comments

@sulivanShu
Copy link

"greater" key (0x003e, >) doesn't work, and give a "less" key instead (0x003c, <)

so:

$ xcape -t 200 -e 'Control_L=less;Control_R=greater'

Control_L and Control_R give the same key: "less" (0x003c, <)

@sulivanShu
Copy link
Author

sulivanShu commented May 18, 2023

however, this works:

$ xcape -t 200 -e 'Control_L=less;Control_R=Shift_R|greater'

or

$ xcape -t 200 -e 'Control_L=less;Control_R=Shift_R|less'

I don't know why.

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

1 participant