Apply the patch from #6069 which makes the Vulcan Death Grip Ctrl+Shift+Cmd.

I assume if this wasn't wanted the ticket would have been closed, and I think
this is fine.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40085 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood
2011-01-03 03:30:00 +00:00
parent a0d93d1416
commit e62cadc374
+1 -1
View File
@@ -307,7 +307,7 @@ TExpandoMenuBar::MouseDown(BPoint where)
message->FindInt32("modifiers", &modifiers);
if ((modifiers & B_COMMAND_KEY) != 0
&& (modifiers & B_OPTION_KEY) != 0
&& (modifiers & B_CONTROL_KEY) != 0
&& (modifiers & B_SHIFT_KEY) != 0) {
const BList* teams = item->Teams();
int32 teamCount = teams->CountItems();