Fix T67874: Show gizmo incorrectly uses Cmd-` on macOS

This commit is contained in:
Campbell Barton 2019-07-30 01:53:45 +10:00
parent 770b496729
commit daa7b56890

View File

@ -44,6 +44,7 @@ def keyconfig_data_oskey_from_ctrl_for_macos(keyconfig_data_src):
'M',
'SPACE',
'W',
'ACCENT_GRAVE',
}) and (
item_event.get("ctrl") and
(not item_event.get("alt")) and