Skip to content

Commit

Permalink
#391: return fake mask for now
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@12396 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 16, 2016
1 parent 0f30273 commit 13ba9f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xpra/platform/darwin/keyboard_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ def __repr__(self):
return "osx.KeyboardConfig"


def get_current_mask(self):
return []


def get_keycode(self, client_keycode, keyname, modifiers):
global KEYCODES
keycode = KEYCODES.get(keyname, -1)
Expand Down

0 comments on commit 13ba9f4

Please sign in to comment.