45 Aptana Studio Keyboard Shortcuts

Aptana Studio shortcuts have long been a favorite among web developers for creating and editing web applications or websites. While Aptana Studio is no longer actively maintained, it remains a solid, free IDE for developing projects.

In the section below, I’ll guide you through the list of Aptana Studio shortcuts. You won’t find a more complete list anywhere else on the web. You can also download the Aptana Studio shortcuts list for both Windows and Mac users in PDF format.

Most used Aptana Studio Shortcuts

ActionAptana Studio Shortcuts WindowsAptana Studio Shortcuts Mac
Jump to LineCtrl + LCommand + L
Jump to the Last EditCtrl + QCommand + Q
UndoCtrl + ZCommand + Z
RedoCtrl + YCommand + Y
PreservationCtrl + SCommand + S
Save AllCtrl + Shift + SCommand + Shift + S
To copy the rows aboveCtrl + Alt + Up Arrow keyCommand + Option + Up Arrow key
To copy the rows belowCtrl + Alt + Down Arrow keyCommand + Option + Down Arrow key
MultiLineCtrl + Alt + JCommand + Option + J
FormatCtrl + Shift + FCommand + Shift + F
Convert to LowercaseCtrl + Shift + YCommand + Shift + Y
Convert to UppercaseCtrl + Shift + XCommand + Shift + X
Automatic Word CompletionCtrl + Alt + /Command + Option + /
WrapCtrl + EnterCommand + Return
NotesCtrl + /Command + /

Window Shortcuts

ActionAptana Studio Shortcuts WindowsAptana Studio Shortcuts Mac
Maximize WindowCtrl + MCommand + M
Shortcut Key promptCtrl + Shift + LCommand + Shift + L
Close the Current Tab WindowCtrl + Shift + WCommand + Shift + W
Next Editor TabCtrl + F6Command + F6
Previous Editor TabCtrl + Shift + F6Command + Shift + F6
Next viewCtrl + F7Command + F7
Previous ViewCtrl + Shift + F7Command + Shift + F7

Find & Replace Shortcuts

ActionAptana Studio Shortcut keys WindowsAptana Studio Shortcut keys Mac
Find NextCtrl + KCommand + K
Find PreviousCtrl + Shift + KCommand + Shift + K
SearchCtrl + FCommand + F
ReplaceCtrl + HCommand + H
In Workspace SearchCtrl + Alt + GCommand + Option + G

Deletion Shortcuts

ActionAptana Studio Shortcuts WindowsAptana Studio Shortcuts Mac
Delete RowsCtrl + DCommand + D
Delete A WordCtrl + DeleteCommand + Delete
Delete Word from the Left SideCtrl + BackspaceCommand + Backspace
Delete to End of lineCtrl + Shift + DeleteCommand + Shift + Delete

Selection Shortcuts

ActionAptana Shortcuts WindowsAptana Shortcuts Mac
Select to Beginning of the LineShift + HomeShift + Home
Select End of LineShift + EndShift + End
Select Word toward LeftCtrl + Shift + Left Arrow keyCommand + Shift + Left Arrow key
Select Word towards RightCtrl + Shift + Right Arrow keyCommand + Shift + Right Arrow key

Navigation Shortcuts

ActionAptana Studio Shortcut keys WindowsAptana Studio Shortcut keys Mac
Next WordCtrl + Right Arrow keyCommand + Right Arrow key
Previous WordCtrl + Left Arrow keyCommand + Left Arrow key
NextCtrl + ,Command + ,
Jump to the Beginning of the FileCtrl + HomeCommand + Home
Jump to the End of the FileCtrl + EndCommand + End
Scroll UpCtrl + Up Arrow keyCommand + Up Arrow key
Scroll DownCtrl + Down Arrow keyCommand + Down Arrow key
To Move UpAlt + Up Arrow keyOption + Up Arrow key
To Move DownAlt + Down Arrow keyOption + Down Arrow key

The ideal alternative to Aptana Studio doesn’t necessarily have to be another IDE or code editor; it can also be a text editor. Therefore, we recommend Sublime Text. When comparing Aptana Studio with Sublime Text, the tutorial community tends to prefer Sublime Text for its simplicity and efficiency, ranking it second. Sublime Text is lightweight by default, making it easier to use and manage. Consider evaluating the Sublime Text shortcuts for further use.

READ NEXT:

Back to top button