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
Notes: blender-bot 2023-02-14 01:29:11 +01:00
Referenced by issue #67874, Incorrect Shortcut Key shown on macOS tooltip for 'Show Gizmo' toggle in viewport
1 changed files with 1 additions and 0 deletions

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