mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 05:54:49 +03:00
feat(DataView): open tags jumper with 't' keybinding
This commit is contained in:
parent
1d17c6ea46
commit
2b046e6407
@ -324,6 +324,7 @@ function Footer({
|
||||
|
||||
switch (e.key) {
|
||||
case "T":
|
||||
case "t":
|
||||
showSlatesJumper();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user