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
160 B
JSON
7 lines
160 B
JSON
{
|
|
"Shift": ["ShiftLeft", "ShiftRight"],
|
|
"Meta": ["MetaLeft", "MetaRight"],
|
|
"Alt": ["AltLeft", "AltRight"],
|
|
"Control": ["ControlLeft", "ControlRight"]
|
|
}
|