blob: e95ccb5c472c1ea53e7f8272b961eb2aa674cf31 [file] [log] [blame]
Dmitry Torokhov4608f102015-09-22 15:51:22 -07001# Copyright (C) 2015 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15#
16# Key layout for Google Pixel C Keyboard
17#
18
19# Row 1
20key 2 1
21key 3 2
22key 4 3
23key 5 4
24key 6 5
25key 7 6
26key 8 7
27key 9 8
28key 10 9
29key 11 0
30key 12 MINUS
31key 14 DEL # Backspace
32
33# Row 2
34key 15 TAB
35key 16 Q
36key 17 W
37key 18 E
38key 19 R
39key 20 T
40key 21 Y
41key 22 U
42key 23 I
43key 24 O
44key 25 P
45key 13 EQUALS
46key 28 ENTER
47
48# Row 3
49key 125 META_LEFT # "Search key"
50key 30 A
51key 31 S
52key 32 D
53key 33 F
54key 34 G
55key 35 H
56key 36 J
57key 37 K
58key 38 L
59key 39 SEMICOLON
60key 40 APOSTROPHE
61
62# Row 4
63key 42 SHIFT_LEFT
64key 44 Z
65key 45 X
66key 46 C
67key 47 V
68key 48 B
69key 49 N
70key 50 M
71key 51 COMMA
72key 52 PERIOD
73key 53 SLASH
74key 54 SHIFT_RIGHT
75
76# Row 5
77key 29 CTRL_LEFT
78key 56 ALT_LEFT
79key 57 SPACE
80key 100 ALT_RIGHT
81key 103 DPAD_UP
82key 105 DPAD_LEFT
83key 106 DPAD_RIGHT
84key 108 DPAD_DOWN