Add missing scancode for sendTab

This commit is contained in:
Samuel Mannehed 2019-10-28 09:59:58 +01:00
parent 0c4b3e802f
commit c568ad4c74
1 changed files with 1 additions and 1 deletions

View File

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