# Application Shortcuts

> Keyboard shortcuts for common desktop applications — LibreOffice, GIMP, Chrome, Thunderbird, VS Code.

- Skill: `a-evo-lab/application-shortcuts` (Agent Skill)
- Install (CLI): `npx skillmds@latest add a-evo-lab/application-shortcuts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/a-evo-lab/application-shortcuts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: A-EVO-Lab (https://skillmd.com/u/a-evo-lab)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/a-evo-lab/application-shortcuts

---


# Application Keyboard Shortcuts

## Universal
- Ctrl+S: Save
- Ctrl+Z: Undo
- Ctrl+Y / Ctrl+Shift+Z: Redo
- Ctrl+C / Ctrl+V / Ctrl+X: Copy/Paste/Cut
- Ctrl+A: Select all
- Ctrl+F: Find
- Ctrl+P: Print
- F1: Help
- Alt+F4: Close window

## LibreOffice Calc
- Ctrl+Home: Go to cell A1
- Ctrl+End: Go to last used cell
- F2: Edit cell content
- Tab: Move to next cell
- Ctrl+;: Insert current date
- Ctrl+Shift+;: Insert current time
- Ctrl+1: Format Cells dialog

## LibreOffice Writer
- Ctrl+Enter: Page break
- Ctrl+B/I/U: Bold/Italic/Underline
- Ctrl+L/E/R/J: Align left/center/right/justify

## GIMP
- Ctrl+Shift+E: Export As (save to specific format)
- Ctrl+Shift+J: Fit image in window
- / (slash): Toggle "Search" for actions
- Shift+Ctrl+A: Flatten image

## Chrome
- Ctrl+L: Focus address bar
- Ctrl+T: New tab
- Ctrl+W: Close tab
- Ctrl+Tab: Next tab
- F12: Developer tools
- Ctrl+Shift+Delete: Clear browsing data

## VS Code
- Ctrl+Shift+P: Command palette
- Ctrl+`: Toggle terminal
- Ctrl+Shift+E: Explorer panel
- Ctrl+K Ctrl+S: Keyboard shortcuts

