Fix macOS using conflicting key binding Cmd-.

Used for toggle origins, conflicts on macOS, use Ctrl-. instead.
This commit is contained in:
Campbell Barton
2019-11-14 16:51:16 +11:00
parent 9bd0d8b550
commit f16f2f8762

View File

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