Bug 465362 - hotkey for entering selected directory
Summary: hotkey for entering selected directory
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: details mode (show other bugs)
Version: 22.08.3
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-06 10:59 UTC by wbqq
Modified: 2023-03-23 09:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wbqq 2023-02-06 10:59:53 UTC
SUMMARY
you can bind any action to any key in dolphin except for opening folder. i come to dolphin after using ranger for a long time, i have my left arrow key going up to parent directory and i want my right arrow key to open the selected directory, but i see the only way to do it yet is make a hotkey for right key to send 'enter' keybpoard input to dolphin window, which is not the greatest solution. it would be really nice if i'd be able to bind some other key rather than enter for opening folder

STEPS TO REPRODUCE
1. open dolphin
2. go to 'configure keyboard shortcuts'
3. search for opening folder action that has 'enter' key by default

OBSERVED RESULT
no such shortcut found, not avaliable to rebind

EXPECTED RESULT
'open folder' shortcut found and you can change 'enter' to any other key

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: gentoo 2.9
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION
sorry for my english
Comment 1 Méven Car 2023-03-23 09:15:48 UTC
Issue to enable this is no KItemListController are implemented using QAction currently.

And key "right" currently is used to expand a folder in detail view, left is the opposite.