KDE Logo
Guidelines
Basics
Menus
Toolbar
Statusbar
Content Area
Dialogs
Keys
Shortcuts
Cursor Keys
Selection
Dialog Navigation
Completion
Mouse
Drag and Drop

printable version (ps)/(pdf)
Links
Icon Style Guide
KDE User InterfaceStandards

Keys
Cursor Keys

In editors and word-processors, the caret marks the location at which editing commands will take effect. Cursor keys allow the user to move the caret, scroll a graphic window, select list items, etc.

(The caret is also known as the text-cursor. Note that the mouse-pointer is also referred to as cursor. This is the reason the term caret is used insted of cursor in this document.)

KeyMovementMovement with Ctrl pressed additionally
LeftMove left one unit, e. g., characterMove left one proportionally larger unit, e. g., one word
RightMove right one unitMove right one proportionally larger unit
UpMove up one unit, e. g., lineMove up one proportionally larger unit, e. g., to the previous paragraph
DownMove down one unitMove down one proportionally larger unit, e. g., to the next paragraph
HomeMove to the left-most position, e. g., to the beginning of a lineMove to the top-most position, e. g., to the beginning of document
EndMove to the right-most position, e. g., to the end of a lineMove to the bottom-most position, e. g., to the end of document
Page UpMove up one screenMove up one logical screen, e. g., to the previous page
Page DownMove down one screenMove down one logical screen, e. g., to the next page
Example

For example, take a postscript viewer, which displays the pages of a postscript document. The program might not always be able to show a complete page on the screen, so it shows only a part of the page and provides a scrollbar to scroll the page up and down. To make navigation easier, all the pages are stacked vertically, so that scrolling one page down enough will get you to the top of page two.

This application might have the following key-bindings:

Page Down will scroll the pages so that one or more of the lines visible at the bottom of the screen will appear at the top of the screen after scrolling.
Page Up will scroll the pages so that one or more of the lines visible at the top of the screen will appear at the bottom of the screen after scrolling.
Ctrl+Page Down will show the next postscript page.
Ctrl+Page Up will show the previous postscript page.

(Screen refers here to the visible area of the document.)

Previous Previous Next Next