Calculator, HTC Wizard

;AEKmap WizCalcPadP for HTC Wizard Calculator. (Portrait Mode)*
;
;Author: Joe C. Bodily (joemanbaud{at}hotmail)
;
; +-----------------------------------
; |() () () ()  |                    |
; |           |||   ..............   |
; |() (C)(÷)(¼) |   |            |   |
; |             |   |            |   |
; |()(MC)(×)(%) |   |            |   |
; |             |   |            |   |
; |()(MR)(-)(√) |   |            |   |
; |             |   |            |   |
; |||(M+)(+)(±) |   |            |   |
; |||           |   |            |   |
; |||(7)(8)(9)  |   |            |   |
; |             |   |            |   |
; (.)(4)(5)(6)  |   |            |   |
; |             |   |            |   |
; |()(1)(2)(3)  |   '`''''''''''''   |
; |             |   _,.,-------..,_  |
; |() ()(0)(.)  | ''  \ ,-'''-. /  `.|
; |           ||| `._  \ -...- / _,, |
; |()(=)(<) ()  |    `'`+-----+''    |
; +-------------+--------------------+
;
; ^^^WIZCALCPADP^^^KEYBOARD^^LAYOUT^^^
;
;* This layout is for the built-in calculator in WM5 in Portrait Mode.
;
;** (+),(-),(÷),(√),(%),(¼),(.)and(*) require activation.
;
Layout WizCalcPadP Layout
Hint WizCalcPadP


Key 005A C0043 ; Generate (C) by pressing Z
Key 0058 C004C ; Generate (MC) by pressing X
Key 0043 C0052 ; Generate (MR) by pressing C
Key 0056 c0050 ; Generate (M+) by pressing V
Key 004f k00be ; Generate (.) by pressing L
Key 004C C0030 ; Generate 0 by pressing L
Key 004D C0031 ; Generate 1 by pressing M
Key 004B C0032 ; Generate 2 by pressing K
key 0049 C0033 ; Generate 3 by pressing I
key 004E C0034 ; Generate 4 by pressing N
Key 004A C0035 ; Generate 5 by pressing J
Key 0055 C0036 ; Generate 6 by pressing U
Key 0042 C0037 ; Generate 7 by pressing B
Key 0048 C0038 ; Generate 8 by pressing H
key 0059 C0039 ; Generate 9 by pressing Y
key 0047 K01BB ; Generate (+) by pressing G** 
Key 0046 K00BD ; Generate (-) by pressing F**
Key 0044 C0058 ; Generate (x) by pressing D
Key 0053 K00BF ; Generate (÷) by pressing S**
Key 0054 C0053 ; Generate (±) by pressing T
Key 0052 K0132 ; Generate (√) by pressing R**
Key 0045 K0135 ; Generate (%) by pressing E**
Key 0057 k0049 ; Generate (¼) by pressing W**