From 52d81fdb3b8b9affcbdf12b694899ffda15ce2a5 Mon Sep 17 00:00:00 2001 From: JT <83042433+jithan10@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:27:45 -0700 Subject: [PATCH] Create End zoom Ctrl+Shift+E --- public/json/End zoom Ctrl+Shift+E | 57 +++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 public/json/End zoom Ctrl+Shift+E diff --git a/public/json/End zoom Ctrl+Shift+E b/public/json/End zoom Ctrl+Shift+E new file mode 100644 index 000000000..bcd1e4bd9 --- /dev/null +++ b/public/json/End zoom Ctrl+Shift+E @@ -0,0 +1,57 @@ +{ + "description": "Ctrl+Shift+E => Cmd+Shift+E", + "manipulators": [ + { + "conditions": [ + { + "bundle_identifiers": [ + "^com\\.microsoft\\.rdc$", + "^com\\.microsoft\\.rdc\\.mac$", + "^com\\.microsoft\\.rdc\\.macos$", + "^com\\.microsoft\\.rdc\\.osx\\.beta$", + "^net\\.sf\\.cord$", + "^com\\.thinomenon\\.RemoteDesktopConnection$", + "^com\\.itap-mobile\\.qmote$", + "^com\\.nulana\\.remotixmac$", + "^com\\.p5sys\\.jump\\.mac\\.viewer$", + "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", + "^com\\.teamviewer\\.TeamViewer$", + "^com\\.vmware\\.horizon$", + "^com\\.2X\\.Client\\.Mac$", + "^com\\.vmware\\.fusion$", + "^com\\.vmware\\.horizon$", + "^com\\.vmware\\.view$", + "^com\\.parallels\\.desktop$", + "^com\\.parallels\\.vm$", + "^com\\.parallels\\.desktop\\.console$", + "^org\\.virtualbox\\.app\\.VirtualBoxVM$", + "^com\\.citrix\\.XenAppViewer$", + "^com\\.vmware\\.proxyApp\\.", + "^com\\.parallels\\.winapp\\.", + "^org\\.macports\\.X11$", + "^co\\.zeit\\.hyperterm$", + "^co\\.zeit\\.hyper$", + "^io\\.alacritty$", + "^net\\.kovidgoyal\\.kitty$", + "^tv\\.parsec\\.www$" + ], + "type": "frontmost_application_unless" + } + ], + "from": { + "key_code": "e", + "modifiers": { + "mandatory": ["control", "shift"], + "optional": ["any"] + } + }, + "to": [ + { + "key_code": "e", + "modifiers": ["left_command", "left_shift"] + } + ], + "type": "basic" + } + ] +}