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

Modifier keys should have an effect on keycode and keyevent actions. #238

Closed
sds100 opened this issue Aug 23, 2019 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request
Projects

Comments

@sds100
Copy link
Collaborator

sds100 commented Aug 23, 2019

Example 1: Command-K is mapped to the right arrow key. When the Ctrl key is pressed at the same time as the Command-K key, it should move to the end of a word instead of moving one character.

Example 2: Alt-7 is mapped to send a keyevent for the letter Z. when Shift is pressed at the same time as this keymap, the keyevent should be sent with that modifier key.

@sds100 sds100 added the enhancement New feature or request label Aug 23, 2019
@sds100 sds100 self-assigned this Aug 23, 2019
@sds100 sds100 added this to To do in 2.0.0 via automation Aug 23, 2019
@sds100 sds100 changed the title Modifer keys should have an effect on keycode and keyevent actions. Modifier keys should have an effect on keycode and keyevent actions. Jan 16, 2020
@sds100
Copy link
Collaborator Author

sds100 commented Jun 3, 2020

implemented

@sds100 sds100 closed this as completed Jun 3, 2020
2.0.0 automation moved this from To do to Done Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
2.0.0
  
Done
Development

No branches or pull requests

1 participant