┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2024-08-18 21:41:34 +0000
committerFelix Ernst <[email protected]>2024-08-18 21:41:34 +0000
commitf220e3b0783a24a6c7195f170297cf4b12a29d85 (patch)
tree7ffe5976d8489b68d5b0624c46f391327ce73fb3 /src/dolphinui.rc
parent9bac6eca0c21bf8ca8243d8038ad7d29a0094c9c (diff)
Implement "Focus Places Panel"
This commit implements an action to move focus to the Places panel analogous to "Focus Terminal Panel" functionality-wise. The implementation of the "Focus Terminal Panel" and "Focus Places Panel" actions is streamlined while improving their code quality. The "Focus Terminal Panel" action is moved into the "Show Panels" sub-menu because it makes more sense to be there considering that its previous location (the "Tools" menu) is meant for external applications and not for functionality internal to Dolphin. This commit also makes it so the keyboard focus is moved to and from the Places panel whenever it is toggled visible or invisible. This is now consistent with the focus handling when the Terminal panel is shown or hidden. The "Focus Places Panel" is one of the actions which was wished for in KDE's accessibility chat room because people relying on keyboard controls might need to press the Tab key a lot to move from the view to the Places panel. The new default shortcut is Ctrl+P.
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index 2f7ea857d..5c9afa03d 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
-<gui name="dolphin" version="40">
+<gui name="dolphin" version="41">
<MenuBar>
<Menu name="file">
<Action name="new_menu" />
@@ -73,7 +73,6 @@
<Action name="open_preferred_search_tool" />
<Action name="open_terminal" />
<Action name="open_terminal_here" />
- <Action name="focus_terminal_panel"/>
<Action name="compare_files" />
<Action name="change_remote_encoding" />
</Menu>