v1.9.0 : add keyboard components
This commit is contained in:
23
.vscode/keyboard.code-snippets
vendored
Normal file
23
.vscode/keyboard.code-snippets
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"Keyboard - Mac": {
|
||||
"prefix": "keymac",
|
||||
"body": [
|
||||
"<Kbd show=\"${1:ctrl}\" type=\"mac\" />"
|
||||
],
|
||||
"description": "Mac keyboard shortcut."
|
||||
},
|
||||
"Keyboard - Windows": {
|
||||
"prefix": "keywin",
|
||||
"body": [
|
||||
"<Kbd show=\"${1:ctrl}\" type=\"windows\" />"
|
||||
],
|
||||
"description": "Windows keyboard shortcut."
|
||||
},
|
||||
"Keyboard - Custom": {
|
||||
"prefix": "keycustom",
|
||||
"body": [
|
||||
"<Kbd show=\"${1:custom}\">${2:Custom}</Kbd>"
|
||||
],
|
||||
"description": "Custom keyboard shortcut."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user