AutoHotkey Community

It is currently May 27th, 2012, 12:26 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: February 12th, 2012, 12:38 pm 
Offline

Joined: February 12th, 2012, 8:53 am
Posts: 21
The scripts in this thread need only be used to capture special keys that standard keyboards don't have. However, it seems you are trying to assign hotkeys to ordinary keys. Look up the topic "hotkeys" in the Autohotkey help file to see if that's what you're trying to do. If it isn't: what special keys on what brand of keyboard are you trying to change?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2012, 12:44 pm 
Offline

Joined: October 27th, 2006, 10:12 am
Posts: 649
Philister wrote:
If it isn't: what special keys on what brand of keyboard are you trying to change?
I want to distinguish among 6 different QWERTY keyboards, attached to the same laptop. You can take any key press as an example, for example F1, or A. For different devices I want to assign then different actions/reactions.

Then I can use those 6 devices, for real-time parallel game playing, for six players. For example some form of speed-typing-game. Who writes faster correct strings will win. I posted also some horse-race kind of ideas in this forum. See my few posts before.

Here one example output:
Code:
pressing a on laptops original QWERTY:
HND 65635 KBD ScanCode 30 VKey 65 Msg 256
HND 65635 KBD ScanCode 30 VKey 65 Msg 257

pressing a on first attached usb QWERTY:
HND 65639 KBD ScanCode 30 VKey 65 Msg 256
HND 65639 KBD ScanCode 30 VKey 65 Msg 257

pressing a on second attached ps2-to-usb IBM QWERTY:
HND 200738541 KBD ScanCode 30 VKey 65 Msg 256
HND 200738541 KBD ScanCode 30 VKey 65 Msg 257

We can see the handle is the only difference. Now for a three-player-scenario, I would like to start a one-minute-timer and let them type some strings/words/trigrams, and give each player a score based on speed minus made-errors. Plus some real-time horse-race visualization, as a future addon.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 7th, 2012, 1:11 am 
Offline

Joined: February 12th, 2012, 8:53 am
Posts: 21
Maybe check out this post:
http://www.autohotkey.com/forum/viewtopic.php?t=59884


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Bon, SKAN, Yahoo [Bot] and 5 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