AHK randomly sends LCtrl key.

Report problems with documented functionality
Wloh

AHK randomly sends LCtrl key.

15 Oct 2017, 08:28

Hi. I have made today simple script which swaps Tab and LCtrl:

Code: Select all

$tab::lctrl
$lctrl::tab
The bug showed during watching fullscreen video in BESTplayer. In fullscreen the player' menu elements are displayed when keys are pressed or cursor is moved near the edges, so when AHK was prassing this LCtrl randomly menu items started to appear pariodically.
In script activity window, Send,{tab} events were appearing when some other windows were active i.e. BESTplayer or Firefox.

Debug log from with single random triggering:

Code: Select all

001: Return (23.18)
002: SetKeyDelay,-1
002: Send,{Blind}{tab DownTemp}
002: Return
002: SetKeyDelay,-1
002: Send,{Blind}{tab Up}
002: Return (4.46)
User avatar
Nextron
Posts: 1391
Joined: 01 Oct 2013, 08:23
Location: Netherlands OS: Win10 AHK: Unicode x32

Re: AHK randomly sends LCtrl key.

15 Oct 2017, 09:27

So you see AHK reacting to LCtrl input by outputting Tab? That could be triggered from another source. Can you see any input in AHK's key history?

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 23 guests