https://bugs.kde.org/show_bug.cgi?id=408048
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/konsole/commit/e4cbfe | |f2b5a18337b6ae787db2cc253df | |721e7e6 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from [email protected] --- Git commit e4cbfef2b5a18337b6ae787db2cc253df721e7e6 by Tomaz Canabrava, on behalf of Luis Javier Merino MorĂ¡n. Committed on 23/05/2022 at 10:50. Pushed by tcanabrava into branch 'master'. Allow ending wordwise select in mousetracking mode Commit e2167eb0 restricted deactivating the word-wise/line-wise selection mode to mouse presses with no modifiers. Since in mouse-tracking mode, the Shift key has to be pressed to not pass mouse events to the application running on the terminal, there was no way to end word-wise/line-wise selection mode without sending a mouse event to the application. Modify the logic so ending word-wise/line-wise selection mode is done by a LMB button press with no modifiers on non-mousetracking mode, and by a LMB button press with only the Shift modifier on mousetracking mode. M +1 -1 src/terminalDisplay/TerminalDisplay.cpp https://invent.kde.org/utilities/konsole/commit/e4cbfef2b5a18337b6ae787db2cc253df721e7e6 -- You are receiving this mail because: You are watching all bug changes.
