Searched refs:B_OPTION_KEY (Results 1 - 25 of 53) sorted by path

123

/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp53 | B_CONTROL_KEY | B_OPTION_KEY | B_MENU_KEY | B_SHIFT_KEY);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp515 customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
517 customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
519 customMods |=B_RIGHT_OPTION_KEY| B_OPTION_KEY;
521 customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
523 customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
525 customMods |=B_RIGHT_OPTION_KEY| B_OPTION_KEY;
700 modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY);
705 states, modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY
712 B_LEFT_OPTION_KEY | B_OPTION_KEY | B_CAPS_LOCK);
717 next, states, modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY
[all...]
/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.cpp51 | B_CONTROL_KEY | B_OPTION_KEY | B_MENU_KEY | B_SHIFT_KEY);
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp188 if (mods & B_OPTION_KEY)
189 printf("B_OPTION_KEY\n");
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp190 | B_OPTION_KEY | B_MENU_KEY;
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp119 if ((::modifiers() & (B_CONTROL_KEY | B_SHIFT_KEY | B_OPTION_KEY
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp109 || (modifiers & (B_CONTROL_KEY | B_COMMAND_KEY | B_OPTION_KEY
/haiku/src/bin/consoled/
H A Dconsoled.cpp140 modifiers |= B_OPTION_KEY;
/haiku/src/preferences/keymap/
H A DKeymap.cpp27 | B_OPTION_KEY | B_COMMAND_KEY | B_MENU_KEY;
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp122 , B_OPTION_KEY, B_LEFT_OPTION_KEY, B_RIGHT_OPTION_KEY);
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp33 | B_CONTROL_KEY | B_OPTION_KEY | B_MENU_KEY;
141 && (modifiers & kModifiers) == B_OPTION_KEY)
/haiku/headers/os/interface/
H A DInterfaceDefs.h147 B_OPTION_KEY = 0x00000040, enumerator in enum:__anon4
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp399 fModifiers |= B_OPTION_KEY;
H A DTeamMonitorWindow.cpp219 AddShortcut('T', B_COMMAND_KEY | B_OPTION_KEY,
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp416 B_SHIFT_KEY | B_CONTROL_KEY | B_OPTION_KEY | B_CAPS_LOCK)) {
417 case B_OPTION_KEY | B_CAPS_LOCK | B_SHIFT_KEY:
420 case B_OPTION_KEY | B_CAPS_LOCK:
423 case B_OPTION_KEY | B_SHIFT_KEY:
426 case B_OPTION_KEY:
538 fNewState.modifiers |= B_OPTION_KEY | B_LEFT_OPTION_KEY;
540 fNewState.modifiers |= B_OPTION_KEY | B_RIGHT_OPTION_KEY;
/haiku/src/apps/charactermap/
H A DCharacterView.cpp489 if ((modifiers() & (B_SHIFT_KEY | B_OPTION_KEY)) != 0) {
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp269 AddShortcut('P', B_COMMAND_KEY | B_SHIFT_KEY | B_OPTION_KEY,
/haiku/src/apps/deskbar/
H A DBarView.cpp363 if ((modifiers() & (B_CONTROL_KEY | B_COMMAND_KEY | B_OPTION_KEY
H A DExpandoMenuBar.cpp183 if (modifiers() & (B_OPTION_KEY | B_COMMAND_KEY | B_CONTROL_KEY))
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp520 } else if (modifiers() & B_OPTION_KEY) {
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp878 fAltDown = modifiers & B_OPTION_KEY;
/haiku/src/apps/mail/
H A DMailWindow.cpp415 new BMessage(M_REPLY_TO_SENDER),'R',B_OPTION_KEY));
535 new BMessage(M_TRAIN_SPAM), 'K', B_OPTION_KEY));
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2402 if ((modifier & (B_COMMAND_KEY | B_CONTROL_KEY | B_OPTION_KEY
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp316 new BMessage(kMsgOpenPort), 'Z', B_OPTION_KEY);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1292 fAlignLeft->SetShortcut('L', B_OPTION_KEY);
1296 fAlignCenter->SetShortcut('C', B_OPTION_KEY);
1300 fAlignRight->SetShortcut('R', B_OPTION_KEY);
1305 fWrapItem->SetShortcut('W', B_OPTION_KEY);
2056 AddShortcut(B_PAGE_DOWN, B_OPTION_KEY, message);
2059 AddShortcut(B_PAGE_UP, B_OPTION_KEY, message);

Completed in 146 milliseconds

123