-
Notifications
You must be signed in to change notification settings - Fork 115
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
mapping backslash to a modifier loses bar character #120
Comments
I had similar issues using xcape in combination with Xmodmap while trying to replicate Ethan Schoonover's modifier setup. Xmodmap:
When I now run I analyzed the pressed keys with this command: |
I also had the same issue The easiest way I found to circumvent this was to use xmodmap to essentially reconfigure the backslash character.
After you've run this, everything should be back to normal |
After spending too much time, the following
|
I've mapped my backslash character to a spare modifier using the following:
but now when I want to type a vertical "bar" character, it inserts a backslash.
How can I preserve my shifted bar character?
The text was updated successfully, but these errors were encountered: