Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:sorted_keyboard_shortcuts [2013/09/12 06:04] – Same contents as original table but now in logical, not alphabetic, order richardhhowtos:sorted_keyboard_shortcuts [2017/11/17 16:10] – What does (C) mean? cousteau
Line 4: Line 4:
 offers some keyboard shortcuts ('File/New'  = Ctrl+N, ...; 'Edit/Undo' = Ctrl+Z, ..). offers some keyboard shortcuts ('File/New'  = Ctrl+N, ...; 'Edit/Undo' = Ctrl+Z, ..).
  
-The following table lists  all the built-in shortcuts.+The following tables list  all the built-in shortcuts
 +Customizable shortcuts are marked as **(C)**.
  
 You can make more! For how to do this, see  You can make more! For how to do this, see 
Line 34: Line 35:
 |Alt-Right (C)|Navigate forward a location|Switches to the next location in the navigation history. See the section called Code Navigation History.| |Alt-Right (C)|Navigate forward a location|Switches to the next location in the navigation history. See the section called Code Navigation History.|
 |Alt-Left (C)|Navigate back a location|Switches to the previous location in the navigation history. See the section called Code navigation history.| |Alt-Left (C)|Navigate back a location|Switches to the previous location in the navigation history. See the section called Code navigation history.|
 +|F1 (C)|Help|Opens the manual.|
 +
 +
 +==== MOVING THE DOCUMENT====
 +
 +^Shortcut keys^Action^Description^
 |Ctrl-Shift-PageDown|Move document right|Changes the current document with the right hand one.| |Ctrl-Shift-PageDown|Move document right|Changes the current document with the right hand one.|
 |Ctrl-Shift-PageUp|Move document left|Changes the current document with the left hand one.| |Ctrl-Shift-PageUp|Move document left|Changes the current document with the left hand one.|
Line 39: Line 46:
 |Ctrl-PageUp (C)|Switch to left document|Switches to the previous open document.| |Ctrl-PageUp (C)|Switch to left document|Switches to the previous open document.|
 |Ctrl-+ (C)|Zoom In|Zooms in the text.| |Ctrl-+ (C)|Zoom In|Zooms in the text.|
-|Ctrl-- (C)|Zoom Out|Zooms out the text.|+|Ctrl-<nowiki>-</nowiki> (C)|Zoom Out|Zooms out the text.|
 |Ctrl-0|Zoom Reset|Reset any previous zoom on the text.| |Ctrl-0|Zoom Reset|Reset any previous zoom on the text.|
 |F11 (C)|Fullscreen|Switches to fullscreen mode.| |F11 (C)|Fullscreen|Switches to fullscreen mode.|
Line 60: Line 67:
 |Alt-Shift-P|Select current paragraph|Selects the current paragraph under the cursor which is defined by two empty lines around it.| |Alt-Shift-P|Select current paragraph|Selects the current paragraph under the cursor which is defined by two empty lines around it.|
 |Ctrl-A (C)|Select all|Makes a selection of all text in the current document.| |Ctrl-A (C)|Select all|Makes a selection of all text in the current document.|
 +|Control + Shift|Column mode editing (rectangular selections)|edits of the text within this selection will be done for every line in the selection.| 
 +|Control + Alt|Column mode editing (rectangular selections)|edits of the text within this selection will be done for every line in the selection.|
 |Ctrl-Shift-M|Mark All|Highlight all matches of the current word/selection in the current document with a colored box. If there's nothing to find, or the cursor is next to an existing match, the highlighted matches will be cleared.| |Ctrl-Shift-M|Mark All|Highlight all matches of the current word/selection in the current document with a colored box. If there's nothing to find, or the cursor is next to an existing match, the highlighted matches will be cleared.|
 |Ctrl-M|Toggle marker|Set a marker on the current line, or clear the marker if there already is one.| |Ctrl-M|Toggle marker|Set a marker on the current line, or clear the marker if there already is one.|
Print/export