I would like to remap command+arrow_keys to move by multiple spaces, so that I can move around in text files more quickly. I can achieve this using a complex modification like this:
This works, except that if I hold command+up_arrow down, I would like the move-up-by-five-spaces action to repeat, but it only repeats the last "to" event in the sequence, so I only move up by one line at a time. It would be great if I could configure it to repeat all the "to" events.
I would like to remap command+arrow_keys to move by multiple spaces, so that I can move around in text files more quickly. I can achieve this using a complex modification like this:
This works, except that if I hold command+up_arrow down, I would like the move-up-by-five-spaces action to repeat, but it only repeats the last "to" event in the sequence, so I only move up by one line at a time. It would be great if I could configure it to repeat all the "to" events.