Created
December 12, 2023 17:18
-
-
Save egor83/4adeecee92e2a913a02a07ed4790245d to your computer and use it in GitHub Desktop.
LibreOffice Calc Fill Up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ctrl+D fills down the current row from the row above; to make a mirrored function (fill up the current row from the row below), | |
do the following: | |
Go to Tools menu > Customize, Keyboard tab | |
Find "fill up" function (there's a filter field for that), select Ctrl + Shift + D in the list of "Shortcut keys" (I had to | |
scroll), and select "Modify". | |
Based on Reddit comment by /u/fullonwrong here: | |
https://www.reddit.com/r/libreoffice/comments/2dr9of/equivalent_keyboard_shortcut_commands/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment