vscode-drawio icon indicating copy to clipboard operation
vscode-drawio copied to clipboard

Disable Shortcut Handling In Draw.io & Handle Commands In VS Code

Open hediet opened this issue 3 years ago • 1 comments

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:

  1. Add a VS Code command for each available Draw.io action with the original shortcut as default shortcut (here is an almost complete list).
  2. When invoked, trigger the Draw.io action in the active webview.
  3. Disable shortcut handling in the Draw.io view

Estimated required time: 8 hours.

Please up- or downvote this issue to prioritize this issue.

hediet avatar Oct 15 '20 15:10 hediet

+1 drives me nuts I can't do cmd+shift+o 😆

reececomo avatar Feb 11 '24 05:02 reececomo