feat: 快捷键设置.
This commit is contained in:
@@ -82,8 +82,12 @@ export interface TerminalShortcutKey {
|
||||
shiftKey: boolean;
|
||||
altKey: boolean;
|
||||
code: string;
|
||||
// extra
|
||||
edit: boolean;
|
||||
}
|
||||
|
||||
// 终端快捷键编辑
|
||||
export interface TerminalShortcutKeyEditable extends TerminalShortcutKey {
|
||||
editable: boolean;
|
||||
content: string;
|
||||
type: number;
|
||||
shortcutKey?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user