summaryrefslogtreecommitdiffstats
path: root/tools/gen_keyboard_overlay_data
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-09 22:10:35 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-09 22:10:35 +0000
commite53eab45960409cf8fb2db5f001210b4a020ef3d (patch)
tree3f1a4015f184f523132f1bcd14cee73641add34f /tools/gen_keyboard_overlay_data
parent11c3b31e9b11ab805fcc9af8787ae96905d52a66 (diff)
downloadchromium_src-e53eab45960409cf8fb2db5f001210b4a020ef3d.zip
chromium_src-e53eab45960409cf8fb2db5f001210b4a020ef3d.tar.gz
chromium_src-e53eab45960409cf8fb2db5f001210b4a020ef3d.tar.bz2
cros: Change keyboard overlay for F4 to 'full screen'
Now that immersive fullscreen is on by default and bound to F4, change the Ctrl-Shift-/ keyboard overlay to read "full screen" above the key. BUG=196574 TEST=manual, look at Ctrl-Shift-/ NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14715017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gen_keyboard_overlay_data')
-rwxr-xr-xtools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py b/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py
index f8d3ba1..8531241 100755
--- a/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py
+++ b/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py
@@ -66,7 +66,7 @@ LABEL_MAP = {
'glyph_brightness_up': 'bright up',
'glyph_enter': 'enter',
'glyph_forward': 'forward',
- 'glyph_fullscreen': 'maximize',
+ 'glyph_fullscreen': 'full screen',
# Kana/Eisu key on Japanese keyboard
'glyph_ime': u'\u304b\u306a\u0020\u002f\u0020\u82f1\u6570',
'glyph_lock': 'lock',
@@ -160,6 +160,9 @@ COPYRIGHT_HEADER=\
"""// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+
+// This is a generated file but may contain local modifications. See
+// src/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py --help
"""
# A snippet for grd file