Last active
February 5, 2025 00:49
-
-
Save fukayatsu/c93d036e0b6cc010289facb67fc325e8 to your computer and use it in GitHub Desktop.
Revisions
-
fukayatsu revised this gist
Aug 16, 2021 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,11 @@ "command" ], "optional":[ "fn", "command", "control", "option", "shift" ] } }, -
fukayatsu created this gist
Aug 13, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,47 @@ { "title":"VSCode Fix", "rules":[ { "description":"Fix Cmd+[", "_comment":"https://github.com/microsoft/vscode/issues/115651", "manipulators":[ { "conditions":[ { "type":"frontmost_application_if", "bundle_identifiers":[ "^com\\.microsoft\\.VSCode" ] } ], "from":{ "key_code":"open_bracket", "modifiers":{ "mandatory":[ "command" ], "optional":[ "any" ] } }, "to":[ { "key_code":"caps_lock" }, { "key_code":"open_bracket", "modifiers":[ "command" ] }, { "key_code":"caps_lock" } ], "type":"basic" } ] } ] }