feat(DataView): open tags jumper with 't' keybinding

This commit is contained in:
Aminejv 2022-01-24 18:14:35 +01:00 committed by Martina
parent 1d17c6ea46
commit 2b046e6407

View File

@ -324,6 +324,7 @@ function Footer({
switch (e.key) {
case "T":
case "t":
showSlatesJumper();
break;
}