Closed cptstan closed 8 months ago
Does your macro look like this: or like this: ?
2nd picture
When the keys are in the same row, they're pressed at the same time.
Rows are executed sequentially.
Make it look like the first one.
Ah, i understand.
Thank you
Arrow keys in macros just don't work as expected if they do actually fire.
For example this macro: A←B←C←
When testing in a text editor, I would expect the result to be: cba (with cursor to the left of the c) but i get: abc (with cursor to the left of the c)