
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"]
|
|
}
|