mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 01:03:08 +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) {
|
switch (e.key) {
|
||||||
case "T":
|
case "T":
|
||||||
|
case "t":
|
||||||
showSlatesJumper();
|
showSlatesJumper();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user