Add missing scancode for sendTab

pull/36/head
Samuel Mannehed 6 years ago committed by Lauri Kasanen
parent 6067290169
commit 6b39933658

@ -1878,7 +1878,7 @@ const UI = {
},
sendTab() {
UI.rfb.sendKey(KeyTable.XK_Tab);
UI.rfb.sendKey(KeyTable.XK_Tab, "Tab");
},
toggleCtrl() {

Loading…
Cancel
Save