Add ESC mapping for Pixel C keyboard
Now that we have "replace" key event support in the framework we can map ESC as AltR+1. Bug: 24504154 Change-Id: Ief8a50098fc5484171011f268ffc22a309cbba62
This commit is contained in:
@ -197,6 +197,7 @@ key 1 {
|
||||
label: '1'
|
||||
base: '1'
|
||||
shift: '!'
|
||||
ralt: replace ESCAPE
|
||||
}
|
||||
|
||||
key 2 {
|
||||
|
Reference in New Issue
Block a user