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

How to exchange Right_Shift and Left_Brace? #65

Closed
senlinmuvs opened this issue Mar 18, 2020 · 4 comments
Closed

How to exchange Right_Shift and Left_Brace? #65

senlinmuvs opened this issue Mar 18, 2020 · 4 comments

Comments

@senlinmuvs
Copy link

senlinmuvs commented Mar 18, 2020

Not working like this:

define_modmap({
    Key.RIGHT_SHIFT: Key.LEFT_BRACE
})
@Lenbok
Copy link
Contributor

Lenbok commented Mar 19, 2020

Did you try it with RIGHT_SHIFT spelt correctly?

@senlinmuvs
Copy link
Author

Did you try it with RIGHT_SHIFT spelt correctly?

Sorry, it's still the same, it can't listen to the press of a single shift key at all.

@QiangF
Copy link

QiangF commented Mar 20, 2020

Maybe try this:

define_multipurpose_modmap({
    Key.RIGHT_SHIFT: [Key.CAPSLOCK, Key.RIGHT_CTRL], 
})

I can bind single press of shift to delete with no problem.

@senlinmuvs
Copy link
Author

Thank you. Now I can:
[+H:left
[+J:down
[+K:up
[+L:right
good tools!

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

3 participants