Search found 2 matches

by humanista
03 Nov 2023, 14:56
Forum: Bug Reports
Topic: " Up::" seems to not work properly in 2.0.7 Topic is solved
Replies: 3
Views: 966

" Up::" seems to not work properly in 2.0.7 Topic is solved

I wrote the following code: #Warn ; Recommended for catching common errors. #SingleInstance force f20_down := false #HotIf WinActive("ahk_exe firefox.exe") F20:: { global f20_down if(!f20_down) { Send "{LCtrl down}{RButton down}" f20_down := true } return } F20 up:: { global f20_down Send "{LCtrl up...

Go to advanced search