-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
Can't set shortcut to "Shift Left/Right/Up/Down" #5
Comments
@jingzhehu thanks for using the app! The shortcut recorder doesn't allow shortcuts that are already in use by the OS. Shift+arrow is used globally to highlight text. At this time, I don't have plans to change this behavior to allow Shift+arrow. It is a really easy change to make in the code, though. If you want to fork it and make the changes, I can walk you through it. Sorry, probably not the answer you were looking for, but I'm going to close this as "works as intended". |
Got it and thanks in advance ! Could you point me to the relevant source codes ? |
I made a quick branch that does what you want. Let me know if you have any questions. |
@rxhanson Works perfectly ! Really appreciate your help. Somehow cocoapod complains about |
Thanks for being the first Guinea Pig and letting me know :) I removed the If you don't mind, it would help to star the project in GitHub so that it can gain more interest. That will also help me get to 50 stars to add it to brew cask for easy install. Thanks! |
@jingzhehu figured I'd let you know that I added the changes for allowing any shortcut into v0.4, so you can get back on the main release track if you want. It's a checkbox in the settings tab of the preferences window. |
@rxhanson Thanks for making this app available !
The problem I have is that I can't set any shortcut to something like "Shift Left" - it just won't be recorded. Could you take a look and help me resolve the issue ?
The text was updated successfully, but these errors were encountered: