#26148
Yutaka Emura
Keymaster

You can write or record a macro, and then add the macro to the toolbar.
For instance, for Edit > Move Cursor Horizontally > Find Matching Parenthesis/Bracket, you can write:

document.selection.GoToBrace(false);

then you can add this macro to the main toolbar.