From e53eab45960409cf8fb2db5f001210b4a020ef3d Mon Sep 17 00:00:00 2001 From: "jamescook@chromium.org" Date: Thu, 9 May 2013 22:10:35 +0000 Subject: 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 --- tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/gen_keyboard_overlay_data') 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 -- cgit v1.1