The K Desktop Environment

5.6. Billentyűkombinációk

This section handles the predefined as well as the standard values for configurable keyboard commands used in the KDevelop IDE. You should see section Changing Keyboard Shortcuts for a detailed explanation how to change assigned values to commands.

5.6.1. Shortcuts for Text Processing

5.6.1.1. Cursor Movements

   1 one letter to the left                           Left Arrow
   2 one letter to the right                          Right Arrow
   3 one word to the left                             CTRL+Left Arrow
   4 one word to the right                            CTRL+Right Arrow
   5 one line upwards                                 Up Arrow
   6 one line downwards                               Down Arrow
   7 to the beginning of the line                     POS 1
   8 to the end of the line                           END
   9 one page up                                      PageUp
  10 one page down                                    PageDown
  11 to the beginning of the current file             CTRL+PageUp
  12 to the end of the current file                   CTRL+PageDown

5.6.1.2. Text Selections

   1 one letter to the left                           SHIFT+Left Arrow
   2 one letter to the right                          SHIFT+Right Arrow
   3 one word to the left                             CTRL+SHIFT+Left Arrow
   4 one word to the right                            CTRL+SHIFT+Right Arrow
   5 one line upwards                                 CTRL+Up
   6 one line downwards                               CTRL+Down
   7 to the beginning of the current line             CTRL+POS 1
   8 to the end of the current line                   CTRL+END
   9 one page up                                      SHIFT+PageUp
  10 one page down                                    SHIFT+PageDown
  11 to the beginning of the current file             CTRL+SHIFT+PageUp
  12 to the end of the current file                   CTRL+SHIFT+PageDown

5.6.1.3. Inserting and Copying Text, Tabulators

   1 en/disable insertmode                            INS
   2 copy selection to the clipboard                  CTRL+C, CTRL+INS
   3 insert text from the clipboard                   CTRL+V, SHIFT+INS
   4 delete current line                              CTRL+K
   5 insert line after current line                   END, then Enter
   6 insert line before current line                  POS 1, then Enter
   7 undo editing step                                CTRL+Z
   8 redo an undo step                                CTRL+Y
   9 tabulator                                        TAB

5.6.1.4. Deleting Text

   1 delete letter left of cursor position            Backspace
   2 delete letter right of cursor position           Delete
   3 delete selected text                             Select text, then Backspace or Delete

5.6.1.5. Searching Text within the Editor

   1 open Goto Line... dialog                         CTRL+G
   2 open Find Text dialog                            CTRL+F
   3 repeat last search                               F3
   4 open Search and Replace dialog                   CTRL+R
   5 
   6 open Search in Files dialog (grep)               CTRL+ALT+F
   7 search marked Text with Grep                     SHIFT+F2
   8 
   9 locate next error                                F4
  10 locate previous error                            SHIFT+F4

5.6.1.6. Searching Text with the Documentation Browser

   1 search selected editor text in documentation     F2
   2 search selected browser text in documentation    F2
   3 display next search hit on the same page         F3
   4 
   5 search selected browser text within project			 SHIFT+F2

5.6.1.7. Browser Shortcuts

   1 previous page                                    ALT+ Left Arrow
   2 next page                                        ALT+ Right Arrow

5.6.1.8. Managing Bookmarks

   1 add bookmark                                     CTRL+ALT+A
   2 clear bookmark list                              CTRL+ALT+C

5.6.2. Shortcuts for Toolbar Symbols

   1 Symbol "Open File"                               CTRL+O
   2 Symbol "Save File"                               CTRL+S
   3 Symbol "Print File"                              CTRL+P
   4 Symbol "Undo"                                    CTRL+Z
   5 Symbol "Redo"                                    CTRL+Y
   6 Symbol "Cut"                                     CTRL+X
   7 Symbol "Copy"                                    CTRL+C
   8 Symbol "Paste"                                   CTRL+V
   9 Symbol "Compile File"                            CTRL+F8
  10 Symbol "Make"                                    F8
  11 Symbol "Execute"                                 F9
  12 Symbol "Execute with Arguments"                  ALT+F9
  13 Symbol "Dialog Editor"                           CTRL+D
  14 Symbol "Back"                                    ALT+Left Arrow, if browser opened
  15 Symbol "Forward"                                 ALT+Right Arrow, if browser opened
  16 Symbol "Search Marked Text"                      F2

5.6.3. Window Management

To switch to a certain window, press ALT plus the underlined letter in the window title, e.g. Tools would be Alt+T

5.6.4. Shortcuts to Compilation Processes

   1 Compile current sourcefile                       CTRL+F8
   2 Build current project target                     F8
   3 Execute target after Build process               CTRL+F9
   4 Execute target with Arguments                    ALT+F9
   5 Stop the current process                         F10