Blender Git Loki
Git Commits -> Revision 5c2355d
Revision 5c2355d by Brecht Van Lommel (master) May 12, 2013, 22:15 (GMT) |
Fix ctrl+(shift)+tab shortcut key not working on OS X after recent bugfix to interact better with system shortcuts. This is a special shortcut for switching between views and does not get delivered directly to our view when we pass it through the application key event handling path. We only have a single OpenGL view, so there's no need to pass it on to the application, instead just interpret it directly. |
Commit Details:
Full Hash: 5c2355d3640618084d326e7f09bd83e118251ea9
SVN Revision: 56728
Parent Commit: 33651da
Lines Changed: +14, -1
1 Modified Path:
/intern/ghost/intern/GHOST_SystemCocoa.mm (+14, -1) (Diff)