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

Types of operating systems

Today there are lot of operating systems in the internet but actually they are only based on these main operating systems. What we see on internet is that windows is an OS, Linux is an OS but actually it is not really true. These are true only in simple understanding but when we explore computers more then we see there are lot of types of operating systems available in the market. These are written below...... Batch Operating System Multi-programming OS. Time-sharing or multitasking operating systems Distributed operating System Network operating System Real Time operating System Hard real--time systems Soft real--time systems Batch operating system: These operating system can not interact directly with the computer. Batch processing is a technique in which an Operating System collects the programs and data together in a batch before processing starts.   Multi-programming OS: These type of OS are able to run multiple jobs simultaneously in the memory. For it, memory is considered a...

Know Operating Systems (Briefly)

OPERATING SYSTEM :     Today's lot of operating systems have arrived in the marketplace, but some OS gets failed because of their specifications or trends. Let me tell you what is an Operating System in short " an operating system is just a system software which help us to communicate with a machine using graphical or command line interface."     That's means when someone using his/her smartphone or computer or any type of device that's sure this device has an operating system and there is a proper way to use this device. Every Operating system has its own way or type of using it.    An OS is also making a vital role in the device because there are lot of things in a device which depends on the OS like bluetooth-connectivity, wireless-connections, display and many more things.   WORKING PROCESS :   Basically an OS is a system software so it contains all information about the hardware of this device.    Now...

A technical preview of an Operating System

Operating System (OS): An Operating system consists of a set of programs which controls, co-ordinates and supervises the activities of the various components of a computer system. Its function is to link between the computer hardware and the user. An operating system is a software or a series of programmes, which performs various types of functions in order to manage and organize file so". Objectives:  There are lot of objectives of an operating system, actually it covers the birth of a perfect operating system. A user is just like a wanting animal they just want everything. But as a developer we are just tying to make our software more & more better as per user requests. These are some main objectives ------ To describe the basic organization of computer systems. To provide a grand tour of the major components of operating systems. Provide more convenient environment for users. Provide maximum utilized performance to users as per hardware existance. Computer Startup: When a c...

Application Softwares (types of softwares)

  Application Software:   An application software always works under a system software. These softwares are generally a set of one or more programmes, designed to solve a specific problem, or do a specific task e.g. An application software for payroll processing produces pay slips as the major output, and an application software for processing examination results produces mark sheets as the major output along with some other statistical reports.    And also if a person is writing a program to solve his/her personal and particular problems is also comes under the application software. These programs included in an application software package are called application programmes and who made these programs are also known as application programmers. The most commonly known application software are 1. Word Processing Software: A word processing software enables us to make use of a computer system for creating editing, viewing, formatting, storing retrieving and painting ...

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...