equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0"" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource definitions for project peninputgenericitut |
|
15 * |
|
16 */ |
|
17 |
|
18 // RESOURCE IDENTIFIER |
|
19 // The name should not be the same as ITUW, Otherwise the keypad id of |
|
20 // r_finger_input_keypad_korean is the same as the keypad id in latin, |
|
21 // then crash occurs if switching writing language. |
|
22 NAME ITUK |
|
23 |
|
24 #include <eikon.hrh> |
|
25 |
|
26 #include "peninputgenericitut.rh" |
|
27 |
|
28 RESOURCE RSS_SIGNATURE { } |
|
29 |
|
30 RESOURCE TBUF { buf=""; } |
|
31 |
|
32 RESOURCE VIRTUAL_ITUT_KEYPAD r_finger_input_keypad_korean |
|
33 { |
|
34 keys = |
|
35 { |
|
36 VIRTUAL_ITUT_KEY |
|
37 { |
|
38 leftstr = <0x0031>; |
|
39 rightstr1 = <0x3131>; |
|
40 scancode = 49; |
|
41 }, |
|
42 VIRTUAL_ITUT_KEY |
|
43 { |
|
44 leftstr = <0x0032>; |
|
45 rightstr1 = <0x3134>; |
|
46 scancode = 50; |
|
47 }, |
|
48 VIRTUAL_ITUT_KEY |
|
49 { |
|
50 leftstr = <0x0033>; |
|
51 rightstr1 = <0x314f><0x3153>; |
|
52 scancode = 51; |
|
53 }, |
|
54 VIRTUAL_ITUT_KEY |
|
55 { |
|
56 leftstr = <0x0034>; |
|
57 rightstr1 = <0x3139>; |
|
58 scancode = 52; |
|
59 }, |
|
60 VIRTUAL_ITUT_KEY |
|
61 { |
|
62 leftstr = <0x0035>; |
|
63 rightstr1 = <0x3141>; |
|
64 scancode = 53; |
|
65 }, |
|
66 VIRTUAL_ITUT_KEY |
|
67 { |
|
68 leftstr = <0x0036>; |
|
69 rightstr1 = <0x3157><0x315C>; |
|
70 scancode = 54; |
|
71 }, |
|
72 VIRTUAL_ITUT_KEY |
|
73 { |
|
74 leftstr = <0x0037>; |
|
75 rightstr1 = <0x3145>; |
|
76 scancode = 55; |
|
77 }, |
|
78 VIRTUAL_ITUT_KEY |
|
79 { |
|
80 leftstr = <0x0038>; |
|
81 rightstr1 = <0x3147>; |
|
82 scancode = 56; |
|
83 }, |
|
84 VIRTUAL_ITUT_KEY |
|
85 { |
|
86 leftstr = <0x0039>; |
|
87 rightstr1 = <0x3163>; |
|
88 scancode = 57; |
|
89 }, |
|
90 VIRTUAL_ITUT_KEY |
|
91 { |
|
92 leftstr = <0x002a>; |
|
93 rightstr1 = <0xD68D><0xCD94><0xAC00>; |
|
94 scancode = 133; |
|
95 }, |
|
96 VIRTUAL_ITUT_KEY |
|
97 { |
|
98 leftstr = <0x0030>; |
|
99 rightstr1 = <0x3161>; |
|
100 scancode = 48; |
|
101 }, |
|
102 VIRTUAL_ITUT_KEY |
|
103 { |
|
104 leftstr = <0x2191>; |
|
105 rightstr1 = <0xC30D><0xC790><0xC74C>; |
|
106 scancode = 127; |
|
107 } |
|
108 }; |
|
109 } |
|
110 |
|
111 // End Of File |