Hi All!
I want a macro that can act like control+shift+leftArrow or control+shift+rightArrow. If no text is selected then I want it to start selecting, but if there is already text selected then I want the macro to extend/reduce the selected text appropriately.
Here is my very simple macro so far:
InsertMode
ColumnModeOff
HexOff
UnixReOff
StartSelect
Key Ctrl+LEFT ARROW
The problem is that every time I run it, it starts a whole new select.
Is there any way around this?
Any help is most appreciated!
Rob
I want a macro that can act like control+shift+leftArrow or control+shift+rightArrow. If no text is selected then I want it to start selecting, but if there is already text selected then I want the macro to extend/reduce the selected text appropriately.
Here is my very simple macro so far:
InsertMode
ColumnModeOff
HexOff
UnixReOff
StartSelect
Key Ctrl+LEFT ARROW
The problem is that every time I run it, it starts a whole new select.
Is there any way around this?
Any help is most appreciated!
Rob