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

Add more shortcut options #220

Merged
merged 1 commit into from
Mar 26, 2023
Merged

Add more shortcut options #220

merged 1 commit into from
Mar 26, 2023

Conversation

jf908
Copy link
Contributor

@jf908 jf908 commented Mar 26, 2023

  • Fix the CmdOrCtrl+Shift modifier (payload.shortcut.split('+') did not split the modifier and the key properly)
  • Add none as a modifier
  • Include F13-F24 keys

My use case for these changes are that I have additional function keys on my keyboard which are useful for macros and it's nice to
be able to use them without an additional modifier.

* Fix the CmdOrCtrl+Shift modifier
* Add none as a modifier
* Include F13-F24 keys
@rscarson
Copy link
Owner

Looks great! Thanks!!

@rscarson rscarson merged commit 99f5891 into rscarson:master Mar 26, 2023
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

Successfully merging this pull request may close these issues.

2 participants