All public logs
From Lucca's Wiki
Jump to navigationJump to search
Combined display of all available logs of Lucca's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:25, 10 December 2024 45.27.172.161 talk created page Focusjump.ahk (Created page with "#Requires AutoHotkey v2.0 ;Make a file in the script's folder called lefthanded.txt if you do want left handed keybinds A_MaxHotkeysPerInterval := 20000 ;CapsLock, Numlock, and ScrollLock state SetCapsLockState "AlwaysOff" SetScrollLockState "AlwaysOff" SetNumLockState "AlwaysOff" ;Screenshot on PrintScreen Key & f14 F14:: PrintScreen::Run "ms-screenclip:" ;ScreenConnect Only Hotkeys: #HotIf WinActive("ahk_exe ScreenConnect.ClientService.exe") or WinActive("ahk_exe S...")