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

Side by Side Diff: chrome/common/pref_names.cc

Issue 11943009: Add diamond-key remapping support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 const char kLanguageRemapSearchKeyTo[] = 717 const char kLanguageRemapSearchKeyTo[] =
718 // Note: we no longer use XKB for remapping these keys, but we can't change 718 // Note: we no longer use XKB for remapping these keys, but we can't change
719 // the pref names since the names are already synced with the cloud. 719 // the pref names since the names are already synced with the cloud.
720 "settings.language.xkb_remap_search_key_to"; 720 "settings.language.xkb_remap_search_key_to";
721 const char kLanguageRemapControlKeyTo[] = 721 const char kLanguageRemapControlKeyTo[] =
722 "settings.language.xkb_remap_control_key_to"; 722 "settings.language.xkb_remap_control_key_to";
723 const char kLanguageRemapAltKeyTo[] = 723 const char kLanguageRemapAltKeyTo[] =
724 "settings.language.xkb_remap_alt_key_to"; 724 "settings.language.xkb_remap_alt_key_to";
725 const char kLanguageRemapCapsLockKeyTo[] = 725 const char kLanguageRemapCapsLockKeyTo[] =
726 "settings.language.remap_caps_lock_key_to"; 726 "settings.language.remap_caps_lock_key_to";
727 const char kLanguageRemapDiamondKeyTo[] =
728 "settings.language.remap_diamond_key_to";
727 729
728 // A boolean pref which determines whether key repeat is enabled. 730 // A boolean pref which determines whether key repeat is enabled.
729 const char kLanguageXkbAutoRepeatEnabled[] = 731 const char kLanguageXkbAutoRepeatEnabled[] =
730 "settings.language.xkb_auto_repeat_enabled_r2"; 732 "settings.language.xkb_auto_repeat_enabled_r2";
731 // A integer pref which determines key repeat delay (in ms). 733 // A integer pref which determines key repeat delay (in ms).
732 const char kLanguageXkbAutoRepeatDelay[] = 734 const char kLanguageXkbAutoRepeatDelay[] =
733 "settings.language.xkb_auto_repeat_delay_r2"; 735 "settings.language.xkb_auto_repeat_delay_r2";
734 // A integer pref which determines key repeat interval (in ms). 736 // A integer pref which determines key repeat interval (in ms).
735 const char kLanguageXkbAutoRepeatInterval[] = 737 const char kLanguageXkbAutoRepeatInterval[] =
736 "settings.language.xkb_auto_repeat_interval_r2"; 738 "settings.language.xkb_auto_repeat_interval_r2";
(...skipping 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after
2229 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; 2231 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
2230 2232
2231 #if defined(OS_CHROMEOS) 2233 #if defined(OS_CHROMEOS)
2232 // The RLZ brand code, if enabled. 2234 // The RLZ brand code, if enabled.
2233 const char kRLZBrand[] = "rlz.brand"; 2235 const char kRLZBrand[] = "rlz.brand";
2234 // Whether RLZ pings are disabled. 2236 // Whether RLZ pings are disabled.
2235 const char kRLZDisabled[] = "rlz.disabled"; 2237 const char kRLZDisabled[] = "rlz.disabled";
2236 #endif 2238 #endif
2237 2239
2238 } // namespace prefs 2240 } // namespace prefs
OLDNEW
« chrome/browser/ui/ash/event_rewriter.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698