width: auto;
max-width: 150px;
}
+
+kbd {
+ display: inline-block;
+ padding: 3px 5px;
+ font-size: 0.65em;
+ color: var(--vp-c-text-1);
+ vertical-align: middle;
+ background-color: var(--vp-c-bg-mute);
+ border: solid 1px var(--vp-c-bg-soft-mute);
+ border-radius: 6px;
+ box-shadow: inset 0 -1px 0 var(--vp-c-bg-soft-mute);
+ line-height: 0.95em;
+}
These are some snippets that I use in VSCode to make my life easier.
-Manage user snippets with <kbd>⇧</kbd> <kbd>⌘</kbd> <kbd>P</kbd> / <kbd>Ctrl</kbd> <kbd>⇧</kbd> <kbd>P</kbd> and then `Snippets: Configure User Snippets`.
+Manage user snippets with <kbd>⇧</kbd> <kbd>⌘</kbd> <kbd>P</kbd> / <kbd>⇧</kbd> <kbd>⌃</kbd> <kbd>P</kbd> and then `Snippets: Configure User Snippets`.
```json
{