mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-06 21:14:09 +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 CommandComposer from "components/composer/CommandComposer.vue";
|
||||
import programs from "js/options/programs.js";
|
||||
import { dbManager } from "js/utools.js";
|
||||
import { useCommandManager } from "js/commandManager.js";
|
||||
|
||||
// 预加载 MonacoEditor
|
||||
|
@ -250,7 +250,7 @@ export default {
|
||||
commandTypes,
|
||||
isSettingsVisible: false,
|
||||
showUserData: false,
|
||||
ctrlKey: utools.isMacOs ? "⌘" : "⌃",
|
||||
ctrlKey: window.utools.isMacOS() ? "⌘" : "⌃",
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user