mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
gpu_display: fix Linux keycode for '`'.
BUG=b:213150276 TEST=presubmit Change-Id: I92fad55467b1f740ec94cf1575573d47141b7c76 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3871958 Commit-Queue: Pujun Lun <lunpujun@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Pujun Lun <lunpujun@google.com>
This commit is contained in:
parent
0cdbb4d679
commit
e4d8e6685b
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ pub const KEYCODE_MAP: [MapEntry; 88] = [
|
|||
mac: 0x0027,
|
||||
},
|
||||
MapEntry {
|
||||
linux_keycode: 399,
|
||||
linux_keycode: 41,
|
||||
xkb: 0x0031,
|
||||
win: 0x0029,
|
||||
mac: 0x0032,
|
||||
|
|
Loading…
Reference in a new issue