Remove keysym names from keysymdef.js
They were incomplete and turned off in most cases so they served little use besides adding complexity.
This commit is contained in:
+1
-1
@@ -659,7 +659,7 @@ RFB.prototype = {
|
||||
Log.Error('Unable to find a xt scancode for code = ' + keyevent.code);
|
||||
}
|
||||
} else {
|
||||
keysym = keyevent.keysym.keysym;
|
||||
keysym = keyevent.keysym;
|
||||
RFB.messages.keyEvent(this._sock, keysym, down);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user