vscode-drawio
vscode-drawio copied to clipboard
Disable Shortcut Handling In Draw.io & Handle Commands In VS Code
Currently, Draw.io handles all shortcuts in the webview. Those that are not handled, are automatically forwarded to VS Code and possibly handled there. This might lead to shortcut conflicts.
Ultimatively, VS Code should handle all shortcuts and just trigger the corresponding action inside the draw.io webview.
Steps:
- Add a VS Code command for each available Draw.io action with the original shortcut as default shortcut (here is an almost complete list).
- When invoked, trigger the Draw.io action in the active webview.
- Disable shortcut handling in the Draw.io view
Estimated required time: 8 hours.
Please up- or downvote this issue to prioritize this issue.
+1 drives me nuts I can't do cmd+shift+o 😆