AutoHotkey Community

It is currently May 26th, 2012, 9:35 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: July 27th, 2005, 11:15 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
In the following script only every other hotkey actually works. On my US keyboard the not working keys are in a line: 2WSX. All others seem to be OK. The key history doesn’t even show these keys pressed when the CapsLock and LeftShift are kept down. CapsLock and RightShift are working OK.
Code:
CapsLock & +2::MsgBox ?
CapsLock & +3::MsgBox OK
CapsLock & +W::MsgBox ?
CapsLock & +E::MsgBox OK
CapsLock & +S::MsgBox ?
CapsLock & +D::MsgBox OK
CapsLock & +X::MsgBox ?
CapsLock & +C::MsgBox OK


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 28th, 2005, 9:28 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
First of all, it should be noted that modifiers such as "+" aren't supported in conjunction with custom "&" hotkeys.

Other than that, those hotkeys seem to work okay on my system, so perhaps this is a keyboard layout issue, or maybe there is a conflict with some other app or script that is running concurrently.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 28th, 2005, 10:58 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
Chris wrote:
Quote:
...modifiers such as "+" aren't supported in conjunction with custom "&" hotkeys.
Supported or not, they work. I had the problem in a more complex script, when Input was used to get the next keystroke while the CapsLock and Left-Shift keys were held down. (According to the key history 2 was ignored, 3 worked, ...) I just provided the simplest script, which demonstrates the problem. Another simple script:
Code:
Loop
{
   Input key, C I L1 M V
   TrayTip,,%key%
}
While the CapsLock and Left-Shift keys are held down, try pressing keys. With some keyboards the keys 2, W, S, X never show up in the traytip.

I could test the same script on 3 PC's. Two DELL machines (a laptop and a desktop) showed the issue exactly the same. One has special keyboard layout driver, the other one is using the standard US keyboard, no other script is running, only standard SW installed. The third PC is a home brewed one, with all kind of cheap stuff. This one has no problem with the dead keys.

Anyone! could you test the simple script above? I suspect some HW design issue. Some physical keyboard might, others might not work. It is important to know, because it could save a lot of time for Chris, if ever he wants to support those &+ hotkeys in the future, when there are HW reasons preventing it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 29th, 2005, 12:00 am 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
Update: I connected a Logitech keyboard and a Microsoft keyboard to the DELL machines: they both work OK, unlike the built in or external DELL keyboards. It proves that the DELL keyboards cause the trouble. It is still interesting to see, if there are others, and how many, which don’t allow CapsLock, Left-Shift and the key 2 pressed together.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 4 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