Fix the extra keys

Commit 529c64e1036b622ff971b1a0cd13856837d3a9eb broke this. #shame#
This commit is contained in:
Samuel Mannehed 2016-08-25 14:40:21 +02:00
parent 61e38102c3
commit 1e2019b7ba
1 changed files with 3 additions and 4 deletions

View File

@ -33,6 +33,7 @@ var UI;
connSettingsOpen: false,
clipboardOpen: false,
keyboardVisible: false,
extraKeysVisible: false,
isTouchDevice: false,
isSafari: false,
@ -40,10 +41,8 @@ var UI;
lastKeyboardinput: null,
defaultKeyboardinputLen: 100,
shiftDown: false,
ctrlDown: false,
altDown: false,
altGrDown: false,
ctrlOn: false,
altOn: false,
// Setup rfb object, load settings from browser storage, then call
// UI.init to setup the UI/menus