Skip to content

Commit

Permalink
Map alt gr to alt in macOS (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
boppreh committed Mar 30, 2018
1 parent 5693585 commit a530ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboard/_canonical_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,8 @@
"windows": "command",
"cmd": "command",
"win": "command",
"backspace": "delete"
"backspace": "delete",
'alt gr': 'alt' # Issue #117
})
all_modifiers = {'alt', 'ctrl', 'shift', 'windows'}
if platform.system() == 'Linux':
Expand Down

0 comments on commit a530ceb

Please sign in to comment.