hotkeys.json 596 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "outline:open-for-current": [
  3. {
  4. "modifiers": [
  5. "Mod"
  6. ],
  7. "key": "\\"
  8. }
  9. ],
  10. "workspace:copy-path": [
  11. {
  12. "modifiers": [
  13. "Alt"
  14. ],
  15. "key": "C"
  16. }
  17. ],
  18. "workspace:close-window": [],
  19. "app:open-help": [
  20. {
  21. "modifiers": [],
  22. "key": "F1"
  23. }
  24. ],
  25. "file-explorer:reveal-active-file": [
  26. {
  27. "modifiers": [
  28. "Alt"
  29. ],
  30. "key": "F1"
  31. }
  32. ],
  33. "editor:insert-link": [],
  34. "terminal:open-terminal.select.root": [
  35. {
  36. "modifiers": [
  37. "Mod"
  38. ],
  39. "key": "Q"
  40. }
  41. ]
  42. }