diff options
| author | oioi 555 <[email protected]> | 2022-05-02 20:25:24 +0000 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2022-05-02 20:25:24 +0000 |
| commit | 9b5f56980bc4d2f399a6b828c94b23f3626c9d21 (patch) | |
| tree | 859af403dc1044e0c62159a6a9de825a4cc13e21 /src/dolphinui.rc | |
| parent | e148329393c749cd20153bda5b1873f5b93bb6f2 (diff) | |
Re-add "Open Terminal Here" feature
This is equivalent to the "Open Terminal Here" feature that existed until Version 20.12.
If the user has selected folders, replace "Open Terminal" in the context menu with "Open Terminal Here".
When more than 5 folders are selected, a modal window will ask the user if they are sure they want to
open all 6 or more terminal windows.
In Detail View, users can also select a file,
which will open a terminal at the location of that file.
BUG: 452637
FIXED-IN: 22.08
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 1b7f2e8b1..b6afe2abb 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="35"> +<gui name="dolphin" version="36"> <MenuBar> <Menu name="file"> <Action name="new_menu" /> @@ -69,6 +69,7 @@ <Menu name="tools"> <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" /> |
