Skip to content

Commit

Permalink
add keyboard debug logging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@15501 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 3, 2017
1 parent fc1cf65 commit add8aea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,9 @@ XpraClient.prototype._keyb_process = function(pressed, event) {
setTimeout(function () {
//show("win="+win.toSource()+", keycode="+keycode+", modifiers=["+modifiers+"], str="+str);
me.send(packet);
if (me.debug) {
console.debug(packet);
}
}, 0);
}
if (this.clipboard_enabled) {
Expand Down

0 comments on commit add8aea

Please sign in to comment.