Unverified Commit 39f93d18 authored by Robert Ancell's avatar Robert Ancell Committed by GitHub

Add additional GTK keycodes for enter and tab (#61141)

parent 1e510ff6
......@@ -1945,7 +1945,8 @@
],
"gtk": [
"Return",
"Enter"
"Enter",
"ISO_Enter"
],
"windows": [
"RETURN"
......@@ -1969,7 +1970,8 @@
257
],
"gtk": [
65293
65293,
65076
],
"windows": [
13
......@@ -2075,7 +2077,8 @@
],
"gtk": [
"Tab",
"KP_Tab"
"KP_Tab",
"ISO_Left_Tab"
],
"windows": [
"TAB"
......@@ -2100,7 +2103,8 @@
],
"gtk": [
65289,
65417
65417,
65056
],
"windows": [
9
......
......@@ -43,7 +43,7 @@
"digit9": ["9"],
"eject": ["Eject"],
"end": ["End", "KP_End"],
"enter": ["Return", "Enter"],
"enter": ["Return", "Enter", "ISO_Enter"],
"equal": ["equal"],
"escape": ["Escape"],
"f1": ["F1", "KP_F1"],
......@@ -171,7 +171,7 @@
"spellCheck": ["Spell"],
"superKey": ["Super_L", "Super_R"],
"suspend": ["Suspend"],
"tab": ["Tab", "KP_Tab"],
"tab": ["Tab", "KP_Tab", "ISO_Left_Tab"],
"undo": ["Undo"],
"wakeUp": ["WakeUp"],
"zoomIn": ["ZoomIn"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment