The iOne Scorpius-32 looks like your best bet. I suggest remapping an unused key to tab on the Scorpius with AutoHotKey, and converting that script into an EXE file. Creating an EXE file is important if her workplace does not allow installation of programs.
Here is something a bit more old school and mechanical (but missing the darned tab key):
Show Image
Description here: http://comfortkeyboard.com/usb_number_pad.html
I haven't dealt with the company before, though.
This seems like the best option. Just add the extra tab key in software or with a Teensy or something. Some custom pink keycaps, metal arrow keys to pimp it out, and a coat of paint on the main shell and she would have a keypad to be proud of. Would be durable too.
A genovation 681/682 might be a good option as well, fully programmable and with flash memory so once its programmed, it can be used anywhere. Only issue is that i can only find them with blacks, but blacks really arent that bad when you're hammering numbers in all day.
Yes I think I will choose the Ione scorpius. I m am tempted to get both and try and learn soldering on the other to try and get blus on it. They has all the options I need, I haven't used blacks but I hear they are harder to press, correct me if I am wrong. And as long as it can be remapped I can do that no problem, software installation is a non issue tho I am interested in the .exe program you speak of.
Remapping is quite simple really.
1. First visit
http://www.autohotkey.com/. Click download. It should redirect you to it's download page. Download the installer and run it.
2. Once installed, right-click your Desktop, go to
New > AutoHotKey script. A file titled "
New AutoHotKey Script" should pop up on your Desktop. You can rename the file to your liking.
3. Right-click "
New AutoHotKey Script", and click
Edit Script4. Notepad should open up. At the first blank line, the line after
"SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory", type in a a key you want to remap. All you have to do is type the key you want to act as a different key, add two colons, and type the other key. For example, if you want the backspace key to act as tab, you type "
backspace::tab" on the last line. Visit this website for a more in-depth look at remapping:
http://www.autohotkey.com/docs/misc/Remap.htm. Once you've typed all the keys you want to remap, click
File > Save.
5. To try out the script, simply double click the script file and your keys should be remapped. When you try out the script, the AutoHotKey icon should pop up on the lower right of your taskbar. If you right click it, you can exit, pause, or suspend the script.
6. To convert the script to a executable file (.exe), you simply right click the script file and click
Compile. A .exe file in the same name as your script should pop up on your desktop.