mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-20 13:39:02 +08:00
removed unused code
This commit is contained in:
parent
9712443c3c
commit
31c799e653
1 changed files with 1 additions and 7 deletions
|
@ -2437,14 +2437,8 @@ export let defaultCommands = {
|
|||
{
|
||||
id: "changePunctuation",
|
||||
display: "Punctuation...",
|
||||
subgroup: commandsPunctuation,
|
||||
icon: "!?",
|
||||
shift: {
|
||||
display: "Toggle punctuation",
|
||||
exec: () => {
|
||||
UpdateConfig.togglePunctuation();
|
||||
},
|
||||
},
|
||||
subgroup: commandsPunctuation,
|
||||
},
|
||||
{
|
||||
id: "changeMode",
|
||||
|
|
Loading…
Add table
Reference in a new issue