mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
fixed keymap layout and layout triggering together
This commit is contained in:
parent
bea1cdead7
commit
675bcab67d
1 changed files with 1 additions and 1 deletions
|
@ -1589,7 +1589,7 @@ if (Object.keys(layouts).length > 0) {
|
|||
Object.keys(layouts).forEach((layout) => {
|
||||
if (layout.toString() != "default") {
|
||||
commandsKeymapLayouts.list.push({
|
||||
id: "changeLayout" + capitalizeFirstLetter(layout),
|
||||
id: "changeKeymapLayout" + capitalizeFirstLetter(layout),
|
||||
display: layout.replace("_", " "),
|
||||
exec: () => {
|
||||
changeKeymapLayout(layout);
|
||||
|
|
Loading…
Reference in a new issue