Skip to content

Commit c5fdbdb

Browse files
authored
docs: remove outdated keyboard shortcut for note block creation (#7803)
The Keyboard Shortcuts dialog documented "d,r,m,f,s,l,t" as typing these letters to create do/re/mi/fa/sol/la/ti note blocks. No keydown handler in keyboard-controller.js (or anywhere else in the codebase) implements this behavior, so the entry has been misleading users since it was carried over from an old, unrelated help card in #6346. Remove the stale entry so the dialog matches actual application behavior. No keyboard handling logic is touched. Signed-off-by: Vanshika <pahalvanshikaa@gmail.com>
1 parent 8924384 commit c5fdbdb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

js/activity.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,12 +3591,6 @@ class Activity {
35913591
{
35923592
keys: platformKeys("Esc", "Esc"),
35933593
action: _("Hide block search when it is open")
3594-
},
3595-
{
3596-
keys: platformKeys("d,r,m,f,s,l,t", "d,r,m,f,s,l,t"),
3597-
action: _(
3598-
"You can type d to create a do block and r to create a re block etc."
3599-
)
36003594
}
36013595
]
36023596
},

0 commit comments

Comments
 (0)