Tagged Questions
The scroll-lock tag has no wiki summary.
8
votes
13answers
1k views
Is there use for the Scroll Lock button anymore?
The scroll lock button seems to be a reminder of the good old green terminal days. Does anyone still use it? Should the 101 button keyboard become the 100 button keyboard?
4
votes
1answer
294 views
Google Plus & Javascript - Disable scrolling when choosing circles?
I've created a lot of Circles. And so when I hover over the "Add to Circles" google plus button, a small div pops up that allows me to vertically scroll through my circles.
The really cool part is ...
1
vote
2answers
762 views
Javascript - Hijack page scrolling like Google Plus?
1) If you have a Google Plus account, go to your home page.
2) On the right side, there's a list of "Add to Circle" buttons that you can hover over.
3) Notice that when you hover over one of the ...
1
vote
2answers
192 views
Scroll lock bug in Visual Studio 2010
When I'm working in Visual Studio 2010, the IDE seems to switch to "Scroll Lock" mode at random times. Is this a new feature that I'm not aware of (initiated by some designated key/mouse-click) or a ...
1
vote
3answers
449 views
Is it possible to get Scroll Lock status in javascript?
Is it possible to tell if scroll lock mode is currently on through javascript without capturing scroll lock key press event (key was pressed outside of the browser)?
0
votes
1answer
33 views
Check Scroll Lock, Num Lock & Caps Lock in JavaScript on Page Load
Is it possible to check the status of Scroll Lock, Num Lock and Caps Lock on page load of a web page? I've found ways to check after a keypress using JavaScript, but that's not what I'm asking.
0
votes
2answers
538 views
Get and set Num/Caps/Scroll-lock status in Mono C#
Is thyere a way in Mono.Net to get and set the Num/Caps/Scroll-lock status platform independent (Linux and Windows)?
Thanks in advance.