KDevelop Felhasználói Kézikönyv -Fordítás alatt: Referencia Kézikönyv a Unix operációs rendszer alatt futó KDevelop Integrált Fejlesztői Környezethez, 1.0 Verzió | ||
---|---|---|
Vissza | Fejezet 5. Áttekintés | Tovább |
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.
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 |
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 |
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 |
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 |
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 |
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 |
1 previous page ALT+ Left Arrow 2 next page ALT+ Right Arrow |
1 add bookmark CTRL+ALT+A 2 clear bookmark list CTRL+ALT+C |
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 |
To switch to a certain window, press ALT plus the underlined letter in the window title, e.g. Tools would be Alt+T
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 |