added alias for keymap

This commit is contained in:
Miodec 2021-03-16 08:38:37 +00:00
parent cc9ade6439
commit 2a36d115cb

View file

@ -446,6 +446,7 @@ let commands = {
id: "toggleKeymap",
display: "Change keymap mode...",
subgroup: true,
alias: "keyboard",
exec: () => {
currentCommands.push(commandsKeymapMode);
showCommandLine();