;Ctrl+鼠标中键置顶/取消置顶当前窗口 Hotkey,$^MButton,SetWinTop,On MsgBox,262180,操作提示,可以使用Ctrl+鼠标中键置顶/取消置顶当前窗口! Return ;;置顶/取消置顶当前窗口 SetWinTop: MouseGetPos, , , Mid SetAlwaysOnTop(Mid) Return ;;窗口置顶Toggle SetAlwaysOnTop(HWND){ WinGetClass,WinClass,ahk_id...
Make sure to save it as an.ahk file and save it someplace you can retrieve it quickly. Avoid saving it as a .txt file! How This Works Your PC will be informed that the key is being held down if the desired key is pushed just once. It will be informed that the key has been rele...
return ; you may prefertouse pausekeyassubstitutionforcapsLockkey. Pause:: SetCapsLockState % getkeystate("Capslock","t") ?"off":"on" return To deploy this on your computer, copy this code to a text file and rename the file astranscript.ahk. If you have installedautohotkey, the software...
Pause:: SetCapsLockState % getkeystate("Capslock", "t") ? "off" : "on" return 1 2 3 4 5 6 7 8 9 10 11 12 13 14 To deploy this on your computer, copy this code to a text file and rename the file as transcript.ahk. If you have installed autohotkey, the software, double ...
You can set theKeyListhere This is a comma separated list ofAHK valid keysin order of vJoy Buttons The first key is mapped toButton 0and so on. Manually setting the list has an advantage in that you can add more than one key to the same button (New as of 0.2.0.3) ...
1) Download and install AutoHotkey (It's a Freeware) 2) Copy and parse the following code in a txt file Reveal hidden contents Alternative version with the same key for activating and deactivating the mouse look (here left alt): Reveal hidden contents 3) Rename the file to an ".ahk"...