AutoHotkey v2.0-a081-cad307c - SetKeyDelay doesn't work? Topic is solved

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
im too lazy to login

AutoHotkey v2.0-a081-cad307c - SetKeyDelay doesn't work?

17 Aug 2017, 09:08

Just try this code

Code: Select all

WinActivate("Bez tytułu — Notatnik") ; change title of window to same as yours
SetKeyDelay(1000)
Send("SetKeyDelay test")
I'm not sure if this is also necessary, but this script just runs and automatically close, even if the UAC is disabled

Code: Select all

WinActivate("Bez tytułu — Notatnik") ; same as above
SetKeyDelay(1000)
SendPlay("SetKeyDelay test")
What's going on?
just me
Posts: 9442
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: AutoHotkey v2.0-a081-cad307c - SetKeyDelay doesn't work?

17 Aug 2017, 10:06

v2-changes wrote:Default Settings
  • SendMode defaults to Input instead of Event.
Source
_3D_
Posts: 277
Joined: 29 Jan 2014, 14:40

Re: AutoHotkey v2.0-a081-cad307c - SetKeyDelay doesn't work?  Topic is solved

18 Aug 2017, 05:27

Code: Select all

SendMode "Event" ; To take effect Event in quotes.
AHKv2.0 alpha forever.

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: Descolada, JonWayn, Nishanth and 24 guests