diff --git a/doc/kate/fundamentals.docbook b/doc/kate/fundamentals.docbook --- a/doc/kate/fundamentals.docbook +++ b/doc/kate/fundamentals.docbook @@ -291,143 +291,94 @@ &kate; honors the following key bindings. - - -Insert - -Toggle between Insert and Overwrite mode. When in insert mode the editor -will add any typed characters to the text and push any previously typed -data to the right of the text cursor. Overwrite mode causes the entry of -each character to eliminate the current character. - - -Left Arrow -Move the cursor one character to the left - - -Right Arrow - Move the cursor one character to the right - - -Up Arrow - Move the cursor up one line - - -Down Arrow - Move the cursor down one line - -Page Up - Move the cursor up one page - - -Page Down -Move the cursor down one page - - -&Backspace; - Delete the character to the left of the cursor - - -Home - Move the cursor to the beginning of the line +F1 + Help -End - Move the cursor to the end of the line +&Shift;F1 +What's this? -Delete -Delete the character to the right of the cursor (or any selected -text) +&Ctrl;N + New document -&Shift;&Enter; -Insert newline including leading characters of the current line which are not letters or numbers. -It is useful ⪚ to write comments in the code: At the end of the line // some text press -this shortcut and the next line starts already with // . So you do not have to enter the comment -characters at the beginning of each new line with comments. +&Ctrl;L + Save All -&Shift;Left Arrow - Mark text one character to the left +&Ctrl;O +Open a document -&Shift;Right Arrow - Mark text one character to the right +&Ctrl;&Alt;O +Quick Open -F1 - Help +&Ctrl;&Shift;F +Full Screen Mode -&Shift;F1 -What's this? +&Ctrl;&Shift;, +Configure &kate; -&Ctrl;F - Find +&Ctrl;W / +&Ctrl;&Esc; +Close -F3 - Find Next +&Ctrl;Q +Quit - close active copy of editor -&Ctrl;B -Set a Bookmark +&Ctrl;&Alt;&Shift;F +Show Sidebars -&Ctrl;C - Copy the marked text to the clipboard +&Ctrl;&Shift;T +Split Horizontal - -&Ctrl;N - New document +&Ctrl;&Shift;L +Split Vertical -&Ctrl;P -Print +F8 +Next Split View - -&Ctrl;Q -Quit - close active copy of editor +&Shift;F8 / +&Ctrl;&Esc; +Previous Split View -&Ctrl;R - Replace +&Ctrl;&Shift;R +Close Current View -&Ctrl;S -Save your file +&Alt;&Right; +Next Tab -&Ctrl;V - Paste +&Alt;&Left; +Previous Tab - -&Ctrl;X -Delete the marked text and copy it to the clipboard - - -&Ctrl;Z -Undo - - -&Ctrl;&Shift;Z -Redo - + +Additionally you can use the shortcuts provided by the &katepart; component and by all activated &kate; plugins. + diff --git a/doc/katepart/fundamentals.docbook b/doc/katepart/fundamentals.docbook --- a/doc/katepart/fundamentals.docbook +++ b/doc/katepart/fundamentals.docbook @@ -16,11 +16,7 @@ - + Shortcuts Many of the shortcuts are configurable by way of the -Ins - Toggle between Insert and Overwrite mode. When in insert mode the +&Ins; + +Toggle between Insert and Overwrite mode. When in insert mode the editor will add any typed characters to the text while pushing along any data to the right of the text cursor. Overwrite mode causes the entry of each character to eliminate the character immediately to the right of the text cursor. -Left -Arrow +&Left; Move the cursor one character to the left -Right -Arrow +&Right; Move the cursor one character to the right -Up -Arrow +&Up; Move the cursor up one line -Down -Arrow +&Down; Move the cursor down one line -Page -Up - Move the cursor up one page +&Ctrl;E +Go to previous editing line -&Alt;Page -Up -Previous Bookmark +&Ctrl;&Shift;E +Go to next editing line -Page -Down -Move the cursor down one page +&Alt;&Shift;&Up; +Move cursor to previous matching indent -&Alt;Page -Down -Next Bookmark +&Alt;&Shift;&Down; +Move cursor to previous matching indent -&Backspace; - Delete the character to the left of the cursor +&Ctrl;6 +Move to Matching Bracket -Home +&PgUp; + Move the cursor up one page + + +&PgDn; +Move the cursor down one page + + +&Home; Move the cursor to the beginning of the line -End +&End; Move the cursor to the end of the line -Delete +&Ctrl;&Home; +Move to Beginning of Document + + +&Ctrl;&End; +Move to End of Documen + + +&Ctrl;&Up; +Scroll Line Up + + +&Ctrl;&Down; +Scroll Line Down + + +&Ctrl;&Right; +Move Word Right + + +&Ctrl;&Left; +Move Word Left + + +&Ctrl;&Shift;&Up; +Move Lines Up + + +&Ctrl;&Shift;&Down; +Move Lines Down + + +&Ctrl;&Alt;&Up; +Duplicate Selected Lines Up + + +&Ctrl;&Alt;&Down; +Duplicate Selected Lines Down + + +&Ctrl;B +Set a Bookmark + + +&Alt;&PgUp; +Previous Bookmark + + +&Alt;&PgDn; +Next Bookmark + + + Delete the character to the right of the cursor (or any selected text) +&Backspace; + Delete the character to the left of the cursor + + +&Ctrl;∇ +Delete Right Word + + +&Ctrl;&Backspace; +Delete Left Word + + +&Ctrl;K +Delete Line + + &Shift;&Enter; Insert newline including leading characters of the current line which are not letters or numbers. It is useful ⪚ to write comments in the code: At the end of the line // some text press this shortcut and the next line starts already with // . So you do not have to enter the comment characters at the beginning of each new line with comments. -&Shift;Left -Arrow +&Shift;&Left; Mark text one character to the left -&Shift;Right -Arrow +&Shift;&Right; Mark text one character to the right F1 - Help - - -&Shift;F1 -What's this? +action="simul">&Ctrl;F + Find Find Selected Backwards +&Ctrl;&Shift;&Right; +Select Word Right + + +&Ctrl;&Shift;&Left; +Select Word Left + + +&Shift;&Home; +Select to Beginning of Line + + +&Shift;&End; +Select to End of Line + + +&Shift;&Up; +Select to Previous Line + + +&Shift;&Down; +Select to Next Line + + +&Ctrl;&Shift;6 +Select to Matching Bracket + + +&Ctrl;&Shift;&PgUp; +Select to Top of View + + +&Ctrl;&Shift;&PgDn; +Select to Bottom of View + + +&Shift;&PgUp; +Select Page Up + + +&Shift;&PgDn; +Select Page Down + + +&Ctrl;&Shift;&Home; +Select to Beginning of Document + + +&Ctrl;&Shift;&End; +Select to End of Document + + &Ctrl;A +action="simul">&Ctrl;&Home; Select All @@ -163,12 +268,8 @@ &Ctrl;B -Set a Bookmark - - -&Ctrl;C +action="simul">&Ctrl;C / &Ctrl;&Ins; Copy the marked text to the clipboard. @@ -183,11 +284,6 @@ &Ctrl;F - Find - - -&Ctrl;G Go to line... @@ -208,26 +304,11 @@ &Ctrl;N - New document - - -&Ctrl;O -Open a document - - -&Ctrl;P Print &Ctrl;Q -Quit - close active copy of editor - - -&Ctrl;R Replace @@ -239,6 +320,11 @@ &Ctrl;&Shift;S +Save As + + +&Ctrl;U Uppercase @@ -254,17 +340,14 @@ &Ctrl;V +action="simul">&Ctrl;V / &Shift;&Ins; Paste the clipboard text into line edit. &Ctrl;W -Close - - -&Ctrl;X +action="simul">&Ctrl;X / &Shift;&Ins; Delete the marked text and copy it to the clipboard. @@ -281,63 +364,77 @@ &Ctrl;- -Collapse One Local Level +Shrink Font &Ctrl;&Shift;- -Collapse Toplevel +action="simul">&Ctrl;+&Ctrl;= +Enlarge Font &Ctrl;+ -Expand One Local Level +action="simul">&Ctrl;&Shift;- +Fold Toplevel Nodes &Ctrl;&Shift;+ -Expand Toplevel - - -Meta&Ctrl;V -VI input mode +Unfold Toplevel Nodes &Ctrl;Space +action="simul">&Ctrl;&Space; Invoke Code Completion -F5 +F5 Reload -F6 +F6 Show/Hide Icon Border -F7 +F7 Switch to Command Line -F9 +F9 Show/Hide Folding Markers -F10 +F10 Dynamic Word Wrap -F11 +F11 Show/Hide Line Numbers + +&Ctrl;T +Transpose Characters + + +&Ctrl;&Shift;O +Automatic Spell Checking + + +&Ctrl;&Shift;V +Switch to Next Input Mode + + +&Ctrl;8 +Reuse Word Above + + +&Ctrl;9 +Reuse Word Below + + +&Ctrl;&Alt;# +Expand Abbrevation + diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook --- a/doc/katepart/index.docbook +++ b/doc/katepart/index.docbook @@ -52,8 +52,8 @@ &FDLNotice; -2018-03-23 -Frameworks 5.44 +2018-05-21 +Frameworks 5.46 &katepart; is a fully featured editor component by &kde;.