swithc to form keyboard shortcut

This commit is contained in:
Jan Prochazka
2021-01-11 18:16:17 +01:00
parent 817efb1c72
commit 87fde4185a
5 changed files with 50 additions and 6 deletions

View File

@@ -330,6 +330,11 @@ export default function FormView(props) {
onReload();
}
if (event.keyCode == keycodes.f4) {
event.preventDefault();
handleSwitchToTable();
}
if (
!event.ctrlKey &&
!event.altKey &&