Saturday, August 29, 2009

FrogPad on my KeyPad!

So, I own a Lefty FrogPad, but the Right Handed USB model is OUT OF STOCK indefinately, so...

Thanks to the extra keys on newer keypads, I was able to provide the Full Functions of a FrogPad: The only exception is Ctrl-Alt-Del, which is not allowed in AHK to avoid maliciousness. Not a deal-breaker, by far:




I used an AHK Script to handle the key/modifier presses and modes, adding a few beeps to the toggles: short high beep (single character shift), longer high beep (lock down) and low beep (release lock)

Besides the symbol key being off-center, and Shift moved to the side, it's a full clone! The extra left button is a "Clear" Key, to release any held-down modifiers

This layout is Right Handed, taking advantage of NumPadEnter's double width key for Space, The most-hit key on the pad.

If anyone is interested, send me your email and I can provide the Keycaps (to be printed on Avery sticker Paper, cut and attached) and the AHK Script that makes the magic happen.

Thursday, August 20, 2009

Cloned 1-Hand Keypad

I made another Keypad, as a Gift to my brother, CAD superstar.

Right-Handed Configuration:



Left- Handed Configuration:


Thanks to the Genovation Programmable 24-Key PS-2/USB Keypad, I was able to make a cloned FrogPad that wasn't missing 3 keys (like my former clone) In fact there are 4 extra keys. Only 2 can be pressed at a time. If not, I'd make Space double-wide. To do that now would require me to cut the contacts for the 2nd Space keyswitch. Because of this, I used the 20 centermost keys. N-Key Rollover, it's a crime you have been so neglected in the PC Keyboard industry. Small Gripe Over.

Thank you Genovation for enabling me to keymap F13-F24 and some Media Keys and AutoHotKey for handling the keypresses. The code was a good way to learn some more advanced AutoHotKey behavior, with variables and functions consolidation.

Next Post: Using the extended NumPad on the MS Ergo 3000 Keyboard as, guess what, another Frog Clone!