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

## Description This cleans up how synonyms are calculated, and adds a reverse mapping from pseudo keys to the real keys they are synonyms of. Updates the `layout_goals.json` to include the "Space" key, since that was added in the engine without updating the generation configuration.
52 lines
965 B
JSON
52 lines
965 B
JSON
{
|
|
"Backquote": false,
|
|
"Backslash": false,
|
|
"BracketLeft": false,
|
|
"BracketRight": false,
|
|
"Comma": false,
|
|
"Digit0": true,
|
|
"Digit1": true,
|
|
"Digit2": true,
|
|
"Digit3": true,
|
|
"Digit4": true,
|
|
"Digit5": true,
|
|
"Digit6": true,
|
|
"Digit7": true,
|
|
"Digit8": true,
|
|
"Digit9": true,
|
|
"Equal": false,
|
|
"IntlBackslash": false,
|
|
"KeyA": true,
|
|
"KeyB": true,
|
|
"KeyC": true,
|
|
"KeyD": true,
|
|
"KeyE": true,
|
|
"KeyF": true,
|
|
"KeyG": true,
|
|
"KeyH": true,
|
|
"KeyI": true,
|
|
"KeyJ": true,
|
|
"KeyK": true,
|
|
"KeyL": true,
|
|
"KeyM": true,
|
|
"KeyN": true,
|
|
"KeyO": true,
|
|
"KeyP": true,
|
|
"KeyQ": true,
|
|
"KeyR": true,
|
|
"KeyS": true,
|
|
"KeyT": true,
|
|
"KeyU": true,
|
|
"KeyV": true,
|
|
"KeyW": true,
|
|
"KeyX": true,
|
|
"KeyY": true,
|
|
"KeyZ": true,
|
|
"Minus": false,
|
|
"Period": false,
|
|
"Quote": false,
|
|
"Semicolon": false,
|
|
"Slash": false,
|
|
"Space": false
|
|
}
|