Is there anyway to move the cursor L or R by multiple words?
Posted: Jul 16th, ’23, 15:33
Is there anyway to move the cursor L or R by multiple words?
All-in-One Automation Software
https://www.fastkeysautomation.com/forum/
https://www.fastkeysautomation.com/forum/viewtopic.php?t=2249
Code: Select all
{Ctrl Down}{Left}{Ctrl Up}
{Ctrl Down}{Right}{Ctrl Up}Code: Select all
^{Left}
^{Right}