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; }