I want to be able to move my cursor to the middle of the screen. I use UE 10.20d+ and it has the ability jump to the top and bottom of the screen but not the middle. I created the following macro:
but quickly found it would take me to the top of my file, not screen, and then drop me back down. My screen is 50 lines high, btw.
For all of UE's awesome features, it's macros language seems pretty limited to me. It may just be that I am missing something.
1) Is there a way to jump to the middle of the screen?
2) Or is there a scripting language that I can use instead of the macros?
3) Does v11 have better macro / scripting capabilities?
Thanks for you help!
-Adam R.
Code: Select all
InsertMode
ColumnModeOff
HexOff
UnixReOff
SelectToTop
Key DOWN ARROW
{previous line repeated 24 more times}
For all of UE's awesome features, it's macros language seems pretty limited to me. It may just be that I am missing something.
1) Is there a way to jump to the middle of the screen?
2) Or is there a scripting language that I can use instead of the macros?
3) Does v11 have better macro / scripting capabilities?
Thanks for you help!
-Adam R.