Search the library

What would you like to learn?

Type two or more characters to search.

You can also browse all tutorials or topics.

Lesson 4.1 · Ubuntu Desktop for Beginners

Ubuntu Keyboard Shortcuts Beginners Actually Need

Learn a small, useful set of current Ubuntu shortcuts for applications, windows, editing, Files, search, screenshots, and screen locking.

UbuntuLinux

You will learn

  • Use a compact set of desktop and editing shortcuts
  • Explain why the same shortcut can act differently by context
  • Find the current shortcut settings when a documented binding differs

Before you start

  • A keyboard is available
  • A disposable text document and Files window are open for practice
On this page

A useful shortcut replaces an action you already understand. Start with a small set, practice it in context, and keep the pointer available when a key is not memorable.

Read shortcut notation

Ctrl + C means hold Ctrl, press C, then release both. The plus sign describes a combination; you do not type +.

Five editing shortcuts

Practice these in a disposable text document:

  • Ctrl + A: select all text in the current area.
  • Ctrl + C: copy the selection to the clipboard.
  • Ctrl + X: cut the selection, preparing it to move.
  • Ctrl + V: paste the clipboard contents.
  • Ctrl + Z: undo the most recent supported action.

After copying, the original remains. After cutting and pasting, the selected text moves. Undo availability depends on the application and action, so it is not a substitute for saving or backups.

Search inside the current application

Ctrl + F commonly opens Find inside the application or document you are using.

In a browser, it searches the current page. In Files, it searches from the current folder. In a text editor, it searches the open document.

This is context: the focused application decides what the shortcut means.

In Files:

  • Ctrl + L focuses or exposes the location field so you can read or enter a path.
  • Ctrl + H shows or hides dotfiles.
  • Ctrl + N opens a new Files window.
  • Delete sends the selected item to Trash under ordinary conditions.

Before pressing Delete, look at the selected item. Keyboard speed should not remove the verification step.

Reach applications and windows

  • Press Super to open or leave the Activities overview.
  • Press Super + A to show applications on the documented current setup.
  • Press Super + Tab to switch applications.
  • Press Super + Page Up or Super + Page Down to switch workspaces.
  • Press Alt + F4 to close the focused window.

Many people expect Alt + Tab from another desktop. Ubuntu shortcuts can be customized, and environments differ. Open Settings → Keyboard → View and Customize Shortcuts when the expected binding does not match the documented one.

Lock and capture the screen

  • Super + L locks the screen.
  • Print opens the screenshot interface.
  • Alt + Print captures the focused window on the current documented setup.
  • Shift + Print captures the full screen on the current documented setup.

The next lesson explains where captures go and how to select a region.

A shortcut may belong to the application

Ctrl + L in Files exposes a location. In a web browser, the same keys usually focus the address bar.

Ctrl + C copies in ordinary graphical applications. A terminal uses a different copy shortcut because Ctrl + C has another command-line meaning. Path 3 will teach that before expecting you to use it.

When a shortcut surprises you, ask two questions:

  1. Which window has keyboard focus?
  2. Is the shortcut controlled by Ubuntu or by that application?

Accessibility alternatives

Shortcuts are optional. Menus, buttons, and search remain valid ways to work.

If holding several keys is difficult, Ubuntu accessibility settings include Sticky Keys, which allows supported combinations to be pressed one key at a time. Keyboard navigation also uses Tab, arrow keys, Enter, Space, and Esc to move through controls.

Common mistakes

Typing the plus sign. Hold the named modifier and press the other key.

Copying when nothing is selected. Select the text or file first and confirm its highlight.

Pasting into the wrong window. Check focus before Ctrl + V.

Using Ctrl + A without checking context. It can select an entire document or all files in a view.

Assuming every application supports Undo. Verify the result and save important work.

Memorizing a hundred bindings. Learn a shortcut when it replaces a task you perform repeatedly.

Practice

Knowledge check

Which shortcut solves this task?

Choose shortcuts for opening the application overview, finding a word in the current document, showing hidden files in Files, undoing an edit, and locking the screen. Explain which one depends most clearly on application context.

What to learn next

Continue to Take Screenshots and Use the Clipboard in Ubuntu to capture exactly the information needed for notes or support.

Keep exploring

Continue with primary sources

Official documentation