* 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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user