Fix grab file shortcut
This commit is contained in:
@@ -262,7 +262,7 @@ onMount(() => {
|
|||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
.shortcuts > div {
|
.shortcuts > div {
|
||||||
flex: 0 0 12em;
|
flex: 0 0 10em;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@@ -370,7 +370,7 @@ const keyboard_event = evt => {
|
|||||||
embed_window.toggle()
|
embed_window.toggle()
|
||||||
break
|
break
|
||||||
case "g": // G to grab this file
|
case "g": // G to grab this file
|
||||||
this.grabFile()
|
grab_file()
|
||||||
break
|
break
|
||||||
case "q": // Q to close the window
|
case "q": // Q to close the window
|
||||||
window.close()
|
window.close()
|
||||||
|
Reference in New Issue
Block a user