Snippet #157071

TTL: forever — WordwrapView raw

on 2022/12/12 21:01:19 (UTC) by Anonymous as Text

  1. #SingleInstance,Force
  2. ;~ Process, Priority, , A
  3. ;~ SetBatchLines, -1
  4. ;~ SetKeyDelay, -1, -1
  5. ;~ #Include <funcs>
  6. ListLines Off
  7. #KeyHistory 0
  8. #NoTrayIcon
  9. SendMode Input
  10.  
  11. tick := A_TickCount
  12.  
  13. #IFWinActive Zero-K ahk_class SDL_app ahk_exe spring.exe
  14. 	~*::
  15. 		if A_TickCount - tick < 200
  16. 			Send {MButton}
  17. 		tick := A_TickCount
  18. 		KeyWait, *
  19. 	return
  20. #IF

Recent Snippets