开发文档 → https://www.autohotkey.com/docs/Program.htm 语法简单,短小精悍 脚本里写下 $CapsLock::Send,$(' 意为将 CapLock 映射为 输入$(’ ,同时抑制 CapLock 本身的触发。 前端开发中很少用到大写锁定键,有时候确实需要大写,我通常是用 Shift + key 输入大写字母。 所以CapLock 就在手边却很少用,...
EnableKeyboardPlus := 1 EnableKeyboardMouse := false KeyWait, CapsLock EnableKeyboardPlus := 0 if (A_ThisHotkey="CapsLock") { ;以下保持CapsLock原功能,但易误触,感觉没LAlt & Capslock好用。 ;SetCapsLockState, % GetKeyState("CapsLock","T") ? "Off" : "On" } Return #if EnableKeyboardPlus...
Gui,Add,Text,, Enter Hotkeys (ALT, SHIFT, and/or CTRL plus Key); 限制热键类型 Limit+数字 Gui,Add,Hotkey,vKeyCombo,ys Limit1 Gui,Add,Edit,vTextInsert w400 xs,<Enter Hotkey Text> Gui,Add,Button,gSetupKey, Set Key Combo Gui,Show,,Instant Hotkey ; 增加托盘内容 Menu,Tray,Add,Show...
==Alt^==Ctrl+==shift::分隔 runAHK命令;===^+r::;reload reload sleep1000msgbox,4,,The script could not be reloaded.Would you like to open itforediting?ifmsgbox,yes,editreturn^Esc::Pause;按一次^+Esc 会暂停脚本.再按一次则取消暂停.#=::;窗口透明化增加或者减弱 WinGet,ow,id,AWinTransplu...
先搜索大文件然后再拖放到Duplicate File Finder Plus v21.0文件列表窗口 比直接拖放文件夹然后选择大小的方法要快,因为MasterSeeker已经预先筛选出来了大文件 Duplicate File Finder Plus v21.0只需要负责“抽样比较”快速查找重复文件就可以了, 此脚本则负责自动按Shift+Delete键和Enter键, 各司其职,速度飞快,大批量查...
先搜索大文件然后再拖放到Duplicate File Finder Plus v21.0文件列表窗口 比直接拖放文件夹然后选择大小的方法要快,因为MasterSeeker已经预先筛选出来了大文件 Duplicate File Finder Plus v21.0只需要负责“抽样比较”快速查找重复文件就可以了, 此脚本则负责自动按Shift+Delete键和Enter键, 各司其职,速度飞快,大批量查...
PauseKey_TT = 暂停执行,而不是停止 OnFinish_TT = (LTrim 关机选项 当播放结束... ) Win1_TT = 作为改性剂添加Windows键 JoyHK_TT = 摇杆 ReptC_TT = 0 =无限 TabPlus_TT = 添加宏(Ctrl+T) TabClose_TT = 关闭宏(Ctrl+W) DuplicateL_TT = 重复宏(Ctrl+Shift+D) SaveC_TT = ...
appkey 🍥 caps + g 就是鼠标右键啦,替代shift + f10的一个方案 home caps + h home键,移动到行首 end caps + n end键,移动到行末(这个结合shift + caps + h可以飞速选中一行,选中后caps + i向上多选,caps + j下下多选) 上下左右 👏 caps + ijkl 超级好用上下左右,我想你也不喜欢每次移动光标...
...AutoHotKey 可以暂时关闭对于按键的拦截,稍后再恢复,其间可以调用按键原来的功能:; 如果是 ~F1:: 则不会拦截,但是两种功能会同时发生F1::IfEqual TStart, vscode.ahk...比如左右方向键跳跃时间,可以用ctrl或shift修改跳跃的幅度。利用AutoHotKey,更可以是实现自动连续跳跃(相当于一致按着)!
As well as the regular math symbols (+ - * /), letters can be used which makes it easier to type since you don't have to use the shift key. math keykey to use if you're lazy efficient + p (plus) a (and) - m (minus) s (subtract) * t (times) b (by) x (multiply) /...