Skip to main content

Some useful shortcuts of Libre Office Writer


  • Ctrl+A  Select All
  • Ctrl+J   Justify
  • Ctrl+D Double Underline
  • Ctrl+E Centered
  • Ctrl+F Find and Replace
  • Ctrl+Shift+P Superscript
  • Ctrl+L Align Left
  • Ctrl+R Align Right
  • Ctrl+Shift+B Subscript
  • Ctrl+Y Redo last action
  • Ctrl+0 (zero) Apply Default   paragraph style
  • Ctrl+1 Apply Heading 1 paragraph style
  • Ctrl+2 Apply Heading 2 paragraph style
  • Ctrl+3 Apply Heading 3 paragraph style
  • Ctrl+5 1.5 Line Spacing
  • Ctrl+ Plus Key(+) Calculates the selected text and copies the result to the clipboard.
  • Ctrl+Hyphen(-) Custom hyphens; hyphenation set by you.
  • Ctrl+Shift+minus sign (-) Non-breaking dash (is not used for hyphenation)
  • Ctrl+multiplication sign * (only on number pad) Run macro field
  • Ctrl+Shift+Space Non-breaking spaces. Non-breaking spaces are not used for hyphenation and are not expanded if the text is justified.
  • Shift+Enter Line break without paragraph change
  • Ctrl+Enter Manual page break
  • Ctrl+Shift+Enter Column break in multicolumnar texts
  • Alt+Enter Inserting a new paragraph without numbering
  • Alt+Enter Inserting a new paragraph directly before or after a section or a table.
  • Arrow Left Move cursor to left
  • Shift+Arrow Left Move cursor with selection to the left
  • Ctrl+Arrow Left Go to beginning of word
  • Ctrl+Shift+Arrow Left Selecting to the left word by word 
  • Arrow Right Move cursor to right 
  • Shift+Arrow Right Move cursor with selection to the right 
  • Ctrl+Arrow Right Go to start of next word 
  • Ctrl+Shift+Arrow Right Selecting to the right word by word 
  • Arrow Up Move cursor up one line 
  • Shift+Arrow Up Selecting lines in an upwards direction 
  • Ctrl+Arrow Up Move cursor to beginning of the previous paragraph
  • Shift+Ctrl+Arrow Up Select to beginning of paragraph. Next keystroke extends selection to beginning of previous paragraph 
  • Arrow Down Move cursor down one line 
  • Shift+Arrow Down Selecting lines in a downward direction 
  • Ctrl+Arrow Down Move cursor to beginning of next paragraph.
  • Shift+Ctrl+Arrow Down Select to end of paragraph. Next keystroke extends selection to end of next paragraph Home Go to beginning of line
  • Shift+Home Go and select to the beginning of a line 
  • End Go to end of line
  • Shift+End Go and select to end of line
  • Ctrl+Home Go to start of document
  • Ctrl+Shift+Home Go and select text to start of document
  • Ctrl+End Go to end of document
  • Ctrl+Shift+End Go and select text to end of document
  • Ctrl+PageUp Switch cursor between text and header
  • Ctrl+PageDown Switch cursor between text and footer Insert Insert mode on/off PageUp Screen page up
  • Shift+PageUp Move up screen page with selection PageDown Move down screen page
  • Shift+PageDown Move down screen page with selection
  • Ctrl+Del Delete text to end of word
  • Ctrl+Backspace Delete text to beginning of word In a list: delete an empty paragraph in front of the current paragraph
  • Ctrl+Shift+Del Delete text to end of sentence
  • Ctrl+Shift+Backspace Delete text to beginning of sentence

 

Thanks fo rreading this blog !!!

For more stay tuned!!!

Comments

Popular Posts

Solution | Secure Workloads in Google Kubernetes Engine: Challenge Lab | 2022

  Task 0: Download the necessary files :   gsutil cp gs://spls/gsp335/gsp335.zip . unzip gsp335.zip Task - 1: Setup cluster gcloud container clusters create <cluster-name> \    --zone us-central1-c \    --machine-type n1-standard-4 \    --num-nodes 2 \    --enable-network-policy gcloud sql instances create <your-sql-instance-name> --region us-central1 Task - 2: Setup wordpress: Create database - wordpress Go to the SQL -> open the  created instance (wordpress-db-387) -> then database -> Create database  Database name :wordpress Create -> users-> add user Account User name: wordpress Add Add user - wordpress (no password) Service account gcloud iam service-accounts create <your-service-account- credentials> gcloud projects add-iam-policy-binding $DEVSHELL_PROJECT_ID \    --member="serviceAccount:< your-service-account- credentials>@$ DEVSHELL_ PROJECT_ID.i...

why visiting darkweb is not too easy?

DARK WEB :       Today we will talk about Dark-Web ,   the Dark-Web is a WWW(World wide web) content that exists on the internet but we need specific software, system configurations or authorized access to see or make changes in this content. Dark-web is just a part of the internet where 90% of internet data is available right now. The Dark-Web contents are not shown by normal search engines like Google , Bing or other search engines.          The dark-web include small peer to peer and friend to friend networks, as well as large, popular networks such as Tor, Freenet etc. operated by public organizations and individuals.  Users of the dark web refer to the regular web as clean net due to its unencrypted nature. The Tor dark web or onion browsing uses the traffic anonymization technique of onion-routing in the network's top-level-domain suffix .onion REAL WORLD:  If we talk about real world scenarios ...

A Digital Computer

 A digital computer is a digital system that performs various computational tasks. The word "Digital" implies that the information in the computer is represented by variables that take a limited number of discrete values. These values are processed internally by components that can maintain a limited number of discrete states. These discrete values are taken by the decimal digits 0 to 9.  The first electronic digital systems was developed at 1940s late, it was primarily only used for some numerical computations.  As we all know a digital computer uses binary number system & it can only understand a binary number. And a binary number has only 2 digits 0 & 1 . Let me tell you one more interesting thing is that a binary digit is called "bit" here. That means if we use 0 it means its a bit, and vise versa.  In a digital computer all information is only represented in group of bits. After using various programming techniques & some algorithms, these grou...

Types of Softwares

Software generally categorized into two types, which are as follows : System Softwares Application Softwares.        System Softwares:      A system software is a set of programs which is designed to control different-different operations and more extend processing capabilities of a computer system. It can perform these functions one or more depending on program requirements on a given task. Supports the development of other application software. Supports the execution of other application software. Handles the effective & efficient use of various hardware resources, such as CPU, memory peripherals etc.  Controls and communicate with the operation of peripheral devices such as printer disk, tape etc.     And system software makes the operation of a computer system more effective and efficient as we can see in its functions. It help the hardware components work together. These programme which are included in a system software p...