AutoHotkey Community

It is currently May 27th, 2012, 1:35 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: November 21st, 2009, 9:59 pm 
Offline

Joined: June 11th, 2009, 9:08 pm
Posts: 11
I'm having a very strange problem. At seemingly random times my Alt button is being pressed. This is extremely annoying because it cause the menu bar to activate and it steals focus.

when running an empty script and looking and the "Key history and script info" this shows up

Code:
A5  038   a   d   7.44   Alt               
A5  038   a   u   0.00   Alt     

the 'a' means artificial

When running a script that kills the alt key (Alt:: ) it seems as though the button is being triggered every 59.83 seconds, pretty much 1 minute.

Code:
001: Exit (59.83)
001: Exit (59.83)


Is there any way I can figure out what is triggering this. It happens when my keyboard is unplugged by the way.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 22nd, 2009, 1:36 am 
Offline

Joined: March 9th, 2007, 2:47 am
Posts: 509
Location: Unknown
First, it may not be autohotkey that is sending the alt, it is obviously not hardware problem either.
Reinstall the latest version of ahk.
Try getting another key history app (aka keylogger) that records virtual key presses and run it and check if alt is being pressed while ahk isn't open.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 22nd, 2009, 1:40 am 
Offline

Joined: August 22nd, 2009, 11:23 pm
Posts: 294
Right-Click on the Taskbar & run the Task Manager
Click the Process Tab and check is there are any
Autohtokey.exe processes running.
If any are running, get the name of the script
search for it on you're hard drive and
check if there is any hotkey or send command
with the ALT key.

_________________
Image
"Man's quest for knowledge is an expanding series whose limit is infinity"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 22nd, 2009, 2:11 am 
Offline

Joined: June 11th, 2009, 9:08 pm
Posts: 11
This all happens when there are no AHK scripts running. I'm just using AHK in an attempt to find out what is sending the keypress. Is there any other programs out there that could log virtual keystrokes and perhaps tell what application/process is doing it?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 22nd, 2009, 2:17 am 
You could remove processes with windows task manager and check if alt is still being pressed every time.
Sorry, I don't know of any application tells what application a virtual key press is coming from.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], bobbysoon, iDrug, Tipsy3000, Yahoo [Bot] and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group