I am using autohotkey macros to setup hotkeys for various actions and define Ctrl+Enter to go to selected component in the editor:
#IfWinActive, ahk_class AxaptaClientClassName
~^Enter::
SendInput,{APPSKEY}sg
Exit
So you can, for example, edit the class declaration, click on the class name of the class the current class entends and press Ctrl+Enter - you see the parent of the currently editing class.
No comments:
Post a Comment