[Bf-blender-cvs] [daa7b568901] master: Fix T67874: Show gizmo incorrectly uses Cmd-` on macOS

Campbell Barton noreply at git.blender.org
Mon Jul 29 17:56:05 CEST 2019


Commit: daa7b568901703caa5cf3f4d419d80d32d2ddd17
Author: Campbell Barton
Date:   Tue Jul 30 01:53:45 2019 +1000
Branches: master
https://developer.blender.org/rBdaa7b568901703caa5cf3f4d419d80d32d2ddd17

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

===================================================================

M	release/scripts/modules/bl_keymap_utils/platform_helpers.py

===================================================================

diff --git a/release/scripts/modules/bl_keymap_utils/platform_helpers.py b/release/scripts/modules/bl_keymap_utils/platform_helpers.py
index 9aacb08e109..e6506f11b71 100644
--- a/release/scripts/modules/bl_keymap_utils/platform_helpers.py
+++ b/release/scripts/modules/bl_keymap_utils/platform_helpers.py
@@ -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



More information about the Bf-blender-cvs mailing list