diff options
author | Michele Calgaro <[email protected]> | 2023-04-30 20:40:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-04-30 22:21:04 +0900 |
commit | a71726c715a9552c74592e57b00de75aa4f3bb05 (patch) | |
tree | f10b570dd40ce30e67e7a5b4e7cec5c397c70a2a /konqueror/konqueror.kcfg | |
parent | 218009e6d69d283e343988f229d070b9768a5757 (diff) | |
download | tdebase-a71726c715a9552c74592e57b00de75aa4f3bb05.tar.gz tdebase-a71726c715a9552c74592e57b00de75aa4f3bb05.zip |
konqueror: add option to enable/disable using double click to navitage to the parent folder. This resolves issue #329
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f3ddd5b7cd91574ac67d6c5dcf1c40093285d200)
Diffstat (limited to 'konqueror/konqueror.kcfg')
-rw-r--r-- | konqueror/konqueror.kcfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/konqueror/konqueror.kcfg b/konqueror/konqueror.kcfg index 4049e8791..041fe4a46 100644 --- a/konqueror/konqueror.kcfg +++ b/konqueror/konqueror.kcfg @@ -45,6 +45,12 @@ <whatsthis>Checking this option will allow files to be renamed by clicking directly on the icon name.</whatsthis> <!-- checked --> </entry> + <entry key="DoubleClickMoveToParent" type="Bool"> + <default>true</default> + <label>Double click on empty area to move to parent folder</label> + <whatsthis>When this option is enabled, double clicking an empty area will navigate to the parent folder.</whatsthis> + <!-- checked --> + </entry> <entry key="ShowDeleteCommand" type="Bool"> <default>true</default> <label>Show 'Delete' menu entries which bypass the trashcan</label> |