We all know I think what these do ... navigate the cursor within a text file.
In particular the Ctrl+Left and Ctrl+Right keys move backward or forward by an entire word as apposed to a single character.
Is there any way of reversing this function?
I spend my life holding down the Ctrl key while I navigate.
So I want this to happen:
Left Key = Move to left single WORD
Right Key = Move to right single WORD
Ctrl+Left Key = Move to left single char
Ctrl+Right Key = Move to right single char
Is this something that has to be done at windows level?
In particular the Ctrl+Left and Ctrl+Right keys move backward or forward by an entire word as apposed to a single character.
Is there any way of reversing this function?
I spend my life holding down the Ctrl key while I navigate.
So I want this to happen:
Left Key = Move to left single WORD
Right Key = Move to right single WORD
Ctrl+Left Key = Move to left single char
Ctrl+Right Key = Move to right single char
Is this something that has to be done at windows level?