Nonexistent hotkey variant (IfWin) Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Nonexistent hotkey variant (IfWin)

15 Oct 2018, 10:48

got error "Nonexistent hotkey variant (IfWin)."

but hotkey works, and i see no tray icon, no hotkey script into task bar.
but i see a scrript into taskmanager.

i surpriced to see it unvisble.
surpriced hotkey does not work anymore.

Code: Select all

Error:  Nonexistent hotkey variant (IfWin).
Specifically: WheelUp
--->	142: Hotkey,WheelUp,off
The current thread will exit.
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Re: Nonexistent hotkey variant (IfWin)  Topic is solved

15 Oct 2018, 11:34

its solved. but i not really could explain how.

what i proably did:

i moved the yource block arrond. and i addet some #IfWinActive bovore and read here Hotkey

Code: Select all

#IfWinActive,
Hotkey, WheelUp, off
Hotkey, WheelDown, off
Hotkey, #s, off ; toggle_RealisticDelayDynamic()
if(1 && InStr(A_ComputerName,"SL5"))
    Hotkey, #s, on ; toggle_RealisticDelayDynamic()
#IfWinActive,AHK Studio ahk_class #32770,Please close any error messages and try again
; Hotkey, ^s, on


Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: RandomBoy, scriptor2016 and 366 guests