Skip to content

Commit

Permalink
update docstring to match code
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@6514 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 19, 2014
1 parent f687524 commit 8f2fba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/keyboard_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def mask_to_names(self, mask):

def get_keymap_modifiers(self):
"""
ask the server to manage numlock, and lock can be missing from mouse events
ask the server to manage capslock ('lock') which can be missing from mouse events
(or maybe this is virtualbox causing it?)
"""
return {}, [], ["lock"]
Expand Down

0 comments on commit 8f2fba6

Please sign in to comment.