mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 01:44:36 +08:00
新增模拟鼠标操作
This commit is contained in:
@@ -4,7 +4,7 @@ import { systemCommands } from "./systemCommands";
|
||||
import { notifyCommands } from "./notifyCommands";
|
||||
import { textProcessingCommands } from "./textProcessingCommands";
|
||||
import { otherCommands } from "./otherCommands";
|
||||
import { keyCommands } from "./keyCommands";
|
||||
import { simulateCommands } from "./simulateCommands";
|
||||
import { controlCommands } from "./controlCommands";
|
||||
|
||||
export const commandCategories = [
|
||||
@@ -15,5 +15,5 @@ export const commandCategories = [
|
||||
textProcessingCommands,
|
||||
controlCommands,
|
||||
otherCommands,
|
||||
keyCommands,
|
||||
simulateCommands,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user