Skip to content

Commit

Permalink
fix logging error in uncommon modifier key state change failure code …
Browse files Browse the repository at this point in the history
…path

git-svn-id: https://xpra.org/svn/Xpra/trunk@21029 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 19, 2018
1 parent a5bb0bf commit 536431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/x11/server_keyboard_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def change_mask(modifiers, press, info):
break #we're done for this modifier
log("%s %s with keycode %s did not work", info, modifier, keycode)
if press and not nuisance:
log(" trying to unpress it!", info, modifier, keycode)
log(" trying to unpress it!")
X11Keyboard.xtest_fake_key(keycode, False)
#maybe doing the full keypress (down+up) worked:
new_mask = self.get_current_mask()
Expand Down

0 comments on commit 536431c

Please sign in to comment.