Der Epina Delphi-Kurs bietet Ihnen eine allgemeine Einführung in das Programmieren mit Delphi/Pascal. Mit vielen ausgearbeiteten Beispielen können Sie direkt in die Delphi-Programmierung einsteigen. Mehr dazu finden Sie hier....

Keyboard Shortcuts - Teil 1

Die Produktivität eines Programmierers hängt während der Kodierphase u.a. von der Einstellung des key mappings ab. Unter "key mapping" versteht man die Zuordnung bestimmter Tastenkombinationen zu bestimmten Aktivitäten (z.B. das Verschieben des Cursors um eine Zeile nach oben).

Delphi bietet hier verschiedene Einstellungen, die in der Delphi-Hilfe beschrieben sind. Die folgende Tabelle zeigt die Tastaturkürzel (keyboard shortcuts) für die Einstellung "IDE Classic".

Persönl. Anmerkung: Ich verwende die Einstellung "IDE Classic" deshalb, weil man mit dieser Einstellung kaum die Maus benötigt und dadurch wesentlich schneller beim Editieren von Code ist (jeder Griff nach der Maus kostet so viel Zeit, dass man in dieser Zeit etliche Zeichen (>20) eingeben kann).

System :
ShortcutAction or command
F1Displays context-sensitive Help
F4Run|Go to Cursor
F5Run|Toggle Breakpoint
F7Run|Trace Into
F8Run|Step Over
F9Run|Run
F11View|Object Inspector
F12View|Toggle Form/Unit
Alt+F10Displays a SpeedMenu
Alt+0View|Window List
Ctrl+F1Help|Topic Search
Ctrl+F2Run|Program Reset
Ctrl+F3View|Call Stack
Ctrl+F4Closes current file
Ctrl+F5Add Watch at Cursor
Ctrl+F7Evaluate/Modify
Ctrl+F9Project|Compile
Ctrl+F12View|Units
Shift+F12View|Forms
Ctrl+Shift+PPlays back a key macro
Ctrl+Shift+RRecords a key macro

Ctrl+K+D

Accesses the menu bar
Ctrl+K+SFile|Save

Clipboard:
ShortcutAction or command
Ctrl+InsEdit|Copy
Shift+DelEdit|Cut
Shift+InsEdit|Paste

Ctrl+C

Edit|Copy
Ctrl+VEdit|Paste
Ctrl+XEdit|Cut

Cursor :

Shortcut

Action
Ctrl+Q+BMoves to the beginning of a block
Ctrl+Q+CMoves to end of a file
Ctrl+Q+DMoves to the end of a line
Ctrl+Q+EMoves to the top of the window
Ctrl+Q+KMoves to the end of a block
Ctrl+Q+PMoves to previous position
Ctrl+Q+RMoves to the beginning of a file
Ctrl+Q+SMoves to the beginning of a line
Ctrl+Q+TMoves to the top of the window
Ctrl+Q+U Moves to the bottom of the window
Ctrl+Q+XMoves to the bottom of the window

Miscellaneous commands shortcuts:
ShortcutAction or command
Ctrl+K+DAccesses the menu bar
Ctrl+K+EChanges a word to lowercase
Ctrl+K+FChanges a word to uppercase
Ctrl+K+SFile|Save
Ctrl+Q+ASearch|Replace
Ctrl+Q+FSearch|Find
Ctrl+Q+YDeletes to the end of a line
Ctrl+Q+[Finds the matching delimiter (forward)
Ctrl+Q+Ctrl+[Finds the matching delimiter (forward)
Ctrl+Q+]Finds the matching delimiter (backward)
Ctrl+Q+Ctrl+]Finds the matching delimiter (backward)
Ctrl+O+AOpen file at cursor
Ctrl+O+B Browse symbol at cursor
Ctrl+O+G Search|Go to line number
Ctrl+O+OInserts compiler options and directives
Ctrl+O+UToggles case

Fortsetzung mit Teil 2

Last Update: 2008-09-09