Scroll lock appears to be stuck on. This is only affecting me because LibreOffice Calc, when scroll lock is activated, responds to arrow keys by scrolling instead of changing which cell is selected, which is quite frustrating to me because I rely on the arrow keys to quickly navigate and edit sheets.
Here are some commands I've tried, with no effect on Calc's behavior (several were suggestions from this question and this one):
xdotool key Scroll_Lock
xset -led named "Scroll Lock"
xset -led 3
xmodmap -e 'add mod3 = Scroll_Lock'
I'm running Ubuntu 22 and LibreOffice 7.3.5.2.
I don't have a scroll lock button or LED on my laptop, but I have tried plugging in an external keyboard with one; the scroll lock key didn't change Calc's behavior and the LED on that keyboard stayed lit.
Some of the options above changed whether xset q
listed scroll lock as on or off, but that still didn't correlate to Calc behaving.
Been struggling with this for a while, any help is greatly appreciated!