Support move/select/delete word with keyboard in textbox #63
Loading…
Reference in New Issue
No description provided.
Delete Branch "ilidemi/orca:text-box-words"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes ☐4 from #30. Created #68 to track the remaining gaps.
A simple word break algorithm borrowed from Qt. Proper implementation would involve bringing in ICU or querying unicode ranges and parsing ICU rules but we're not there yet.
Ideally on macos option+right should move to the end of the word instead of the beginning of the next one but this might interact with cycling shift+option+left/shift+option+right and I don't have a mac to map the potential intricacies.
Would appreciate someone testing on a mac.
76cdd0a89c
to3c199dce34
re: macos option+left/right, I don't know if we want to preserve OS conventions (which aren't necessarily agreed upon by non-Apple applications), or make conventions consistent across Orca apps, independent of the underlying platform...
fwiw, cycling shift+option+left/shift+option+right on TextEdit stops at begining of word / end of word (like shift+left/shift+right would), plus on the original cursor position (see video attached)