add keybinding
This commit is contained in:
@ -21,6 +21,14 @@
|
||||
"command": "contra.cycle",
|
||||
"title": "Cycle"
|
||||
}
|
||||
],
|
||||
"keybindings": [
|
||||
{
|
||||
"command": "contra.cycle",
|
||||
"key": "alt+shift+c",
|
||||
"mac": "alt+shift+c",
|
||||
"when": "editorTextFocus"
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user