Script not work under windows 10

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
asad41163
Posts: 268
Joined: 29 Jul 2014, 14:31

Script not work under windows 10

08 Jun 2017, 11:21

Why this file does not work on Windows

Code: Select all

; --------------------------------------------------------------part.exe
#SingleInstance, Ignore
Flag:=0
Return

^+!F7::
Flag:=0
TrayTip, AutoHotKey, Keyboard setting Default, 1
Return

^+!F4::
Flag:=1
TrayTip, AutoHotKey, Keyboard setting A, 1
Return

^+!F8::
Flag:=2
TrayTip, AutoHotKey, Keyboard setting B, 1
Return
; ----------------------------------------------------------part.ini
#If (Flag=1)
x::SoundBeep, 500, 100
k::l
#If

#If (Flag=2)
x::SoundBeep, 2000, 100
l::Numpad5
#If
asad41163
Posts: 268
Joined: 29 Jul 2014, 14:31

Re: Script not work under windows 10

12 Jun 2017, 03:22

I will try this
Thanks for your prompt response and assistance
Thank you very much

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: haomingchen1998, mikeyww, mmflume, OrangeCat, roysubs, scriptor2016, ShatterCoder and 96 guests