Blender Git Loki
Git Commits -> Revision bec0862
Revision bec0862 by Johannes Jakob (master) February 4, 2021, 13:27 (GMT) |
Fix T85363: Cmd + Tab shortcut overridden on macOS Adds an exception so that the key-binding `control + Tab` does not get duplicated as `command + Tab` on macOS because this is a global system shortcut for the app switcher. The key-binding `command + Tab` was shown for the operators ?Toggle Graph Editor? and ?Toggle Dope Sheet? in Dope Sheet and Graph Editor, but only `control + Tab` actually worked. Differential Revision: https://developer.blender.org/D10304 |
Commit Details:
Full Hash: bec08621d60771c2464d9ee20d679c7d202bd9e1
Parent Commit: 3f90c11
Committed By: Brecht Van Lommel
Lines Changed: +1, -0
1 Modified Path:
/release/scripts/modules/bl_keymap_utils/platform_helpers.py (+1, -0) (Diff)