Skip to content

Commit 16785a5

Browse files
committed
fix(quick_search): enable Numpad Enter to trigger quick search
1 parent 88b9709 commit 16785a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/services/shortcuts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ for (let i = 1; i <= 19; i++) {
4646
const KEYCODES_WITH_NO_MODIFIER = new Set([
4747
"Delete",
4848
"Enter",
49+
"NumpadEnter",
4950
...functionKeyCodes
5051
]);
5152

0 commit comments

Comments
 (0)