123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "outline:open-for-current": [
- {
- "modifiers": [
- "Mod"
- ],
- "key": "\\"
- }
- ],
- "workspace:copy-path": [
- {
- "modifiers": [
- "Alt"
- ],
- "key": "C"
- }
- ],
- "workspace:close-window": [],
- "app:open-help": [
- {
- "modifiers": [],
- "key": "F1"
- }
- ],
- "file-explorer:reveal-active-file": [
- {
- "modifiers": [
- "Alt"
- ],
- "key": "F1"
- }
- ],
- "editor:insert-link": [],
- "terminal:open-terminal.select.root": [
- {
- "modifiers": [
- "Mod"
- ],
- "key": "Q"
- }
- ]
- }
|