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