Skip to content

Commit

Permalink
fix space bar key mapping
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@12624 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 21, 2016
1 parent 3bc5c03 commit 136873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/darwin/keyboard_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_keycode(self, client_keycode, keyname, modifiers):
"Return" : 35,
"Tab" : 48,
"Caps_Lock" : 57,
"space" : 9,
"space" : 49,
#Numeric pad keys:
"KP_1" : 83,
"KP_2" : 84,
Expand Down

0 comments on commit 136873e

Please sign in to comment.