mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
修复linux下快捷键显示错误的BUG
This commit is contained in:
parent
e130b05033
commit
98c9b5ba33
@ -60,7 +60,6 @@ import EditorTools from "components/editor/EditorTools";
|
|||||||
import CommandRunResult from "components/CommandRunResult";
|
import CommandRunResult from "components/CommandRunResult";
|
||||||
import CommandComposer from "components/composer/CommandComposer.vue";
|
import CommandComposer from "components/composer/CommandComposer.vue";
|
||||||
import programs from "js/options/programs.js";
|
import programs from "js/options/programs.js";
|
||||||
import { dbManager } from "js/utools.js";
|
|
||||||
import { useCommandManager } from "js/commandManager.js";
|
import { useCommandManager } from "js/commandManager.js";
|
||||||
|
|
||||||
// 预加载 MonacoEditor
|
// 预加载 MonacoEditor
|
||||||
|
@ -250,7 +250,7 @@ export default {
|
|||||||
commandTypes,
|
commandTypes,
|
||||||
isSettingsVisible: false,
|
isSettingsVisible: false,
|
||||||
showUserData: false,
|
showUserData: false,
|
||||||
ctrlKey: utools.isMacOs ? "⌘" : "⌃",
|
ctrlKey: window.utools.isMacOS() ? "⌘" : "⌃",
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user