Disable scroll lock when Alt-shift in LibreOffice Calc

sudo vi /etc/default/keyboard
 
# Remove ',grp_led:scroll'
 
# From:
#   XKBOPTIONS="grp:alt_shift_toggle,grp_led:scroll
# To
XKBOPTIONS="grp:alt_shift_toggle"
 
 
 
# WORKED!:
 
dconf read /org/gnome/desktop/input-sources/xkb-options
#>> ['grp:alt_shift_toggle', 'grp_led:scroll']
 
dconf write /org/gnome/desktop/input-sources/xkb-options "['grp:alt_shift_toggle', 'numpad:microsoft']"
 
dconf read /org/gnome/desktop/input-sources/xkb-options                                                
#>> ['grp:alt_shift_toggle', 'numpad:microsoft']
howto/disable_scroll_lock_when_alt-shift_in_libreoffice_calc.txt · Last modified: 2024/09/08 10:50 by yehuda
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0