This commit is contained in:
Wade Anderson 2016-10-19 17:46:20 -07:00
Родитель 427a2ac034
Коммит 1e608cd34c
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -46,7 +46,7 @@ Additionally, you can see all of the keyboard shortcuts in the extension's detai
## Why doesn't join lines (or another command) work?
This is likely because VS Code has not implemented this feature. Head on over to this [GitHub issue](https://github.com/Microsoft/vscode/issues/3776) and let VS Code know what you'd like to see.
This is likely because VS Code has not implemented this feature. Head on over to this [GitHub issue](https://github.com/Microsoft/vscode/issues/3776) and let the VS Code team know what you'd like to see.
## How do I contribute a keyboard shortcut?
@ -62,10 +62,13 @@ We may have missed a keyboard shortcut. If we did please help us out! It is very
"mac": "<keyboard shortcut for mac>",
"linux": "<keyboard shortcut for linux",
"win": "<keyboard shortcut for windows",
"key": "<default keyboard shortcut>",
"command": "<name of the command in VS Code"
}
```
You can read more about how to contribute keybindings in extensions in the [official documentation](http://code.visualstudio.com/docs/extensionAPI/extension-points#_contributeskeybindings).
## Releases
1.4.0 - Added Windows / Linux key bindings and a number of missing commands. Updated the README.

Просмотреть файл

@ -2,7 +2,7 @@
"name": "sublime-keybindings",
"displayName": "Sublime Keymap",
"description": "Popular Sublime keybindings for VS Code.",
"version": "1.4.6",
"version": "1.4.7",
"publisher": "ms-vscode",
"engines": {
"vscode": "^1.6.0"