Symbol: B_LEFT_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
538
fNewState.modifiers |= B_OPTION_KEY | B_LEFT_OPTION_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
515
customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
517
customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
521
customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
523
customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
700
modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY);
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
705
states, modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
712
B_LEFT_OPTION_KEY | B_OPTION_KEY | B_CAPS_LOCK);
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
717
next, states, modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
777
if (modCode & B_LEFT_OPTION_KEY)
src/apps/icon-o-matic/generic/support/support_ui.cpp
204
if (mods & B_LEFT_OPTION_KEY)
src/apps/terminal/TermViewStates.cpp
218
if ((mod & B_LEFT_OPTION_KEY) != 0 && fView->fUseOptionAsMetaKey
src/bin/consoled/consoled.cpp
139
if (modifiers & (B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY))
src/bin/modifiers.cpp
31
B_LEFT_OPTION_KEY,
src/kits/interface/Menu.cpp
3229
if (get_modifier_key(B_LEFT_OPTION_KEY, &value) != B_OK)
src/kits/shared/Keymap.cpp
219
return B_LEFT_OPTION_KEY | B_OPTION_KEY;
src/kits/shared/Keymap.cpp
250
if (modifier == B_LEFT_OPTION_KEY || modifier == B_OPTION_KEY)
src/preferences/keymap/KeyboardLayout.cpp
117
case B_LEFT_OPTION_KEY:
src/preferences/keymap/KeyboardLayoutView.cpp
1394
} else if (modifier == B_LEFT_OPTION_KEY)
src/preferences/keymap/KeyboardLayoutView.cpp
251
item = _CreateSwapModifiersMenuItem(B_LEFT_OPTION_KEY,
src/preferences/keymap/KeyboardLayoutView.cpp
252
isLockKey ? B_LEFT_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
227
else if (modifier == B_LEFT_OPTION_KEY)
src/preferences/keymap/KeymapWindow.cpp
391
B_LEFT_OPTION_KEY);
src/preferences/shortcuts/ShortcutsSpec.cpp
122
, B_OPTION_KEY, B_LEFT_OPTION_KEY, B_RIGHT_OPTION_KEY);
src/servers/input/InputServer.cpp
686
case B_LEFT_OPTION_KEY:
src/servers/input/InputServer.cpp
732
case B_LEFT_OPTION_KEY: