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

Unified Diff: ui/events/keycodes/dom/dom_key_data.inc

Issue 1165223003: Fix Ozone keyboard layout to handle German Neo 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@x489769-rewriter
Patch Set: review comments Created 5 years, 6 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: ui/events/keycodes/dom/dom_key_data.inc
diff --git a/ui/events/keycodes/dom/dom_key_data.inc b/ui/events/keycodes/dom/dom_key_data.inc
index 52fce73d2eef8a50793e3f042ac831588da5e04b..e809b8dd32610f140b2ac0463b73e5bd2b29d401 100644
--- a/ui/events/keycodes/dom/dom_key_data.inc
+++ b/ui/events/keycodes/dom/dom_key_data.inc
@@ -64,6 +64,12 @@ DOM_KEY_MAP_DECLARATION {
DOM_KEY_MAP("Symbol", SYMBOL),
DOM_KEY_MAP("SymbolLock", SYMBOL_LOCK),
+ // Non-standard value corresponding to XKB keysym ISO_Level5_Shift,
+ // an additional printable-character modifier like Shift and AltGraph,
+ // used by such layouts as Neo (German) and Multix (French-Canadian).
+ // Key Enum
+ DOM_KEY_MAP("ShiftLevel5", SHIFT_LEVEL5),
+
// ============================================================
// Whitespace Keys
// http://www.w3.org/TR/DOM-Level-3-Events-key/#keys-whitespace
« no previous file with comments | « no previous file | ui/events/keycodes/keyboard_code_conversion_xkb.cc » ('j') | ui/events/ozone/evdev/keyboard_evdev.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698