appskey script randomly stopped working

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
becritical
Posts: 15
Joined: 23 May 2016, 03:28

appskey script randomly stopped working

23 May 2016, 03:33

This script
AppsKey::
Send {lalt down}{tab}
sleep 100
Send {lalt up}
return

has randomly stopped working. Appskey works fine if I reassign to another key but doesn't work with this script that switches between the last two used windows in windows 8.1. I tried to upload to the latest version of ahk but nothing changes.
becritical
Posts: 15
Joined: 23 May 2016, 03:28

Re: appskey script randomly stopped working

23 May 2016, 03:46

if I open ahk I can tell it performs the keystrokes
035: Send,{lalt down}{tab} (0.11)
036: Sleep,200 (0.20)
037: Send,{lalt up} (0.02)
038: Sleep,100 (0.11)
039: Return (0.83)
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: appskey script randomly stopped working

23 May 2016, 03:52

Try running script as Admin?
becritical
Posts: 15
Joined: 23 May 2016, 03:28

Re: appskey script randomly stopped working

23 May 2016, 04:05

Xtra wrote:Try running script as Admin?
Thanks, but it doesn't work.
AppsKey::tab works fine
AppsKey::lalt work fine

but the two together don't work. I am so confused.
becritical
Posts: 15
Joined: 23 May 2016, 03:28

Re: appskey script randomly stopped working

25 May 2016, 05:24

Can anybody please help me? I am puzzled by this
grant
Posts: 323
Joined: 14 Oct 2015, 17:27

Re: appskey script randomly stopped working

25 May 2016, 06:57

try this maybe?

Code: Select all

AppsKey::
Send {lalt down}
sleep, 100
send {tab}
sleep 100
Send {lalt up}
return
becritical
Posts: 15
Joined: 23 May 2016, 03:28

Re: appskey script randomly stopped working

25 May 2016, 07:21

thanks but no luck. How can I troubleshoot this? It's so puzzling.
grant wrote:try this maybe?

Code: Select all

AppsKey::
Send {lalt down}
sleep, 100
send {tab}
sleep 100
Send {lalt up}
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Panaku, Rohwedder, roysubs and 318 guests