Add missing scancode for sendTab
This commit is contained in:
committed by
Lauri Kasanen
parent
6067290169
commit
6b39933658
@@ -1878,7 +1878,7 @@ const UI = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
sendTab() {
|
sendTab() {
|
||||||
UI.rfb.sendKey(KeyTable.XK_Tab);
|
UI.rfb.sendKey(KeyTable.XK_Tab, "Tab");
|
||||||
},
|
},
|
||||||
|
|
||||||
toggleCtrl() {
|
toggleCtrl() {
|
||||||
|
|||||||
Reference in New Issue
Block a user