Commit e39d843
committed
fix(editor): support Cmd key for editor shortcuts on macOS
Editor keyboard shortcuts (save, delete, duplicate) only checked
event.ctrlKey, so Cmd+D/Cmd+Enter/Cmd+Delete on macOS fell through
to the browser's default shortcuts instead of triggering the
calendar action.
Fixes #8715
Signed-off-by: xhon-pelushi <xhon@pelushi.com>1 parent 3c40915 commit e39d843
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
637 | | - | |
| 637 | + | |
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
642 | | - | |
| 642 | + | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
0 commit comments