View Single Post
  #11  
Old 06-07-2005, 05:24 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by calani
Don't know if this has already been posted, but I've been having some problems with GK on v4. on v2 (and v3?) hotkeys with num* and 8 were identical, same with num0 and 0, num- and -, etc. However, on v4, these do not work. Apparently they're separate?
Plus, the backspace/delete key don't seem to work.
You can get the same values for the numpad as you get for the keyboard if you use keycode(#p(1)), but you are right, #p(0) returns a different value. Should this be changed? There is a simple workaround, and the different values for the numpad could let people assign different features to them. I'd like other people's input on this.

EDIT: Rick has reminded me that laptops don't have numpads, but you can use numpad buttons with a special key combination; please consider that fact when making your decision

Last edited by CheeToS2; 06-07-2005 at 06:28 AM..