Searched refs:B_SCROLL_LOCK (Results 1 - 18 of 18) sorted by relevance

/haiku/src/servers/mail/
H A DLEDAnimation.cpp69 LED(B_SCROLL_LOCK,true);
70 LED(B_SCROLL_LOCK,false);
/haiku/src/bin/
H A Dmodifiers.cpp21 B_SCROLL_LOCK,
/haiku/src/bin/consoled/
H A Dconsoled.cpp79 if ((modifiers & B_SCROLL_LOCK) != 0)
121 & (B_CAPS_LOCK | B_NUM_LOCK | B_SCROLL_LOCK)) != 0;
/haiku/src/kits/shared/
H A DKeymap.cpp205 return B_SCROLL_LOCK;
236 if (modifier == B_SCROLL_LOCK)
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp184 if (mods & B_SCROLL_LOCK)
185 printf("B_SCROLL_LOCK\n");
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp107 case B_SCROLL_LOCK:
488 modifier = B_SCROLL_LOCK;
H A DKeyboardLayoutView.cpp322 item = _CreateSwapModifiersMenuItem(B_SCROLL_LOCK, B_SCROLL_LOCK,
838 else if (indicator->modifier == B_SCROLL_LOCK)
1362 else if (modifier == B_SCROLL_LOCK)
H A DKeymap.cpp213 else if (modifier == B_SCROLL_LOCK)
H A DKeymapWindow.cpp419 fCurrentMap.SetModifier(unset ? 0x00 : keyCode, B_SCROLL_LOCK);
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp518 & (B_CAPS_LOCK | B_SCROLL_LOCK | B_NUM_LOCK);
534 fNewState.modifiers ^= B_SCROLL_LOCK;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp380 = (modifiers & (B_CAPS_LOCK | B_NUM_LOCK | B_SCROLL_LOCK)) != 0;
574 if ((fModifiers & B_SCROLL_LOCK) != 0)
/haiku/headers/os/interface/
H A DInterfaceDefs.h145 B_SCROLL_LOCK = 0x00000010, enumerator in enum:__anon4
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp829 modifiers &= ~(B_CAPS_LOCK | B_SCROLL_LOCK | B_NUM_LOCK);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp531 customMods |=B_SCROLL_LOCK;
750 if (modCode & B_SCROLL_LOCK)
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js193 const B_SCROLL_LOCK = 0x00000010;
2153 modifiersChanged |= B_SCROLL_LOCK;
/haiku/src/servers/input/
H A DInputServer.cpp747 case B_SCROLL_LOCK:
786 case B_SCROLL_LOCK:
/haiku/src/bin/keymap/
H A DKeymap.cpp424 fKeys.lock_settings |= B_SCROLL_LOCK;
931 if ((fKeys.lock_settings & B_SCROLL_LOCK) != 0)
/haiku/src/apps/deskcalc/
H A DCalcView.cpp726 | (modifiers() & (B_CAPS_LOCK | B_SCROLL_LOCK)));

Completed in 261 milliseconds