Search found 3 matches

by Frosty1234
28 May 2023, 12:08
Forum: Ask for Help (v1)
Topic: Script to modify Windows key, only works after pressing twice.
Replies: 5
Views: 670

Re: Script to modify Windows key, only works after pressing twice.

Hmm I have corrected the code to use your latest example ~+LWin:: ; MsgBox, "Shift + LWin pressed to force open old start menu" Send, {RWin down} Send, {RWin up} return ~LWin Up:: If (A_PriorKey = "LWin" ; If no keys were pressed after LWin, && A_TickCount - start < 400) ; and key-up occurred shortl...
by Frosty1234
28 May 2023, 10:13
Forum: Ask for Help (v1)
Topic: Script to modify Windows key, only works after pressing twice.
Replies: 5
Views: 670

Re: Script to modify Windows key, only works after pressing twice.

Welcome to this AutoHotkey forum! One idea is below. https://www.autohotkey.com/boards/viewtopic.php?p=519984#p519984 Ah That does indeed work and almost fits all that i want it todo. Would you know why my shift+LWin only works when there is a message box statement in there? (Works as in, it uses t...
by Frosty1234
28 May 2023, 03:27
Forum: Ask for Help (v1)
Topic: Script to modify Windows key, only works after pressing twice.
Replies: 5
Views: 670

Script to modify Windows key, only works after pressing twice.

Hey all, i have dug myself a deep hole with this script. It works! it works very nicely! Except almost. Any help is appreciated, a working solution im willing to paypal bounty of 40 bucks. The use case is that im using a windows start menu alternative named Flow Launcher. That program wants a Keybin...

Go to advanced search