I changed the keyboard.ini like this:
; portrait hand writing
[Layout2]
RowsCount=5
ColsCount=6
Corresponding=3
Type=1
Image=VISUAL_STD_BUTTON_ICON_MODE_HW
;For range, use an or of the following:
;
NUMBER_RECOG_RANGE 1
UPPERCASE_RECOG_RANGE 2
LOWERCASE_RECOG_RANGE 4
INTERPUNCTION_RECOG_RANGE 8
GESTURE_RECOG_RANGE 16
SIMPLE1_RECOG_RANGE 32
SIMPLE2_RECOG_RANGE 64
TRADITION_RECOG_RANGE 128
ADAPTATION_RECOG_RANGE 4096
[Layout2.Row0.Button0]
HandwritingArea=1
Style=DrawingArea
Range=111
Width=3
Height=4
[Layout2.Row0.Button1]
Dynamic=1
Id=0
[Layout2.Row0.Button2]
Dynamic=1
Id=1
[Layout2.Row0.Button3]
Dynamic=1
Id=2
[Layout2.Row1.Button0]
EmptySpace=1
Visible=0
Width=3
[Layout2.Row1.Button1]
Dynamic=1
Id=3
[Layout2.Row1.Button2]
Dynamic=1
Id=4
[Layout2.Row1.Button3]
Dynamic=1
Id=5
[Layout2.Row2.Button0]
EmptySpace=1
Visible=0
Width=3
[Layout2.Row2.Button1]
Dynamic=1
Id=6
[Layout2.Row2.Button2]
Dynamic=1
Id=7
[Layout2.Row2.Button3]
Dynamic=1
Id=8
[Layout2.Row3.Button0]
EmptySpace=1
Visible=0
Width=3
[Layout2.Row3.Button1]
Dynamic=1
Id=9
[Layout2.Row3.Button2]
Output=#32
Image=SPACE
Width=3
[Layout2.Row4.Button0]
InternalAction=HAND_WRITING_SPECIAL_SYMBOLS
Text=Symbol
Width=3
[Layout2.Row4.Button1]
Image=VISUAL_STD_BUTTON_ICON_MODE_PY
ChangeToLayout=0
[Layout2.Row4.Button2]
Image=MENU_ACTION_BUTTON_SYSTEM_KEYBOARD
SpecialAction=SHOW_HIDE_KB_ID
And the keyboard show as:
1769
But nothing output to text area. Can anybody tell me how to solve this problem?
Thanks a lot.