AutoHotkey Community

It is currently May 27th, 2012, 8:36 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: April 22nd, 2006, 6:03 am 
Offline

Joined: November 26th, 2004, 8:31 am
Posts: 21
Hi!

Could someone with a keyboard that contains keys like F13 to F24 write here which scancodes they use? I want to set my mouse to use keys that I don't have on my keyboard (to prevent collisions), but it seems I might need the scancodes as well as virtual keys. I can find VKs easily, but not SCs :-(


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 24th, 2006, 9:31 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
Doesn't AutoHotkey window > View > Key history and script info work for you?

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 24th, 2006, 9:00 pm 
Offline

Joined: November 26th, 2004, 8:31 am
Posts: 21
PhiLho wrote:
Doesn't AutoHotkey window > View > Key history and script info work for you?

Sure does - for keys that are present on my keyboard and for standard mouse buttons. I want to set up my mouse buttons (such as Wheel-Left or Cruise Down) to send keys that are NOT present on my keyboard, such as F13 or F21. Since these keys are not present on my keyboard, I find it rather difficult to press them and read their scan code in the AutoHotKey console :-)

Btw., AutoHotKey doesn't catch the extended mouse buttons at all. That's why I have to remap them to special keys in the mouse driver and then catch and process these keys in AHK.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 24th, 2006, 11:36 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
I'm not sure of the exact answer, but some say that F13 through F24 don't have their own scan codes, that instead they're the same as Shift+F1 through Shift+F12. Here's one link about it: http://www.quadibloc.com/comp/scan.htm

There other promising links shown via web search on: "scan code" f13 f24


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: Bing [Bot], Exabot [Bot], sjc1000, specter333, Yahoo [Bot] and 67 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