Searched refs:B_LEFT_OPTION_KEY (Results 1 - 17 of 17) sorted by relevance

/haiku/src/bin/
H A Dmodifiers.cpp31 B_LEFT_OPTION_KEY,
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp515 customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
517 customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
521 customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
523 customMods |=B_LEFT_OPTION_KEY | B_OPTION_KEY;
700 modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY);
705 states, modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY
712 B_LEFT_OPTION_KEY | B_OPTION_KEY | B_CAPS_LOCK);
717 next, states, modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY
777 if (modCode & B_LEFT_OPTION_KEY)
/haiku/src/preferences/keymap/
H A DKeymap.cpp202 | B_RIGHT_CONTROL_KEY | B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY;
227 else if (modifier == B_LEFT_OPTION_KEY)
H A DKeyboardLayoutView.cpp252 item = _CreateSwapModifiersMenuItem(B_LEFT_OPTION_KEY,
253 isLockKey ? B_LEFT_OPTION_KEY : B_OPTION_KEY,
1388 } else if (modifier == B_LEFT_OPTION_KEY)
H A DKeyboardLayout.cpp117 case B_LEFT_OPTION_KEY:
H A DKeymapWindow.cpp391 B_LEFT_OPTION_KEY);
/haiku/src/kits/shared/
H A DKeymap.cpp219 return B_LEFT_OPTION_KEY | B_OPTION_KEY;
250 if (modifier == B_LEFT_OPTION_KEY || modifier == B_OPTION_KEY)
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp204 if (mods & B_LEFT_OPTION_KEY)
205 printf("B_LEFT_OPTION_KEY\n");
/haiku/src/bin/consoled/
H A Dconsoled.cpp139 if (modifiers & (B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY))
/haiku/headers/os/interface/
H A DInterfaceDefs.h155 B_LEFT_OPTION_KEY = 0x00004000, enumerator in enum:__anon4
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp122 , B_OPTION_KEY, B_LEFT_OPTION_KEY, B_RIGHT_OPTION_KEY);
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp538 fNewState.modifiers |= B_OPTION_KEY | B_LEFT_OPTION_KEY;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp398 if (fModifiers & (B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY))
/haiku/src/servers/input/
H A DInputServer.cpp761 case B_LEFT_OPTION_KEY:
807 case B_LEFT_OPTION_KEY:
/haiku/src/apps/terminal/
H A DTermViewStates.cpp213 if ((mod & B_LEFT_OPTION_KEY) != 0 && fView->fUseOptionAsMetaKey
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js203 const B_LEFT_OPTION_KEY = 0x00004000;
/haiku/src/kits/interface/
H A DMenu.cpp3224 if (get_modifier_key(B_LEFT_OPTION_KEY, &value) != B_OK)

Completed in 186 milliseconds