Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorDamien Plisson <damien.plisson@yahoo.fr>2009-12-12 11:45:16 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2009-12-12 11:45:16 +0300
commitb6bf852670ce802a61feabde9e16b7e51c97cd88 (patch)
treef348b56445a17ab29bf917c95786efb7947f0f01 /intern
parent86028a66319a67ed14b6d6cd43053a529df5b4a8 (diff)
Reenable disabled window switching shortcuts in 10.4 builds
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowCocoa.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_WindowCocoa.mm b/intern/ghost/intern/GHOST_WindowCocoa.mm
index 4058d721bdb..8c9f8a7647d 100644
--- a/intern/ghost/intern/GHOST_WindowCocoa.mm
+++ b/intern/ghost/intern/GHOST_WindowCocoa.mm
@@ -245,6 +245,10 @@ extern "C" {
case 'w':
case 'h':
case 'm':
+ case '<':
+ case '>':
+ case '~':
+ case '`':
return NO;
default:
return YES;