feat: implemented select all notes feature.

This commit is contained in:
Xiaohan-Tian
2025-08-28 19:23:21 -07:00
parent 131b99aeb5
commit 6445325f3a
4 changed files with 68 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@
"play": "space",
"undo": "ctrl+z",
"redo": "ctrl+shift+z",
"select_all": "ctrl+a",
"copy": "ctrl+c",
"cut": "ctrl+x",
"paste": "ctrl+v",