Files
woonoow-docs/.vscode/keyboard.code-snippets
2025-05-19 22:20:53 +07:00

24 lines
598 B
Plaintext

{
"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."
}
}