Review registered app actions and the shortcut config that will become editable here. Manual config entries use action ids and can override a default shortcut or set it to null to disable it.
Edit app shortcuts by action. Type a shortcut such as mod+k or mod+g p, record one from the keyboard, disable it with None, or reset it to the default. When shortcuts conflict, custom shortcuts win before defaults; ties are resolved by action id, and shorter shortcuts shadow longer sequences with the same prefix.
shortcuts. Example: { "core:view.chat": "mod+1", "core:session.stop": null }${this.configResponse?.path ?? "Unknown"}
+ Shortcut overrides are saved under shortcuts. A value of null disables the action shortcut.
+