OSDN Git Service

Revert "Fixed problem with keymap files copied to target"
[android-x86/sdk.git] / emulator / keymaps / qwerty2.kcm
1 [type=QWERTY]                                           
2                                                         
3 # this keymap is to be used in the emulator only. note
4 # that I have liberally modified certain key strokes to
5 # make it more usable in this context. the main differences
6 # with the reference keyboard image are:
7 #
8 #  - cap-2 produces '@', and not '"', without that, typing
9 #    email addresses becomes a major pain with a qwerty
10 #    keyboard. note that you can type '"' with fn-E anyway.
11 #
12 #  - cap-COMMA and cap-PERIOD return '<' and '>', instead
13 #    of nothing.
14 #
15 #
16                                                         
17 # keycode       display  number base    caps    fn      caps_fn
18                                                         
19 A               'A'     '2'     'a'     'A'     'a'     'A'
20 B               'B'     '2'     'b'     'B'     'b'     'B'
21 C               'C'     '2'     'c'     'C'     0x00e7  0x00E7
22 D               'D'     '3'     'd'     'D'     '''     '''
23 E               'E'     '3'     'e'     'E'     '"'     0x0301
24 F               'F'     '3'     'f'     'F'     '['     '['
25 G               'G'     '4'     'g'     'G'     ']'     ']'
26 H               'H'     '4'     'h'     'H'     '<'     '<'
27 I               'I'     '4'     'i'     'I'     '-'     0x0302
28 J               'J'     '5'     'j'     'J'     '>'     '>'
29 K               'K'     '5'     'k'     'K'     ';'     '~'
30 L               'L'     '5'     'l'     'L'     ':'     '`'
31 M               'M'     '6'     'm'     'M'     '%'     0x00
32 N               'N'     '6'     'n'     'N'     0x00    0x0303
33 O               'O'     '6'     'o'     'O'     '+'     '+'
34 P               'P'     '7'     'p'     'P'     '='     0x00A5
35 Q               'Q'     '7'     'q'     'Q'     '|'     0x0300
36 R               'R'     '7'     'r'     'R'     '`'     0x20AC
37 S               'S'     '7'     's'     'S'     '\'     0x00DF
38 T               'T'     '8'     't'     'T'     '{'     0x00A3
39 U               'U'     '8'     'u'     'U'     '_'     0x0308
40 V               'V'     '8'     'v'     'V'     'v'     'V'
41 W               'W'     '9'     'w'     'W'     '~'     '~'
42 X               'X'     '9'     'x'     'X'     'x'     0xEF00
43 Y               'Y'     '9'     'y'     'Y'     '}'     0x00A1
44 Z               'Z'     '9'     'z'     'Z'     'z'     'Z'
45                                                         
46 COMMA           ','     ','     ','     '<'     ','     ','
47 PERIOD          '.'     '.'     '.'     '>'     '.'     0x2026
48 AT              '@'     '@'     '@'     '@'     '@'     0x2022
49 SLASH           '/'     '/'     '/'     '?'     '?'     '?'
50                                                         
51 SPACE           0x20    0x20    0x20    0x20    0xEF01  0xEF01
52 ENTER         0xa     0xa     0xa     0xa     0xa     0xa
53                                                         
54 0               '0'     '0'     '0'     ')'     ')'     ')'
55 1               '1'     '1'     '1'     '!'     '!'     '!'
56 2               '2'     '2'     '2'     '@'     '@'     '@'
57 3               '3'     '3'     '3'     '#'     '#'     '#'
58 4               '4'     '4'     '4'     '$'     '$'     '$'
59 5               '5'     '5'     '5'     '%'     '%'     '%'
60 6               '6'     '6'     '6'     '^'     '^'     '^'
61 7               '7'     '7'     '7'     '&'     '&'     '&'
62 8               '8'     '8'     '8'     '*'     '*'     '*'
63 9               '9'     '9'     '9'     '('     '('     '('
64                                                         
65 # the rest is for a qwerty keyboard
66 #
67 TAB             0x9     0x9     0x9     0x9     0x9     0x9
68 GRAVE           '`'     '`'     '`'     '~'     '`'     '~'
69 MINUS           '-'     '-'     '-'     '_'     '-'     '_'
70 EQUALS          '='     '='     '='     '+'     '='     '+'
71 LEFT_BRACKET    '['     '['     '['     '{'     '['     '{'
72 RIGHT_BRACKET   ']'     ']'     ']'     '}'     ']'     '}'
73 BACKSLASH       '\'     '\'     '\'     '|'     '\'     '|'
74 SEMICOLON       ';'     ';'     ';'     ':'     ';'     ':'
75 APOSTROPHE      '''     '''     '''     '"'     '''     '"'
76 STAR            '*'     '*'     '*'     '*'     '*'     '*'
77 POUND           '#'     '#'     '#'     '#'     '#'     '#'
78 PLUS            '+'     '+'     '+'     '+'     '+'     '+'
79                                                         
80                                                         
81