Fix macOS using conflicting key binding Cmd-.
Used for toggle origins, conflicts on macOS, use Ctrl-. instead.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user