Inputa 0.1.0
Inputa is a small software for quick input. After setup, you can use Ctrl, Alt, Shift and the letter combination of keys or other keys to enter text quickly.
When your user name, phone number, and other commonly used information is stored in this app, you can use the hot keys to easily fill in the forms. You can also use it when writing with some frequently used words to quicken your input.

Usage:
When first run, click on Edit, open the "Inputa.txt", edit the hotkeys.
Use the following format to create hotkeys, one for each line:

  AC, b = test
  that means the combination of alt + ctrl and B to input "test"

  S, n = 1mojim
  that means the combination of alt + ctrl and B to input "test"

Note that the above separators are English comma  and English equal.
Complete preservation. Quit and then restart Inputa, you can use the hotkeys.

Press ctrl + q to quit
Display window, press ctrl + shift +1

Please visit http://www.withsin.com/ if any problems or suggestions.
21:11 2011-1-27

Attachment:
Quick code

A stands for alt
C stands for ctrl
S stands for shift
AC stands for alt + ctrl
AS stands for alt + shift
CS stands for ctrl + shift
ACS stands for alt + ctrl + shift

Press ctrl + q to quit program
Press ctrl + shift + 1 to view help 
Press any key here, you'll get a key code in your clipboard which can take place of the letter.

There're also some other key codes below:
------------------------------
Shift +
Ctrl ^
Alt %
BACKSPACE {BACKSPACE}, {BS}, or {BKSP}
BREAK {BREAK}
CAPS LOCK {CAPSLOCK}
DEL or DELETE {DELETE} or {DEL}
DOWN ARROW {DOWN}
END {END}
ENTER {ENTER}or ~
ESC {ESC}
HELP {HELP}
HOME {HOME}
INS or INSERT {INSERT} or {INS}
LEFT ARROW {LEFT}
NUM LOCK {NUMLOCK}
PAGE DOWN {PGDN}
PAGE UP {PGUP}
PRINT SCREEN {PRTSC}
RIGHT ARROW {RIGHT}
SCROLL LOCK {SCROLLLOCK}
TAB {TAB}
UP ARROW {UP}
F1 {F1}
F2 {F2}
F3 {F3}
F4 {F4}
F5 {F5}
F6 {F6}
F7 {F7}
F8 {F8}
F9 {F9}
F10 {F10}
F11 {F11}
F12 {F12}
F13 {F13}
F14 {F14}
F15 {F15}
F16 {F16}
------------------------------

Visit http://www.withsin.com/ for more.