Searched refs:B_CONTROL_KEY (Results 26 - 50 of 59) sorted by relevance

123

/haiku/src/preferences/keymap/
H A DKeymap.cpp26 static const uint32 kModifierKeys = B_SHIFT_KEY | B_CAPS_LOCK | B_CONTROL_KEY
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp116 sControlName, B_CONTROL_KEY, B_LEFT_CONTROL_KEY, B_RIGHT_CONTROL_KEY);
/haiku/src/kits/tracker/
H A DContainerWindow.cpp516 && ((CurrentMessage()->FindInt32("modifiers") & B_CONTROL_KEY)) != 0) {
787 | B_CONTROL_KEY, new BMessage(kQuitTracker));
796 AddShortcut('D', B_COMMAND_KEY | B_CONTROL_KEY, new BMessage('dbug'),
798 AddShortcut('C', B_COMMAND_KEY | B_CONTROL_KEY, new BMessage('dpcc'),
800 AddShortcut('F', B_COMMAND_KEY | B_CONTROL_KEY, new BMessage('dpfl'),
802 AddShortcut('F', B_COMMAND_KEY | B_CONTROL_KEY | B_OPTION_KEY,
2046 AddShortcut('O', B_COMMAND_KEY | B_CONTROL_KEY,
2282 fOpenWithItem->SetShortcut('O', B_COMMAND_KEY | B_CONTROL_KEY);
3116 || (modifiers() & B_CONTROL_KEY) != 0));
H A DDeskWindow.cpp355 modifiers |= (value != 0 ? B_CONTROL_KEY : 0);
H A DUtilities.cpp103 && (modifiers & B_CONTROL_KEY) != 0);
965 modifiers &= B_SHIFT_KEY | B_COMMAND_KEY | B_CONTROL_KEY
/haiku/src/libs/print/libprint/
H A DPreview.cpp376 if (modifiers() & B_CONTROL_KEY)
381 if (modifiers() & B_CONTROL_KEY)
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js191 const B_CONTROL_KEY = 0x00000004;
2122 modifiersChanged |= B_CONTROL_KEY;
2128 modifiersChanged |= B_CONTROL_KEY;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp348 if (MultipleSelection() && (m_lastButton == B_PRIMARY_MOUSE_BUTTON) && !(modifiers() & B_CONTROL_KEY))
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp33 | B_CONTROL_KEY | B_OPTION_KEY | B_MENU_KEY;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp397 fModifiers |= B_CONTROL_KEY;
/haiku/src/apps/deskbar/
H A DBarWindow.cpp107 RemoveShortcut('H', B_COMMAND_KEY | B_CONTROL_KEY);
H A DExpandoMenuBar.cpp183 if (modifiers() & (B_OPTION_KEY | B_COMMAND_KEY | B_CONTROL_KEY))
H A DSwitcher.cpp682 if ((modifierKeys & B_CONTROL_KEY) == 0) {
2152 if (fSwitcher->HairTrigger() && (modifiersKeys & B_CONTROL_KEY) == 0) {
/haiku/src/kits/interface/
H A DMenuItem.cpp783 if ((fModifiers & B_CONTROL_KEY) != 0) {
H A DAbstractSpinner.cpp579 && (modifiers() & B_CONTROL_KEY) != 0) {
595 && (modifiers() & B_CONTROL_KEY) != 0) {
H A DColumnListView.cpp1862 (modifiers() & B_CONTROL_KEY) == 0,
1868 (modifiers() & B_CONTROL_KEY) == 0,
3134 if ((modifiers() & B_CONTROL_KEY) == 0
3143 if ((modifiers() & B_CONTROL_KEY) == 0)
3796 if ((modifiers() & B_CONTROL_KEY) == 0)
H A DTextView.cpp3276 bool controlKeyDown = (modifiers & B_CONTROL_KEY) != 0;
3335 bool controlKeyDown = (modifiers & B_CONTROL_KEY) != 0;
3506 bool controlKeyDown = (modifiers & B_CONTROL_KEY) != 0;
3558 bool controlKeyDown = (modifiers & B_CONTROL_KEY) != 0;
/haiku/src/servers/app/
H A DWorkspacesView.cpp469 if ((modifiers & B_CONTROL_KEY) != 0) {
H A DDesktop.cpp173 || modifiers == B_CONTROL_KEY || modifiers == B_OPTION_KEY)
194 && (modifiers & B_CONTROL_KEY) != 0
206 if ((modifiers & (B_COMMAND_KEY | B_CONTROL_KEY | B_OPTION_KEY))
209 if ((modifiers & B_CONTROL_KEY) != 0)
218 && (modifiers & (B_COMMAND_KEY | B_CONTROL_KEY | B_OPTION_KEY))
/haiku/src/apps/mail/
H A DContent.cpp943 if ((key[0] == B_DELETE) || (mods & B_CONTROL_KEY)) {
968 if (IsSelectable() && (mods & B_CONTROL_KEY)) {
1019 if (mods & B_CONTROL_KEY) { // ^k kill text from cursor to e-o-line
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2373 if ((modifier & (B_CONTROL_KEY | B_COMMAND_KEY))
2374 == (B_CONTROL_KEY | B_COMMAND_KEY))
2402 if ((modifier & (B_COMMAND_KEY | B_CONTROL_KEY | B_OPTION_KEY
/haiku/src/apps/showimage/
H A DShowImageView.cpp1129 || (modifiers() & (B_COMMAND_KEY | B_CONTROL_KEY)) != 0)) {
1372 } else if ((modifiers() & B_CONTROL_KEY) != 0) {
/haiku/src/apps/terminal/
H A DTermWindow.cpp555 AddShortcut('S', B_COMMAND_KEY | B_CONTROL_KEY,
557 AddShortcut('C', B_COMMAND_KEY | B_CONTROL_KEY,
/haiku/src/apps/tv/
H A DMainWin.cpp1007 if ((modifiers & (B_COMMAND_KEY | B_CONTROL_KEY | B_OPTION_KEY
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp876 fOptionDown = modifiers & B_CONTROL_KEY;

Completed in 241 milliseconds

123