* Do not forward the Command-~ to the apps, like with the other workspace

switching keys.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33445 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-10-05 16:16:36 +00:00
parent 5f696e92b2
commit b4a7d0bcc6
+1
View File
@@ -174,6 +174,7 @@ KeyboardFilter::Filter(BMessage* message, EventTarget** _target,
} if (key == 0x11 && (modifiers & B_COMMAND_KEY) != 0) {
// switch to previous workspace (command + `)
fDesktop->SetWorkspaceAsync(-1);
return B_SKIP_MESSAGE;
}
}