
Manage Files
| Linux | Action | |
|---|---|---|
| Ctrl+N | New file dialog | |
| Ctrl+O | Open file dialog | |
| Ctrl+W | Close file in top editing window | |
| Ctrl+S | Save file | |
| Ctrl+P | Print file dialog | |
| Ctrl+Q | Quit KDevelop |
Search and Replace
| Linux | Action | |
|---|---|---|
| Ctrl+F | Search | |
| F3 | Repeat search | |
| Ctrl+R | Replace | |
| Ctrl+Alt+F | Search in files |
Editing
| Linux | Action | |
|---|---|---|
| Ctrl+Z | Undo | |
| Ctrl+Y | Redo | |
| Ctrl+X/Ctrl+C/Ctrl+V | Cut, copy, paste | |
| Ctrl+I | Indent selection | |
| Ctrl+U | Un-indent selection | |
| Ctrl+Insert | Insert file at current cursor position | |
| Ctrl+A | Select all | |
| Ctrl+G | Goto line | |
| F4 | jum to next error | |
| Ctrl+D | Switch to Dialog editor | |
| Ctrl+T | Toggle Tree window on the left side | |
| Ctrl+B | Tgoggle Output window on bottom of main view | |
| Shift+F7 | Open file properties | |
| Ctrl+Alt+A | Add bookmark | |
| Ctrl+Alt+C | Clear bookmark entries for top editing window |
Building Projects
| Linux | Action | |
|---|---|---|
| Ctrl+F8 | Compile file | |
| F8 | Make / build target | |
| F10 | Stop build | |
| F9 | Execute target after building with make | |
| Alt+F9 | Execute with Arguments |