保存快捷键.
This commit is contained in:
@@ -77,9 +77,13 @@ export interface TerminalShortcutSetting {
|
||||
// 终端快捷键
|
||||
export interface TerminalShortcutKey {
|
||||
item: string;
|
||||
enabled: boolean;
|
||||
ctrlKey: boolean;
|
||||
shiftKey: boolean;
|
||||
altKey: boolean;
|
||||
code: string;
|
||||
enabled: boolean;
|
||||
// extra
|
||||
edit: boolean;
|
||||
content: string;
|
||||
type: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user