开发:修复错误的热键绑定

pull/1500/head
ChenX 3 years ago
parent 9982d34e4a
commit 3d494d2175

@ -26,7 +26,7 @@ export class Save implements Command
if (TempEditor.EditorIng)
{
AppToaster.show({
message: "请先退出编辑模式在保存(如果您无法正常退出,可以按Ctrl+Shift+E强制退出编辑模式!)",
message: "请先退出编辑模式在保存(如果您无法正常退出,可以按Ctrl+Alt+E强制退出编辑模式!)",
timeout: 3000,
intent: Intent.WARNING
}, "warning");

@ -252,7 +252,7 @@ export class ApplicationService
});
hotkeys('ctrl+a', e => { commandMachine.ExecCommand(CommandNames.SelectAll); });
hotkeys('ctrl+shift+e', e =>
hotkeys('ctrl+alt+e', e =>
{
if (CommandState.CommandIng)
{

Loading…
Cancel
Save