mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: use Cmd-a on macOS to select all items in list
This commit is contained in:
@@ -128,7 +128,7 @@ export function useKeyboardListNavigation(
|
||||
focusItemAt(nextIndex);
|
||||
return true;
|
||||
},
|
||||
"Ctrl-a": () => {
|
||||
"Mod-a": () => {
|
||||
resetSelection();
|
||||
for (let i = 0; i < length; ++i) select(i);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user