Questions tagged [scroll-lock]

Scroll-lock is a key or a feature that avoids content being scrolled in a usually text based window.

The scroll-lock key, that is placed on the top right of the keyboard, toggles scrolling of text within many terminal based applications.

Scroll-lock is also a term for a feature, which allows to stop scrolling of any kind of contents. For instance the Android logcat console in Eclipse has a scroll lock-feature that is toggled by a graphical button.

18 questions
0
votes
1 answer

Toggle NUMLOCK / CAPSLOCK / SCROLLLOCK while the workstation is locked?

I am trying to toggle the indicator lights on my keyboard for Num Lock, Caps Lock, and Scroll Lock. (I just want to have them turn them off automatically at nighttime.) This is trivial using AutoHotkey or AutoIt. However, the script does has not…
JonathanDavidArndt
  • 2,518
  • 13
  • 37
  • 49
0
votes
3 answers

Get and set Num/Caps/Scroll-lock status in Mono C#

Is there a way in Mono.Net to get and set the Num/Caps/Scroll-lock status platform independent (Linux and Windows)? Thanks in advance.
Willem Van Onsem
  • 443,496
  • 30
  • 428
  • 555
0
votes
2 answers

TableView cell stop scrolling on cell

I am trying to create feed page like Facebook, i am loading images into tableview cells using lazy loading. Sometimes a scroll lock on any random cell occurs but when i try to scroll on any other visible cell above or below, it scrolls. This issue…
Superdev
  • 562
  • 7
  • 13
1
2