Symbol: B_RIGHT_OPTION_KEY
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
372
if (fModifiers & (B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY))
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
540
fNewState.modifiers |= B_OPTION_KEY | B_RIGHT_OPTION_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
519
customMods |=B_RIGHT_OPTION_KEY| B_OPTION_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
525
customMods |=B_RIGHT_OPTION_KEY| B_OPTION_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
780
if (modCode & B_RIGHT_OPTION_KEY)
src/apps/icon-o-matic/generic/support/support_ui.cpp
206
if (mods & B_RIGHT_OPTION_KEY)
src/bin/consoled/consoled.cpp
139
if (modifiers & (B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY))
src/bin/modifiers.cpp
32
B_RIGHT_OPTION_KEY,
src/kits/shared/Keymap.cpp
221
return B_RIGHT_OPTION_KEY | B_OPTION_KEY;
src/kits/shared/Keymap.cpp
252
if (modifier == B_RIGHT_OPTION_KEY)
src/preferences/keymap/KeyboardLayout.cpp
119
case B_RIGHT_OPTION_KEY:
src/preferences/keymap/KeyboardLayoutView.cpp
1396
else if (modifier == B_RIGHT_OPTION_KEY)
src/preferences/keymap/KeyboardLayoutView.cpp
292
item = _CreateSwapModifiersMenuItem(B_RIGHT_OPTION_KEY,
src/preferences/keymap/KeyboardLayoutView.cpp
293
isLockKey ? B_RIGHT_OPTION_KEY : B_OPTION_KEY,
src/preferences/keymap/Keymap.cpp
202
| B_RIGHT_CONTROL_KEY | B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY;
src/preferences/keymap/Keymap.cpp
229
else if (modifier == B_RIGHT_OPTION_KEY)
src/preferences/keymap/KeymapWindow.cpp
396
B_RIGHT_OPTION_KEY);
src/preferences/shortcuts/ShortcutsSpec.cpp
122
, B_OPTION_KEY, B_LEFT_OPTION_KEY, B_RIGHT_OPTION_KEY);
src/servers/input/InputServer.cpp
688
case B_RIGHT_OPTION_KEY:
src/servers/input/InputServer.cpp
735
case B_RIGHT_OPTION_KEY: