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

/haiku/src/bin/
H A Dmodifiers.cpp32 B_RIGHT_OPTION_KEY,
/haiku/src/preferences/keymap/
H A DKeymap.cpp202 | B_RIGHT_CONTROL_KEY | B_LEFT_OPTION_KEY | B_RIGHT_OPTION_KEY;
229 else if (modifier == B_RIGHT_OPTION_KEY)
H A DKeyboardLayoutView.cpp293 item = _CreateSwapModifiersMenuItem(B_RIGHT_OPTION_KEY,
294 isLockKey ? B_RIGHT_OPTION_KEY : B_OPTION_KEY,
1390 else if (modifier == B_RIGHT_OPTION_KEY)
H A DKeyboardLayout.cpp119 case B_RIGHT_OPTION_KEY:
H A DKeymapWindow.cpp396 B_RIGHT_OPTION_KEY);
/haiku/src/kits/shared/
H A DKeymap.cpp221 return B_RIGHT_OPTION_KEY | B_OPTION_KEY;
252 if (modifier == B_RIGHT_OPTION_KEY)
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp206 if (mods & B_RIGHT_OPTION_KEY)
207 printf("B_RIGHT_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.h156 B_RIGHT_OPTION_KEY = 0x00008000 enumerator in enum:__anon4
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp519 customMods |=B_RIGHT_OPTION_KEY| B_OPTION_KEY;
525 customMods |=B_RIGHT_OPTION_KEY| B_OPTION_KEY;
780 if (modCode & B_RIGHT_OPTION_KEY)
/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.cpp540 fNewState.modifiers |= B_OPTION_KEY | B_RIGHT_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.cpp763 case B_RIGHT_OPTION_KEY:
810 case B_RIGHT_OPTION_KEY:
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js204 const B_RIGHT_OPTION_KEY = 0x00008000;

Completed in 172 milliseconds