diff --git a/frontend/src/ts/commandline/lists/keymap-layouts.ts b/frontend/src/ts/commandline/lists/keymap-layouts.ts index e862c23df..4733ca28d 100644 --- a/frontend/src/ts/commandline/lists/keymap-layouts.ts +++ b/frontend/src/ts/commandline/lists/keymap-layouts.ts @@ -29,6 +29,7 @@ function update(layouts: MonkeyTypes.Layouts): void { id: "changeKeymapLayoutOverrideSync", display: "emulator sync", configValue: "overrideSync", + alias: "default", exec: (): void => { UpdateConfig.setKeymapLayout("overrideSync"); TestLogic.restart();