mirror of
https://github.com/flutter/flutter.git
synced 2026-01-28 04:52:55 +08:00
Rewrites tools/gen_keycodes, the script that generates key mappings across the framework and the engine.
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"Numpad0": "NumpadInsert",
|
|
"Numpad1": "NumpadEnd",
|
|
"Numpad2": "NumpadDown",
|
|
"Numpad3": "NumpadPageDown",
|
|
"Numpad4": "NumpadLeft",
|
|
"Numpad6": "NumpadRight",
|
|
"Numpad7": "NumpadHome",
|
|
"Numpad8": "NumpadUp",
|
|
"Numpad9": "NumpadPageUp",
|
|
"NumpadPeriod": "NumpadDelete"
|
|
}
|