Is there anyway to move the cursor L or R by multiple words?
Is there anyway to move the cursor L or R by multiple words?
You can simulate keypresses in FastKeys, standard Windows shortcuts to move one word left or right are Ctrl+Left and Ctrl+Right.
Send mode:
Command mode:
Send mode:
Code: Select all
{Ctrl Down}{Left}{Ctrl Up}
{Ctrl Down}{Right}{Ctrl Up}Code: Select all
^{Left}
^{Right}revised below
Last edited by glrobins on Aug 12th, ’23, 11:53, edited 1 time in total.
