After upgrading to Ubuntu 21.04, the arrow keys on my USB Japanese 108-key keyboard scroll in LibreOffice Calc as though scroll lock is toggled on (even though the scroll lock light is not on) instead of moving the selected cell. (Actually, this happens with the US-intl keyboard layout too.) The arrow keys work as expected in other programs though, including LibreOffice Writer.
If I switch to the default US keyboard layout, the arrow keys work properly: moving the selected cell.
I've tried removing grp_led:scroll
from XKBOPTIONS="grp:alt_shift_toggle,grp_led:scroll"
in /etc/default/keyboard
, as described here, but it did not fix it.
I also tried uninstalling LibreOffice and removing the config files as explained here, but that didn't fix it either.
This wasn't a problem in Ubuntu 20.10, so something has changed related to the upgrade.
Why is this happening and how can I fix it?
gnome-shell
. – Gunnar Hjalmarsson Aug 05 '21 at 13:39grp_led:scroll
. See https://bugs.documentfoundation.org/show_bug.cgi?id=111627#c8 . – N0rbert Aug 05 '21 at 17:52