when renaming and using the ctrl + shift + end or pgdn the selection goes outside the text area and selects files like you arent renaming in a text area the expected result is selecting and navigating to end of text area (end) or next word (pgdn)
*** Bug 318022 has been marked as a duplicate of this bug. ***
The KLineEditor we are using for renaming operation has its own shortcuts: - CTRL + LEFT/RIGHT : move to the left/right word; - CTRL + SHIFT + LEFT/RIGHT : select next left/right word; - SHIFT + END : select text from cursor the to end; - SHIFT + HOME : select text from cursor the to start; Are these working for you? The shortcut you have used are not taken by KLineEditor and are passed to the panel which effectively select a range of files (the fix could be to avoid some events while renaming a file).
Yes, these shortcuts work correctly. its just easier in a file with multiple dots in the name to skip to the end with CTRL + SHIFT + END and go back from the file extension then to move one word at a time. so disabling the range of file selection when renaming would be very helpful. thank you
Thanks for the tests