Summary: | Rename inline: in list and details views, up and down arrow keys should commit the name change and change the current item | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Niels <niels.misc> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | frank78ac, nate, shafff |
Priority: | HI | Keywords: | usability |
Version: | 16.12.2 | Flags: | shafff:
Usability+
|
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=403931 | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0 | Version Fixed In: | 21.08 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 303462 |
Description
Niels
2011-04-03 10:05:48 UTC
Thanks for the report. I assume you use the "Rename Inline" mode for renaming? (In reply to comment #0) > When I rename a file, I used to be able to use the up and down key to commit > the name change and move to the next or previous file. This doesn't work > anymore, I now have to press enter first. In which KDE version were you able to do that? In KDE 4.4.4. (which I've just tried), Up and Down don't have any effect when renaming files. Yes, inline renaming. The up/down thing works in 3.5.10. Thanks for the clarification. I'll reassign to Dolphin because Konqueror uses Dolphin's code for file management in KDE 4. Resetting assignee to default as per bug #305719 what is more annoying, up and down arrow keys stop working at all after i commit inline file renaming with enter! (In reply to comment #5) > what is more annoying, up and down arrow keys stop working at all after i > commit inline file renaming with enter! This is off-topic here, and looks like bug 301252. If you can still reproduce this in KDE 4.9.1 or later, please open a new bug report. Thanks! I don't think this makes sense given that file names in icon view can be multi-line, and the up and down arrow keys can be used for navigation. This could only ever make sense in list or details view, where there is no concept of a multi-line file name. There is a patch that would implement this: https://phabricator.kde.org/D20427 A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/193 Git commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 by Méven Car. Committed on 19/04/2021 at 05:10. Pushed by meven into branch 'master'. When renaming files, move to next file using tab key or up/down To rename previous file: Up or Shift-Tab To rename next file: Down or Tab Credit goes to msciubidlo Related: bug 403931, bug 334533 FIXED-IN: 21.08 M +5 -0 src/kitemviews/kitemlistcontainer.cpp M +5 -2 src/kitemviews/kitemlistview.cpp M +6 -0 src/kitemviews/kitemlistview.h M +1 -0 src/kitemviews/kstandarditemlistwidget.cpp M +24 -2 src/kitemviews/private/kitemlistroleeditor.cpp M +18 -2 src/kitemviews/private/kitemlistroleeditor.h M +3 -0 src/kitemviews/private/kitemlistsmoothscroller.cpp M +5 -0 src/kitemviews/private/kitemlistsmoothscroller.h M +28 -9 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0 |