jfedor2 / hid-remapper

USB input remapping dongle
Other
1.12k stars 134 forks source link

Problem with arrow keys in macro #124

Closed cptstan closed 8 months ago

cptstan commented 8 months ago

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)

jfedor2 commented 8 months ago

Does your macro look like this: Screenshot from 2024-04-03 22-49-55 or like this: Screenshot from 2024-04-03 22-51-34 ?

cptstan commented 8 months ago

2nd picture

jfedor2 commented 8 months ago

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.

cptstan commented 8 months ago

Ah, i understand.

Thank you