-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
some keyboard shortcuts not working (macOS) #266
Comments
hm. This seems to be the place to start debugging:
But no clue why this happens. |
You can try version 0.2.3, there are no bugs that cannot be undone |
Confirmed in 0.2.5 with IntelliJ 2023.3.5 Ultimate Build #IU-233.14808.21. It seems that when editing the text in a box, cmd-Z does work. However, after dragging a shape to another position, it does not work. |
Due to time constraints with the current maintainers, I'm marking this a "help wanted" - maybe someone else has the time to look at this one. |
I think none of the cmd keys work on MacOS. That makes this plugin basically inoperable for now. Hopefully someone can pick this up. |
"inoperable" is a hard word. I use the plugin quite often. It seems that keyboard shortcuts are handled here: https://github.com/docToolchain/diagrams.net-intellij-plugin/blob/main/src/webview/index.html#L320 (ah, already mentioned above). So, we need someone who has the chance to invest some time... |
Some keyboard shortcuts, particularly cmd+Z (crucial) and cmd+A, does not work inside the diagrams editor even though they don't have any other function in IntelliJ or the OS. In the IntelliJ keymap they are mapped to the standard functions, undo and select all.
The text was updated successfully, but these errors were encountered: