Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions gresources/nemo-shortcuts.ui
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@
<property name="accelerator">&lt;Primary&gt;&lt;alt&gt;O</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Open in Terminal</property>
<property name="accelerator">&lt;shift&gt;F4</property>
</object>
</child>

</object>
</child>
Expand Down
2 changes: 1 addition & 1 deletion src/nemo-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -8246,7 +8246,7 @@ static const GtkActionEntry directory_view_entries[] = {
/* tooltip */ N_("Open each selected item in a new tab"),
G_CALLBACK (action_open_new_tab_callback) },
/* name, stock id */ { NEMO_ACTION_OPEN_IN_TERMINAL, "xsi-utilities-terminal-symbolic",
/* label, accelerator */ N_("Open in Terminal"), "",
/* label, accelerator */ N_("Open in Terminal"), "<shift>F4",
/* tooltip */ N_("Open terminal in the selected folder"),
G_CALLBACK (action_open_in_terminal_callback) },
/* name, stock id */ { NEMO_ACTION_OPEN_AS_ROOT, "xsi-dialog-password-symbolic",
Expand Down