NSFCD

Generally Speaking => Power On => Topic started by: bluaki on October 27, 2007, 07:31:21 PM

Title: Is there a such thing as a hexidecimal numpad?
Post by: bluaki on October 27, 2007, 07:31:21 PM
I want need one D:

It's taking a bit too long to key in about 1,000 hexidecimal color codes (for... something that I'm doing >_>)
Is there a such thing as a numpad that has the keys for 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F? If so, where do I buy it?
Title: Re: Is there a such thing as a hexidecimal numpad?
Post by: sleepin_dude_99 on October 27, 2007, 07:33:15 PM
You can't just use one hand on the Num Pad and the other on a keyboard?

>_>

*looks down at keyboard*

Yeah, you can use your left hand on the left side of the keyboard for  A B C D E F, and the right hand for the num pad

Or am I too stupid to realize that whatever you're doing doesn't recognize that?
Title: Re: Is there a such thing as a hexidecimal numpad?
Post by: Avion-Finch on October 27, 2007, 07:33:27 PM
hexiwhatsit? I dont think there is one, but I could be wrong.
Title: Re: Is there a such thing as a hexidecimal numpad?
Post by: bluaki on October 27, 2007, 07:37:17 PM
Quote from: Kilroy on October 27, 2007, 07:33:15 PM
You can't just use one hand on the Num Pad and the other on a keyboard?

>_>
When doing it like that, all the A-F keys are too scattered D:
...the best I can do to make up for that as far as I know is to make a GlovePIE script similar to:
keyboard.backspace + keyboard.b = keyboard.s
keyboard.backspace + keyboard.c = keyboard.d
keyboard.backspace + keyboard.d = keyboard.f
keyboard.backspace + keyboard.e = keyboard.g
keyboard.backspace + keyboard.f = keyboard.h
Title: Re: Is there a such thing as a hexidecimal numpad?
Post by: sleepin_dude_99 on October 27, 2007, 07:39:29 PM
Quote from: bluaki on October 27, 2007, 07:37:17 PM
Quote from: Kilroy on October 27, 2007, 07:33:15 PM
You can't just use one hand on the Num Pad and the other on a keyboard?

>_>
When doing it like that, all the A-F keys are too scattered D:
...the best I can do to make up for that as far as I know is to make a GlovePIE script similar to:
keyboard.backspace + keyboard.b = keyboard.s
keyboard.backspace + keyboard.c = keyboard.d
keyboard.backspace + keyboard.d = keyboard.f
keyboard.backspace + keyboard.e = keyboard.g
keyboard.backspace + keyboard.f = keyboard.h

Augh, brain hurts D: >_>

I see what you mean, but the A-F keys aren't THAT scattered, unless you're in that much of a hurry to get whatever the hell you're doing done...