docs:mac os shortcut

This commit is contained in:
Hufe921
2023-02-16 22:11:26 +08:00
parent 75b7fef7ac
commit df8096ebfb
2 changed files with 19 additions and 17 deletions
+2
View File
@@ -10,6 +10,8 @@ instance.register.shortcutList([
{
key: KeyMap;
ctrl?: boolean;
meta?: boolean;
mod?: boolean; // windows:ctrl || mac:command
shift?: boolean;
alt?: boolean;
isGlobal?: boolean;