Keyboard Shortcut |
Function |
ctrl + d |
duplicate the line you’re currently on |
ctrl + backspace |
delete the line you’re currently on |
ctrl + delete |
delete everything to the right of the cursor |
ctrl + shift + v |
verify |
ctrl + shift + c |
compile |
ctrl + f |
find |
Shift + f4 |
repeat find. |
up arrow after pressing ctrl + f |
cycles through past searches |
ctrl + right arrow/left arrow |
jump to the start of the next/previous word |
ctrl + shift right arrow |
select the whole of the word to the right of the cursor |
ctrl + shift + t |
amend the last change date on code lines. To reset the whole source member, ctrl + a, ctrl + shift + t, type in 000000 and press Enter. |
alt + right arrow/left arrow |
navigate between tabs of open source members. They behave like the forward and back button in a browser. They’re a bit hard to get used to if you expect |
ctrl+ f6 |
Toggle between last and current tab. |
ctrl + shift + l |
View all keyboard shortcuts. |