https://bugs.kde.org/show_bug.cgi?id=397922
Safa Alfulaij <safa1996alful...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/ktextwidgets/commit/ | |e76a94f35bb69bedb6afe5c9abc | |38e8a7dfb9994 Resolution|--- |FIXED --- Comment #5 from Safa Alfulaij <safa1996alful...@gmail.com> --- Git commit e76a94f35bb69bedb6afe5c9abc38e8a7dfb9994 by Safa AlFulaij. Committed on 20/09/2021 at 18:50. Pushed by safaalfulaij into branch 'master'. Handle RTL text selection the same way as Qt Ctrl+del was deleting the word on the right regardless of text direction. Changed to be logical-based. Ctrl+left, Ctrl+right was moving the cursor based on the logical direction, which doesn't really make since since you are saying "left", "right". Changed to be visual-based. The logic now is the same as Qt. M +9 -3 src/widgets/ktextedit.cpp https://invent.kde.org/frameworks/ktextwidgets/commit/e76a94f35bb69bedb6afe5c9abc38e8a7dfb9994 -- You are receiving this mail because: You are watching all bug changes.