90 Free Pascal IDE Keyboard Shortcuts

Learn Free Pascal IDE Shortcuts for Windows

Most used Free Pascal IDE Shortcuts

ActionFree Pascal IDE Shortcut keys
HelpF1
Go to the last help topicAlt + F1
Search word at the cursor position to helpCtrl + F1
Help IndexShift + F1
Close active windowAlt + F3
Zoom/Unzoom windowF5
Move/Zoom active windowCtrl + F5
Switch to the next windowF6
Switch to last windowShift + F6
MenuF10
Local menuAlt + F10
List of windowsAlt + 0
Active another windowAlt + 1-9
Call grep utilityShift + F2
Exit IDEAlt + X

Compiler messages Shortcuts

ActionFree Pascal IDE Shortcut keys
Reset debugger/programCtrl + F2
Display call stackCtrl + F3
Run as far as the cursorF4
Switch to user screenAlt + F5
Trace intoF7
Add watchCtrl + F7
Step overF8
Set a breakpoint at the current lineCtrl + F8
MakeF9
RunCtrl + F9
Compile the active source fileAlt + F9
MessageF11
Compiler messagesF12

Text navigation Shortcuts

ActionFree Pascal IDE Shortcuts
Char leftCtrl + S
Char rightCtrl + D
Line upCtrl + E
Line downCtrl + X
Word leftCtrl + A
Word rightCtrl + F
Scroll one line upCtrl + W
Scroll one line downCtrl + Z
Page upPage Up key
Page downPage Down key
Beginning of LineHome
End of LineEnd
First line of windowCtrl + Home
Last line of the windowCtrl + End
First line of the fileCtrl + Page Up key
Last line of the fileCtrl + Page Down key
Last cursor positionCtrl + Q + P
Find a matching block delimiterCtrl + Q + [
Find the last matching block delimiterCtrl + Q + ]

Edit Shortcuts

ActionFree Pascal IDE Shortcuts
Go to the Beginning of the selected textCtrl + Q + B
Go to the end of the selected textCtrl + Q + K
Select current lineCtrl + K + L
Print selected textCtrl + K + P
Select current wordCtrl + K + T
Delete selected textCtrl + Delete
Copy the selected text to the cursor positionCtrl + K + C
Move the selected text to the cursor positionCtrl + K + V
Copy selected text to the clipboardCtrl + Insert
Move selected text to the clipboardShift + Delete
Indent block one columnCtrl + K + I
Unindent block one columnCtrl + K + U
Insert text from the clipboardShift + Insert
Insert fileCtrl + K + R
Write selected text to the fileCtrl + K + W
Uppercase current blockCtrl + K + N
Lowercase current blockCtrl + K + O
Uppercase wordCtrl + K + E
Lowercase wordCtrl + K + F

Change Selection Shortcuts

ActionFree Pascal IDE Shortcuts
Mark the beginning of the selected textCtrl + K + B
Mark the end of the selected textCtrl + K + K
Remove selectionCtrl + K + Y
Extend selection one char to the leftShift + Left Arrow Key
Extend selection one char to the rightShift + Right Arrow Key
Extend selection to the beginning of the lineShift + Home
Extend selection to the end of the lineShift + End
Extend selection to the same column in the last rowShift + Up Arrow Key
Extend selection to the same column in the next rowShift + Down Arrow Key
Extend selection to the end of the lineShift + End
Extend selection of one word to the leftCtrl + Shift + Left Arrow key
Extend selection of one word to the rightCtrl + Shift + Right Arrow key
Extend selection one page upShift + Page Up Key
Extend selection one page downShift + Page Down key
Extend selection to the beginning of the fileCtrl + Shift + Home
Extend selection to the end of the fileCtrl + Shift + End

Miscellaneous commands Shortcuts

ActionFree Pascal IDE Shortcuts
Save fileF2
Open fileF3
SearchCtrl + Q + F
Search againCtrl + L
Search and replaceCtrl + Q + A
Set markCtrl + K + 0-9
Go to markCtrl + Q + 0-9
UndoAlt + Backspace

READ NEXT:

Back to top button