Symbol: B_SCROLL_LOCK
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
354
= (modifiers & (B_CAPS_LOCK | B_NUM_LOCK | B_SCROLL_LOCK)) != 0;
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
548
if ((fModifiers & B_SCROLL_LOCK) != 0)
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
518
& (B_CAPS_LOCK | B_SCROLL_LOCK | B_NUM_LOCK);
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
534
fNewState.modifiers ^= B_SCROLL_LOCK;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
531
customMods |=B_SCROLL_LOCK;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
750
if (modCode & B_SCROLL_LOCK)
src/apps/deskcalc/CalcView.cpp
726
| (modifiers() & (B_CAPS_LOCK | B_SCROLL_LOCK)));
src/apps/icon-o-matic/generic/support/support_ui.cpp
184
if (mods & B_SCROLL_LOCK)
src/bin/consoled/consoled.cpp
121
& (B_CAPS_LOCK | B_NUM_LOCK | B_SCROLL_LOCK)) != 0;
src/bin/consoled/consoled.cpp
79
if ((modifiers & B_SCROLL_LOCK) != 0)
src/bin/keymap/Keymap.cpp
424
fKeys.lock_settings |= B_SCROLL_LOCK;
src/bin/keymap/Keymap.cpp
930
if ((fKeys.lock_settings & B_SCROLL_LOCK) != 0)
src/bin/modifiers.cpp
21
B_SCROLL_LOCK,
src/kits/shared/Keymap.cpp
205
return B_SCROLL_LOCK;
src/kits/shared/Keymap.cpp
236
if (modifier == B_SCROLL_LOCK)
src/preferences/keymap/KeyboardLayout.cpp
107
case B_SCROLL_LOCK:
src/preferences/keymap/KeyboardLayout.cpp
488
modifier = B_SCROLL_LOCK;
src/preferences/keymap/KeyboardLayoutView.cpp
1368
else if (modifier == B_SCROLL_LOCK)
src/preferences/keymap/KeyboardLayoutView.cpp
321
item = _CreateSwapModifiersMenuItem(B_SCROLL_LOCK, B_SCROLL_LOCK,
src/preferences/keymap/KeyboardLayoutView.cpp
844
else if (indicator->modifier == B_SCROLL_LOCK)
src/preferences/keymap/Keymap.cpp
213
else if (modifier == B_SCROLL_LOCK)
src/preferences/keymap/KeymapWindow.cpp
419
fCurrentMap.SetModifier(unset ? 0x00 : keyCode, B_SCROLL_LOCK);
src/preferences/shortcuts/ShortcutsWindow.cpp
830
modifiers &= ~(B_CAPS_LOCK | B_SCROLL_LOCK | B_NUM_LOCK);
src/servers/input/InputServer.cpp
672
case B_SCROLL_LOCK:
src/servers/input/InputServer.cpp
711
case B_SCROLL_LOCK:
src/servers/mail/LEDAnimation.cpp
69
LED(B_SCROLL_LOCK,true);
src/servers/mail/LEDAnimation.cpp
70
LED(B_SCROLL_LOCK,false);