mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 20:01:06 +00:00
Clarify comment about reserved extension keybindings
This commit is contained in:
parent
54c33f2ade
commit
7cacb49af9
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ import type {
|
||||||
UserBashEventResult,
|
UserBashEventResult,
|
||||||
} from "./types.js";
|
} from "./types.js";
|
||||||
|
|
||||||
// These keybindings cannot be overridden by extensions
|
// Keybindings for these actions cannot be overridden by extensions
|
||||||
const RESERVED_ACTIONS_FOR_EXTENSION_CONFLICTS: ReadonlyArray<KeyAction> = [
|
const RESERVED_ACTIONS_FOR_EXTENSION_CONFLICTS: ReadonlyArray<KeyAction> = [
|
||||||
"interrupt",
|
"interrupt",
|
||||||
"clear",
|
"clear",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue