mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Rewrites tools/gen_keycodes, the script that generates key mappings across the framework and the engine.
7 lines
212 B
JSON
7 lines
212 B
JSON
{
|
|
"SHIFT": ["ShiftLeft", "ShiftLeft", "ShiftRight"],
|
|
"CONTROL": ["ControlLeft", "ControlLeft", "ControlRight"],
|
|
"MOD1": ["AltLeft", "AltLeft", "AltRight"],
|
|
"META": ["MetaLeft", "MetaLeft", "MetaRight"]
|
|
}
|