Projects/Usability/HIG/SOU Workspace/Keyboard Shortcuts: Difference between revisions

From KDE TechBase
(New page: Keyboard shortcuts help users perform common actions quickly through the keyboard instead of accessing the functionality in the UI with a mouse. === Global Keyboard Shortcuts === {| bor...)
 
(HIG moved to community)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Keyboard shortcuts help users perform common actions quickly through the keyboard instead of accessing the functionality in the UI with a mouse.
{{ Moved To Community | KDE_Visual_Design_Group/HIG/SOU Workspace/Keyboard Shortcuts }}
 
=== Global Keyboard Shortcuts ===
 
{| border="1" cellpadding="5"
|- style="height:30px"
! width="200" | Action !! width="50" | Key !! width="50" | Altern. !! width="250" | Binding
|- style="height:px"
| colspan="4" | File Menu
|- style="height:40px"
| New || Ctrl+N || || Create a new document
|- style="height:40px"
| Open || Ctrl+O || || Open a document
|- style="height:40px"
| Save || Ctrl+S || || Save the current document
|- style="height:40px"
| Save As || Ctrl+Shift+S || ||Save the current document
|- style="height:40px"
| Reload || F5 || || Reload the current document/view
|- style="height:40px"
| Print || Ctrl+P || || Print the current document
|- style="height:40px"
| Close || Ctrl+W || || Close the current document
|- style="height:40px"
| Quit || Ctrl+Q || || Quit the application
|- style="height:40px"
| colspan="4" | Edit menu
|- style="height:40px"
| Undo || Ctrl+Z || || Undo the last operation
|- style="height:40px"
| Redo || Ctrl+Y || Shift+Ctrl+Z || Redo the last undone operation
|- style="height:40px"
| Cut || Ctrl+X || Shift+Delete || Cut the selected area and store it in the clipboard
|- style="height:40px"
| Copy || Ctrl+C || Ctrl+Insert || Copy the selected area into the clipboard
|- style="height:40px"
| Paste || Ctrl+V || Shift+Insert || Paste contents of clipboard at mouse/cursor position
|- style="height:40px"
| Select All || Ctrl+A || || Select everything in the contents area
|- style="height:40px"
| Deselect || Ctrl+Shift+A || || Deselect everything in the contents area
|- style="height:40px"
| Find || Ctrl+F || || Find
|- style="height:40px"
| Find Next || F3 || || Find the next match
|- style="height:40px"
| Find Previous || Shift+F3 || || Find previous match
|- style="height:40px"
| Replace || Ctrl+R || || Find and replace matches
|- style="height:40px"
| Delete word forward || Ctrl+Delete || || Delete word from current cursor location to the end.
|- style="height:40px"
| Delete word backward || Ctrl+Backspace || || Delete word from beginning to current cursor location.
|- style="height:40px"
| Go to line... || Ctrl+G || || Move cursor to the corresponding line.
|}

Latest revision as of 11:26, 4 August 2016

This page is now on the community wiki.