Skip to content

Commit

Permalink
Add keymap wrapper config for Sumlime Text Keymap #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Dec 15, 2021
1 parent b7643f5 commit c29e37c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions keymap-wrapper/ms-vscode.sublime-keybindings.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"base": {
"type": "url",
"url": "https://github.com/microsoft/vscode-sublime-keybindings/raw/main/package.json"
},
"footer": [
{
"key": "ctrl+q",
"mac": "cmd+q",
"command": "kb-macro.startRecording",
"when": "!kb-macro.recording"
},
{
"key": "ctrl+shift+q",
"mac": "cmd+shift+q",
"command": "kb-macro.cancelRecording",
"when": "kb-macro.recording"
},
{
"key": "ctrl+q",
"mac": "cmd+q",
"command": "kb-macro.finishRecording",
"when": "kb-macro.recording"
},
{
"key": "ctrl+shift+q",
"mac": "cmd+shift+q",
"command": "kb-macro.playback",
"when": "!kb-macro.recording"
}
]
}

0 comments on commit c29e37c

Please sign in to comment.