/ .obsidian / hotkeys.json
hotkeys.json
  1  {
  2    "editing-toolbar:underline": [
  3      {
  4        "modifiers": [
  5          "Mod"
  6        ],
  7        "key": "U"
  8      }
  9    ],
 10    "editing-toolbar:editor:insert-table": [
 11      {
 12        "modifiers": [
 13          "Alt",
 14          "Mod"
 15        ],
 16        "key": "T"
 17      }
 18    ],
 19    "copilot:chat-toggle-window": [
 20      {
 21        "modifiers": [
 22          "Alt",
 23          "Mod"
 24        ],
 25        "key": "A"
 26      }
 27    ],
 28    "editor:open-search": [],
 29    "omnisearch:show-modal-infile": [
 30      {
 31        "modifiers": [
 32          "Mod"
 33        ],
 34        "key": "F"
 35      }
 36    ],
 37    "omnisearch:show-modal": [
 38      {
 39        "modifiers": [
 40          "Alt",
 41          "Mod"
 42        ],
 43        "key": "F"
 44      }
 45    ],
 46    "templater-obsidian:replace-in-file-templater": [
 47      {
 48        "modifiers": [
 49          "Mod"
 50        ],
 51        "key": "R"
 52      }
 53    ],
 54    "insert-template": [
 55      {
 56        "modifiers": [
 57          "Alt",
 58          "Mod"
 59        ],
 60        "key": "I"
 61      }
 62    ],
 63    "OA-file-hider:oa-fh-toggle-visibility": [
 64      {
 65        "modifiers": [
 66          "Alt",
 67          "Mod"
 68        ],
 69        "key": "H"
 70      }
 71    ],
 72    "global-search-and-replace:search-and-replace": [
 73      {
 74        "modifiers": [
 75          "Alt",
 76          "Mod"
 77        ],
 78        "key": "R"
 79      }
 80    ],
 81    "editor:insert-table": [
 82      {
 83        "modifiers": [
 84          "Alt",
 85          "Mod"
 86        ],
 87        "key": "T"
 88      }
 89    ],
 90    "editor:table-row-after": [
 91      {
 92        "modifiers": [
 93          "Alt",
 94          "Mod"
 95        ],
 96        "key": "J"
 97      }
 98    ],
 99    "app:toggle-left-sidebar": [
100      {
101        "modifiers": [
102          "Mod"
103        ],
104        "key": "ArrowLeft"
105      }
106    ],
107    "app:toggle-right-sidebar": [
108      {
109        "modifiers": [
110          "Mod"
111        ],
112        "key": "ArrowRight"
113      }
114    ]
115  }