https://bugs.kde.org/show_bug.cgi?id=446189
--- Comment #1 from Kishore Gopalakrishnan <kishor...@gmail.com> --- Reverting this commit fixes the issue: commit 5dce70a9693f8cce37f733b4687bb9b303376742 Author: Aleix Pol <aleix...@kde.org> Date: Mon Sep 6 14:07:47 2021 +0200 Do not cancel mouse selection when using the keyboard Instead follow through with the selection after the key was pressed. This applies to different actions like page up, page down, home, end, up and down. src/view/kateview.cpp | 20 ++++++++++---------- src/view/kateviewinternal.cpp | 5 +++++ src/view/kateviewinternal.h | 2 ++ 3 files changed, 17 insertions(+), 10 deletions(-) -- You are receiving this mail because: You are watching all bug changes.