feat(frontend): add hotkey registration function and hotkey helper modal (#12128)

* add new hotkey registration interface and hotkey modal

* fix import

* add printing hotkey

* add todo

* add hotkey for barcode scanning

* register spotlight shortcut key

* sort keys

* render nicer overview

* fix props

* expose for plugins

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
Matthias Mair
2026-06-09 13:05:52 +10:00
committed by GitHub
co-authored by Oliver
parent 4fb4ba7b2e
commit 3d527eb392
15 changed files with 220 additions and 20 deletions
+2
View File
@@ -139,6 +139,8 @@ export {
type TableStateExtraProps
} from './hooks/UseTable';
export { useInvenTreeHotkeys } from './functions/Events';
export {
type DrawerProps,
DetailDrawer,