diff --git a/frontend/src/js/elements/commandline-lists.js b/frontend/src/js/elements/commandline-lists.js index 8570d3d9a..43bd95b07 100644 --- a/frontend/src/js/elements/commandline-lists.js +++ b/frontend/src/js/elements/commandline-lists.js @@ -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",