diff options
author | Siarhei Vishniakou <svv@google.com> | 2019-06-19 15:31:04 -0700 |
---|---|---|
committer | Siarhei Vishniakou <svv@google.com> | 2019-06-19 15:31:04 -0700 |
commit | 4055c79b567df219c2710342de1f14360428035c (patch) | |
tree | 91e7dcefb63e605bfbae8c020975ab9cfbf90c25 /data/keyboards | |
parent | 74208c36ab33517a1cbfbf8010ccc3768e32893e (diff) |
Add mapping for KEYCODE_ASSIST
Linux has defined KEY_ASSISTANT, but it is not currently mapped in
Android by default. Add the missing mapping here.
Bug: None
Test: None
Change-Id: I85dfecf599ebb69dd2b9ac602b1fc425e13f93c4
Diffstat (limited to 'data/keyboards')
-rw-r--r-- | data/keyboards/Generic.kl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/keyboards/Generic.kl b/data/keyboards/Generic.kl index 8699cb491dff..51500439d3cf 100644 --- a/data/keyboards/Generic.kl +++ b/data/keyboards/Generic.kl @@ -408,6 +408,8 @@ key 522 STAR key 523 POUND key 580 APP_SWITCH key 582 VOICE_ASSIST +# Linux KEY_ASSISTANT +key 583 ASSIST # Keys defined by HID usages key usage 0x0c006F BRIGHTNESS_UP |