-
Notifications
You must be signed in to change notification settings - Fork 12
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
Binding keyboard shortcut to Mac (OS X) Command Key #150
Comments
Hi! I honestly don't know if the ⌘-key is recognized the same way as CTRL is. but you could try to use e.g.: # opens up the file structure browser
kb.fileStructure = CONTROL + F12 # opens up the file structure browser
kb.fileStructure = META + F12 notes for myself: https://stackoverflow.com/questions/15418987/java-robot-keypress-command-key |
Hi, the META key is not assigned in the KeyStrokeUtil.java, this can be fixed easily to allow to set the Command key for MAC OS. I modified the code and compiled it and it seems to work fine on my MAC now. Let me know if you are interested in the code. And yes, thank for the plugin, its great. |
@danielrohrbach yes I'm interested. Thank you, but let's say it's good enough. |
I send you an email over the weekend which contains the code with the changes. Let me know if you got it. |
Could you try this jar? I've implemented your code |
Hi!
I have for long been annoyed with the lack of "duplicate line" in MatLab, so I was thrilled to find this plugin. I was able to install it on my Mac, despite the instruction seems written for Windows. However, how do I bind the Duplicate Line action to the keyboard shortcut: "Command + D"? (I.e. "⌘+D")
Thanks for your plugin!!
The text was updated successfully, but these errors were encountered: