AutoHotkey Community

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

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: February 8th, 2012, 11:30 am 
Offline

Joined: June 7th, 2007, 1:33 pm
Posts: 1019
hello!

I almost never use numpad, so I consider turning it into a bunch hotkeys

how can I completely block its use and always activate only the ahk hotkeys assigned to its keys?

thanks!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2012, 11:49 am 
You already block its normal use by assigning hotkeys to it :D


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2012, 7:51 pm 
If you're talking about the funny stuff windoes does to the numpad while holding shift, a good way to trump that (and numlock) is to define the hotkeys using the SC###.
Code:
*SC04B::MsgBox, You pressed numpad 4 and I don't care is numlock is on or shift is down.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2012, 10:35 pm 
Offline

Joined: June 7th, 2007, 1:33 pm
Posts: 1019
thanks, how do I get that SC### list?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2012, 11:56 pm 
Code:
; Press some keys, then press F1. Look at the columns on the left.
$F1::KeyHistory


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: BrandonHotkey, Google [Bot], Google Feedfetcher, immunity, sjc1000 and 76 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