command line keymap alias

This commit is contained in:
Miodec 2021-03-16 08:38:57 +00:00
parent 2a36d115cb
commit 6befe690fb

View file

@ -455,6 +455,7 @@ let commands = {
{
id: "changeKeymapStyle",
display: "Change keymap style...",
alias: "keyboard",
subgroup: true,
exec: () => {
currentCommands.push(commandsKeymapStyle);
@ -464,6 +465,7 @@ let commands = {
{
id: "changeKeymapLayout",
display: "Change keymap layout...",
alias: "keyboard",
subgroup: true,
exec: () => {
currentCommands.push(commandsKeymapLayouts);