Symbol: B_RIGHT_CONTROL_KEY
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
370
if (fModifiers & (B_LEFT_CONTROL_KEY | B_RIGHT_CONTROL_KEY))
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
530
fNewState.modifiers |= B_CONTROL_KEY | B_RIGHT_CONTROL_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
513
customMods |=B_RIGHT_CONTROL_KEY | B_CONTROL_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
774
if (modCode & B_RIGHT_CONTROL_KEY)
src/apps/icon-o-matic/generic/support/support_ui.cpp
202
if (mods & B_RIGHT_CONTROL_KEY)
src/bin/consoled/consoled.cpp
137
if (modifiers & (B_LEFT_CONTROL_KEY | B_RIGHT_CONTROL_KEY))
src/bin/modifiers.cpp
30
B_RIGHT_CONTROL_KEY,
src/kits/shared/Keymap.cpp
217
return B_RIGHT_CONTROL_KEY | B_CONTROL_KEY;
src/kits/shared/Keymap.cpp
248
if (modifier == B_RIGHT_CONTROL_KEY)
src/preferences/keymap/KeyboardLayout.cpp
115
case B_RIGHT_CONTROL_KEY:
src/preferences/keymap/KeyboardLayoutView.cpp
1389
else if (modifier == B_RIGHT_CONTROL_KEY)
src/preferences/keymap/KeyboardLayoutView.cpp
277
item = _CreateSwapModifiersMenuItem(B_RIGHT_CONTROL_KEY,
src/preferences/keymap/KeyboardLayoutView.cpp
278
isLockKey ? B_RIGHT_CONTROL_KEY : B_CONTROL_KEY,
src/preferences/keymap/Keymap.cpp
202
| B_RIGHT_CONTROL_KEY | B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY;
src/preferences/keymap/Keymap.cpp
225
else if (modifier == B_RIGHT_CONTROL_KEY)
src/preferences/keymap/KeymapWindow.cpp
386
B_RIGHT_CONTROL_KEY);
src/preferences/shortcuts/ShortcutsSpec.cpp
116
sControlName, B_CONTROL_KEY, B_LEFT_CONTROL_KEY, B_RIGHT_CONTROL_KEY);
src/servers/input/InputServer.cpp
684
case B_RIGHT_CONTROL_KEY:
src/servers/input/InputServer.cpp
729
case B_RIGHT_CONTROL_KEY: