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

Unified Diff: chrome/browser/resources/keyboard/layout_fr.js

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing .py files Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/keyboard/layout_fr.js
diff --git a/chrome/browser/resources/keyboard/layout_fr.js b/chrome/browser/resources/keyboard/layout_fr.js
index f4d1a2b9d3c1e64fee00849740d80af535d6dc36..365a9c70857e9e053e3bc02f06fddf35f771c844 100644
--- a/chrome/browser/resources/keyboard/layout_fr.js
+++ b/chrome/browser/resources/keyboard/layout_fr.js
@@ -66,7 +66,7 @@ var KEYS_FR = [
new SvgKey('return', 'Enter'),
],
[
- new ShiftKey('left_shift'),
+ new ShiftKey('left-shift'),
Evan Stade 2012/04/03 02:59:48 what is this? this file is generated. did you chan
Dan Beam 2012/04/03 04:15:06 like we talked about, I'll just revert this as I c
new Key(CP('w'), CP('W'), CP('<'), CP('\\')),
new Key(CP('x'), CP('X'), CP('>'), CP('\u00a9', 'U+00A9')),
new Key(CP('c', 'c', 'fr_popup_c'), CP('C', 'C', 'fr_popup_c'),

Powered by Google App Engine
This is Rietveld 408576698