added some aliases to the command line. closes #1123

This commit is contained in:
Miodec 2021-03-20 15:36:01 +00:00
parent c3092a11b2
commit 4a206eb11d

View file

@ -207,6 +207,7 @@ let commands = {
{
id: "changeMinWpm",
display: "Change min wpm mode...",
alias: "minimum",
subgroup: true,
exec: () => {
currentCommands.push(commandsMinWpm);
@ -216,6 +217,7 @@ let commands = {
{
id: "changeMinAcc",
display: "Change min accuracy mode...",
alias: "minimum",
subgroup: true,
exec: () => {
currentCommands.push(commandsMinAcc);
@ -621,6 +623,7 @@ let commands = {
{
id: "saveScreenshot",
display: "Save screenshot",
alias: "ss picture",
exec: () => {
setTimeout(() => {
TestUI.screenshot();