Searched refs:B_RIGHT_CONTROL_KEY (Results 1 - 15 of 15) sorted by relevance

/haiku/src/bin/
H A Dmodifiers.cpp30 B_RIGHT_CONTROL_KEY,
/haiku/src/preferences/keymap/
H A DKeymap.cpp202 | B_RIGHT_CONTROL_KEY | B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY;
225 else if (modifier == B_RIGHT_CONTROL_KEY)
H A DKeyboardLayoutView.cpp278 item = _CreateSwapModifiersMenuItem(B_RIGHT_CONTROL_KEY,
279 isLockKey ? B_RIGHT_CONTROL_KEY : B_CONTROL_KEY,
1383 else if (modifier == B_RIGHT_CONTROL_KEY)
H A DKeyboardLayout.cpp115 case B_RIGHT_CONTROL_KEY:
H A DKeymapWindow.cpp386 B_RIGHT_CONTROL_KEY);
/haiku/src/kits/shared/
H A DKeymap.cpp217 return B_RIGHT_CONTROL_KEY | B_CONTROL_KEY;
248 if (modifier == B_RIGHT_CONTROL_KEY)
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp202 if (mods & B_RIGHT_CONTROL_KEY)
203 printf("B_RIGHT_CONTROL_KEY\n");
/haiku/src/bin/consoled/
H A Dconsoled.cpp137 if (modifiers & (B_LEFT_CONTROL_KEY | B_RIGHT_CONTROL_KEY))
/haiku/headers/os/interface/
H A DInterfaceDefs.h154 B_RIGHT_CONTROL_KEY = 0x00002000, enumerator in enum:__anon4
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp116 sControlName, B_CONTROL_KEY, B_LEFT_CONTROL_KEY, B_RIGHT_CONTROL_KEY);
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp530 fNewState.modifiers |= B_CONTROL_KEY | B_RIGHT_CONTROL_KEY;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp396 if (fModifiers & (B_LEFT_CONTROL_KEY | B_RIGHT_CONTROL_KEY))
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp513 customMods |=B_RIGHT_CONTROL_KEY | B_CONTROL_KEY;
774 if (modCode & B_RIGHT_CONTROL_KEY)
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js202 const B_RIGHT_CONTROL_KEY = 0x00002000;
2126 modifiersChanged |= B_RIGHT_CONTROL_KEY;
/haiku/src/servers/input/
H A DInputServer.cpp759 case B_RIGHT_CONTROL_KEY:
804 case B_RIGHT_CONTROL_KEY:

Completed in 203 milliseconds