|
Hotkeys
AxAssist’s Editor hotkeys
AxAssist’s Editor hotkeys 1 to 3 are corresponding to the AxAssist’s Editor Toolbar buttons 1 to 3. That is, effect of hotkey №1 is similar with the effect of button №1 in AxAssist’s Editor Toolbar (comment out the selected lines). You can customize up to 20 hotkeys by writing appropriate processing in editorHotkey() method of DEV_AxAssistHotkeys class. See example in
How to add new hotkey.

AxAssist’s General hotkeys
As AxAssist’s Editor hotkeys, 1 to 6 AxAssist’s General hotkeys duplicate the functionality of the Main (AOT) AxAssist’s toolbar. You can customize up to 20 hotkeys by writing appropriate processing in globalHotkey() method of DEV_AxAssistHotkeys class. See example in
How to add new hotkey.

|