PhonePad Landscape, HTC Wizard

;AEKmap WizPhonePadL1 for HTC Wizard (PHONE and NON-PHONE Landscape mode*)
;
;Author: Joe C. Bodily (joemanbaud{at}hotmail)
;
;  (_)              ________(_)____ 
; () () () () () ()|(1)(2)(3)|(RED)|
; () () () () () ()|(4)(5)(6)|(DEL)|
; () () () () () ()|(7)(8)(9)|(ENT)|
; () () () () (___)|(*)(0)(#)|(GRN)|
;                  +---------------+
;
; ^^^WIZPHONEPADL1^^KEYBOARD^^MAP^^^
;
;* Traditional Phonepad layout.
;
;** RED,GREEN,(*),(#) and Dpad require activation.
;** Default Phone keys include: (W)Show PHONE, (OK)Hide PHONE, (DEL)Clear, (RET/ENT)Dial
;
;
Layout WizPhonePadL1 Layout
Hint WizPhonePadL1
 


;Mapping for NON-PHONE apps.

Key 0055 c0031 ; Generate 1 by pressing U
key 0049 c0032 ; Generate 2 by pressing I
key 004F c0033 ; Generate 3 by pressing O
Key 004A c0034 ; Generate 4 by pressing J 
Key 004B c0035 ; Generate 5 by pressing K
Key 004C c0036 ; Generate 6 by pressing L 
Key 004E c0037 ; Generate 7 by pressing N


;Mapping for PHONE app.

Key 0037 c0131 ; Generate 1 by pressing U
key 0038 c0132 ; Generate 2 by pressing I
key 0039 c0133 ; Generate 3 by pressing O
Key 014a c0034 ; Generate 4 by pressing J 
Key 014b c0035 ; Generate 5 by pressing K
Key 014c c0036 ; Generate 6 by pressing L 
Key 0138 c0037 ; Generate 7 by pressing N
Key 004d c0038 ; Generate 8 by pressing M
Key 0026 c0039 ; Generate 9 by pressing UP ARROW
Key 0025 c0030 ; Generate 0 by pressing LEFT ARROW
Key 00be k0138 ; Generate * by pressing PERIOD**
Key 0028 k0133 ; Generate # by pressing DOWN ARROW**
Key 0030 k0073 ; Generate RED (end) by pressing P**
Key 0027 k0072 ; Generate GREEN (send) by pressing RIGHT ARROW**