70 Raspbian Keyboard Shortcuts – Raspberry Pi Hotkeys

If you use a Raspbian system regularly, relying only on a mouse can slow you down. Whether you’re coding, browsing, or managing files on your Raspberry Pi, knowing the right keyboard shortcuts can save you a lot of time.

Raspbian keyboard shortcuts are key combinations that help you quickly perform actions like opening programs, switching between windows, and controlling system functions without touching your mouse. Once you learn them, your workflow becomes faster and much more efficient.

In this guide, you’ll find a complete list of Raspbian shortcuts, including desktop navigation, window management, terminal commands, and hidden shortcuts that most users don’t know. Whether you’re a beginner or an advanced user, this list will help you get more done on your Raspberry Pi.

What are Raspbian Keyboard Shortcuts?

Raspbian keyboard shortcuts are combinations of keys that allow users to perform tasks quickly on a Raspberry Pi system, such as opening applications, switching windows, and managing files without using a mouse.

Raspbian Desktop Shortcuts

These shortcuts help you quickly navigate the desktop environment and open system tools on your Raspberry Pi.

ActionShortcut
Open Run dialogAlt + F2
Open system menuCtrl + Esc
Open program menuAlt + Spacebar
Switch between programsAlt + Tab
Access menu optionsAlt + (underlined letter)
Toggle fullscreen for active windowAlt + F11
Close active windowCtrl + Q

Window Management Shortcuts

These shortcuts help you control and manage open windows efficiently.

ActionShortcut
Switch between open applicationsAlt + Tab
Fullscreen current windowAlt + F11
Close current windowCtrl + Q
Open window options menuAlt + Spacebar

System & Power Shortcuts

Use these shortcuts to control system-level actions and settings.

ActionShortcut
Restart X server / Return to CLICtrl + Alt + Backspace
Open TerminalCtrl + Alt + T
System options (if enabled)Ctrl + Alt + Del

Terminal Shortcuts

These are essential if you use the terminal on your Raspberry Pi.

ActionShortcut
Open terminalCtrl + Alt + T
Stop current commandCtrl + C
Suspend current processCtrl + Z
Exit terminalCtrl + D
Clear terminal screenCtrl + L
Move cursor to beginning of lineCtrl + A
Move cursor to end of lineCtrl + E
Delete entire lineCtrl + U
Delete from cursor to endCtrl + K
Delete previous wordCtrl + W
Search command historyCtrl + R

File Manager (PCManFM) Shortcuts

These shortcuts help you manage files and folders faster in Raspbian.

ActionShortcut
Open new windowCtrl + N
Close windowCtrl + W
Open new tabCtrl + T
Reopen closed tabCtrl + Shift + T
Copy fileCtrl + C
Paste fileCtrl + V
Cut fileCtrl + X
Delete selected fileDelete
Rename fileF2
Show hidden filesCtrl + H
File propertiesAlt + Enter

Text Editing Shortcuts

These shortcuts work in most editors on Raspbian.

ActionShortcuts
CopyCtrl + C
PasteCtrl + V
CutCtrl + X
UndoCtrl + Z
RedoCtrl + Y
Select allCtrl + A
Save fileCtrl + S
FindCtrl + F
PrintCtrl + P

Hidden Raspbian Shortcuts (Most Users Don’t Know)

These shortcuts can significantly boost your productivity.

ActionShortcut
Quickly launch terminalCtrl + Alt + T
Clear terminal instantlyCtrl + L
Search previous commandsCtrl + R
Logout from terminalCtrl + D
Pause running processCtrl + Z
Force stop commandCtrl + C

Frequently Asked Questions (Raspbian Shortcuts)

What is the shortcut to open terminal in Raspbian?

The shortcut to open the terminal in Raspbian is Ctrl + Alt + T. This allows you to quickly launch the terminal without navigating through menus.

How do I switch between apps in Raspbian?

You can switch between open applications using Alt + Tab. This shortcut works similarly to other operating systems and lets you cycle through running programs easily.

What does Alt + F2 do in Raspbian?

In Raspbian, pressing Alt + F2 opens the Run dialog, where you can quickly launch applications or execute commands.

How do I close a window using the keyboard in Raspbian?

You can close the active window by pressing Ctrl + Q. This is one of the most commonly used shortcuts for exiting applications.

Are Raspbian shortcuts the same as Linux shortcuts?

Yes, many Raspbian shortcuts are similar to other Linux distributions because Raspbian is based on Linux. However, some shortcuts may vary depending on the desktop environment.

How do I go back to the command line (CLI) in Raspbian?

You can return to the command line interface by pressing Ctrl + Alt + Backspace, which restarts the graphical interface and brings you back to the CLI.

Mastering Raspbian keyboard shortcuts can completely change how you use your Raspberry Pi. Instead of relying on menus and mouse clicks, you can perform tasks faster, navigate smoothly, and improve your overall productivity.

From basic desktop navigation to powerful terminal commands, these shortcuts help you get more done in less time. Whether you’re a beginner exploring Raspbian or an advanced user working on projects, learning these shortcuts is a smart investment.

The best way to remember them? Start with a few essential shortcuts and use them daily. Over time, they’ll become second nature.

READ NEXT:

Back to top button