Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Side by Side Diff: base/keyboard_codes_linux.h

Issue 173030: Port more browser focus tests to linux.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: working on windows Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /* 5 /*
6 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com. All rights reserved. 6 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com. All rights reserved.
7 * Copyright (C) 2008, 2009 Google Inc. 7 * Copyright (C) 2008, 2009 Google Inc.
8 * 8 *
9 * Redistribution and use in source and binary forms, with or without 9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions 10 * modification, are permitted provided that the following conditions
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 VKEY_0 = GDK_0, 78 VKEY_0 = GDK_0,
79 VKEY_1 = GDK_1, 79 VKEY_1 = GDK_1,
80 VKEY_2 = GDK_2, 80 VKEY_2 = GDK_2,
81 VKEY_3 = GDK_3, 81 VKEY_3 = GDK_3,
82 VKEY_4 = GDK_4, 82 VKEY_4 = GDK_4,
83 VKEY_5 = GDK_5, 83 VKEY_5 = GDK_5,
84 VKEY_6 = GDK_6, 84 VKEY_6 = GDK_6,
85 VKEY_7 = GDK_7, 85 VKEY_7 = GDK_7,
86 VKEY_8 = GDK_8, 86 VKEY_8 = GDK_8,
87 VKEY_9 = GDK_9, 87 VKEY_9 = GDK_9,
88 VKEY_A = GDK_A, 88 VKEY_A = GDK_a,
89 VKEY_B = GDK_B, 89 VKEY_B = GDK_b,
90 VKEY_C = GDK_C, 90 VKEY_C = GDK_c,
91 VKEY_D = GDK_D, 91 VKEY_D = GDK_d,
92 VKEY_E = GDK_E, 92 VKEY_E = GDK_e,
93 VKEY_F = GDK_F, 93 VKEY_F = GDK_f,
94 VKEY_G = GDK_G, 94 VKEY_G = GDK_g,
95 VKEY_H = GDK_H, 95 VKEY_H = GDK_h,
96 VKEY_I = GDK_I, 96 VKEY_I = GDK_u,
97 VKEY_J = GDK_J, 97 VKEY_J = GDK_j,
98 VKEY_K = GDK_K, 98 VKEY_K = GDK_k,
99 VKEY_L = GDK_L, 99 VKEY_L = GDK_l,
100 VKEY_M = GDK_M, 100 VKEY_M = GDK_m,
101 VKEY_N = GDK_N, 101 VKEY_N = GDK_n,
102 VKEY_O = GDK_O, 102 VKEY_O = GDK_o,
103 VKEY_P = GDK_P, 103 VKEY_P = GDK_p,
104 VKEY_Q = GDK_Q, 104 VKEY_Q = GDK_q,
105 VKEY_R = GDK_R, 105 VKEY_R = GDK_r,
106 VKEY_S = GDK_S, 106 VKEY_S = GDK_s,
107 VKEY_T = GDK_T, 107 VKEY_T = GDK_t,
108 VKEY_U = GDK_U, 108 VKEY_U = GDK_u,
109 VKEY_V = GDK_V, 109 VKEY_V = GDK_v,
110 VKEY_W = GDK_W, 110 VKEY_W = GDK_w,
111 VKEY_X = GDK_X, 111 VKEY_X = GDK_x,
112 VKEY_Y = GDK_Y, 112 VKEY_Y = GDK_y,
113 VKEY_Z = GDK_Z, 113 VKEY_Z = GDK_z,
114 VKEY_LWIN = GDK_Meta_L, 114 VKEY_LWIN = GDK_Meta_L,
115 VKEY_RWIN = GDK_Meta_R, 115 VKEY_RWIN = GDK_Meta_R,
116 VKEY_APPS = 0x5D, // TODO(jcampan): not sure what this one is. 116 VKEY_APPS = 0x5D, // TODO(jcampan): not sure what this one is.
117 VKEY_SLEEP = XF86XK_Sleep, 117 VKEY_SLEEP = XF86XK_Sleep,
118 VKEY_NUMPAD0 = GDK_KP_0, 118 VKEY_NUMPAD0 = GDK_KP_0,
119 VKEY_NUMPAD1 = GDK_KP_1, 119 VKEY_NUMPAD1 = GDK_KP_1,
120 VKEY_NUMPAD2 = GDK_KP_2, 120 VKEY_NUMPAD2 = GDK_KP_2,
121 VKEY_NUMPAD3 = GDK_KP_3, 121 VKEY_NUMPAD3 = GDK_KP_3,
122 VKEY_NUMPAD4 = GDK_KP_4, 122 VKEY_NUMPAD4 = GDK_KP_4,
123 VKEY_NUMPAD5 = GDK_KP_5, 123 VKEY_NUMPAD5 = GDK_KP_5,
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 VKEY_ZOOM = XF86XK_ZoomIn, 205 VKEY_ZOOM = XF86XK_ZoomIn,
206 VKEY_NONAME = 0xFC, 206 VKEY_NONAME = 0xFC,
207 VKEY_PA1 = 0xFD, 207 VKEY_PA1 = 0xFD,
208 VKEY_OEM_CLEAR = 0xFE, 208 VKEY_OEM_CLEAR = 0xFE,
209 VKEY_UNKNOWN = 0 209 VKEY_UNKNOWN = 0
210 }; 210 };
211 211
212 } // namespace views 212 } // namespace views
213 213
214 #endif // BASE_KEYBOARD_CODES_LINUX_H_ 214 #endif // BASE_KEYBOARD_CODES_LINUX_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/ui_controls_linux.cc » ('j') | chrome/browser/gtk/browser_window_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698