From 2b046e6407254dae7c32d6fd6c5d401b69851fe4 Mon Sep 17 00:00:00 2001 From: Aminejv Date: Mon, 24 Jan 2022 18:14:35 +0100 Subject: [PATCH] feat(DataView): open tags jumper with 't' keybinding --- components/core/DataView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/core/DataView.js b/components/core/DataView.js index 8697329f..dadae8f8 100644 --- a/components/core/DataView.js +++ b/components/core/DataView.js @@ -324,6 +324,7 @@ function Footer({ switch (e.key) { case "T": + case "t": showSlatesJumper(); break; }