Agent Skills
› A-EVO-Lab/a-evolve
› application-shortcuts
application-shortcuts
GitHub提供通用及常用桌面应用(LibreOffice, GIMP, Chrome, VS Code)的键盘快捷键速查表,帮助用户提升操作效率。
Trigger Scenarios
查询软件快捷键
询问如何快速执行某操作
Install
npx skills add A-EVO-Lab/a-evolve --skill application-shortcuts -g -y
SKILL.md
Frontmatter
{
"name": "application-shortcuts",
"description": "Keyboard shortcuts for common desktop applications — LibreOffice, GIMP, Chrome, Thunderbird, VS Code."
}
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
Version History
- c9d4789 Current 2026-07-25 07:28


