-
Updated
Jul 5, 2020 - JavaScript
shortcuts
Here are 315 public repositories matching this topic...
-
Updated
Jul 3, 2017 - Objective-C
-
Updated
Oct 22, 2019 - HTML
-
Updated
Jun 24, 2020 - Python
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Jun 29, 2020 - Ruby
According to MDN, we should most definitely not be using the .keyCode property. It is deprecated:
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
On W3 school, this fact is played down and there is only a side note saying that .keyCode is provided for compatibility only and that the latest vers
-
Updated
Aug 10, 2019 - Python
-
Updated
May 14, 2019 - Swift
-
Updated
Jun 26, 2020 - PureBasic
Inactive plugins should be marked as inactive or removed form the list... otherwise it's unclear why certain shortcuts don't work
-
Updated
May 6, 2020 - Python
-
Updated
Nov 3, 2019 - Objective-C
-
Updated
Jul 3, 2020 - Swift
Refer: https://developer.chrome.com/apps/commands
For the suggested_key key,
// left
"suggested_key": {
"default": "Shift+Alt+Left",
"windows": "Shift+Alt+Left",
"mac": "MacCtrl+Shift+Left",
"chromeos": "Shift+Alt+Left",
"linux": "Shift+Alt+Left"
}
// right
"suggested_key": {
"default": "Shift+Alt+Right",
"windows": "Shift+Alt+Right",
"mac": "MacCtrl+Dash is great for looking up what you need when you know the syntax keyword but can't remember it's specifics, but it's also great for helping with code review/tutorials/contributing to existing code to be able to search up a syntax term you don't know.
It would be great to have this option built into the vscode touchbar - so I've created a pull request to that end https://github.com/NascHQ/nas
-
Updated
Nov 27, 2017 - Clojure
-
Updated
Sep 9, 2019 - Rust
How could I set my own shortcut, eg: ctrl+5 for md-shortcut.toggleStrikethrough? (derive from Excel)
I think there should be some shortcut:
| Name | Description | Default key binding |
|---|---|---|
| md-shortcut.toggleStrikethrough | Make |
Ctrl+5 (excel) |
| md-shortcut.toggleTitleH1 | Toggle # H1 title | Ctrl+Alt+1 (word) |
| md-shortcut.toggleTitleH |
-
Updated
Aug 1, 2018 - C++
Improve this page
Add a description, image, and links to the shortcuts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shortcuts topic, visit your repo's landing page and select "manage topics."
#16 added support for an optional
optionsparameter to thebuildShortcutfunction.Currently, the supported options are:
Currently, this functionality isn't documented anywhere. It wo