lborgman / easy-cap-ed

For the captions editor EasyCapEd
0 stars 0 forks source link

Correct handling of Ctrl+Arrow when editing a word #91

Closed MikeRidgway closed 6 years ago

MikeRidgway commented 6 years ago

Ctrl+Arrow when editing a word box should do the following. When the caret is anywhere but at the end of the string, Ctrl+Left should move the caret to the end of the box.

When the caret is anywhere but at the beginning of the string, Ctrl+Right should move the caret to the beginning of the box.

What is happening now is that the caret isn't moving but non-edit focus gets moved along in the transcript one word at a time.

lborgman commented 6 years ago

Fixed (0.64.20), but I might consider doing the same for Ctrl-Up/Down too.

lborgman commented 6 years ago

Done.