Skip to content

Commit

Permalink
Create End zoom Ctrl+Shift+E
Browse files Browse the repository at this point in the history
  • Loading branch information
jithan10 authored Sep 12, 2024
1 parent dbd7073 commit 52d81fd
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions public/json/End zoom Ctrl+Shift+E
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 52d81fd

Please sign in to comment.