03-02-2019, 02:13 PM
i am creating small macros to use with a text editor, so
Home+Shift+End+Ctrl+v to cut the current line would be 1 example or
End+Shift+Ctrl+Home+enter to execute some code
they are short keyboard shortcuts to make editing faster... Do i need to create each macro in its own macro file or can i list each out and place the keyboard trigger on the same line. Similar to a AutoText list, but with keyboard shortcuts as the trigger.
CTRL+y :' key HSE; 1; Cv ;;cut the current line
CTRL+q :' key ESCH; 1; key E ;; execute the code from current line
i could not find in the manual how to accomplish this. it seems easy to do short commands this way and since QM is all about efficientcy, i feel there is a way and i havnt found it... please advise..
Home+Shift+End+Ctrl+v to cut the current line would be 1 example or
End+Shift+Ctrl+Home+enter to execute some code
they are short keyboard shortcuts to make editing faster... Do i need to create each macro in its own macro file or can i list each out and place the keyboard trigger on the same line. Similar to a AutoText list, but with keyboard shortcuts as the trigger.
CTRL+y :' key HSE; 1; Cv ;;cut the current line
CTRL+q :' key ESCH; 1; key E ;; execute the code from current line
i could not find in the manual how to accomplish this. it seems easy to do short commands this way and since QM is all about efficientcy, i feel there is a way and i havnt found it... please advise..