[Xfce4-commits] [apps/xfce4-terminal] 01/01: Add a shortcut for Set title action (Shift+Ctrl+S).
noreply at xfce.org
noreply at xfce.org
Tue Jul 5 20:40:44 CEST 2016
This is an automated email from the git hooks/post-receive script.
f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.
commit d2a65b16250f584c9069b61a4e3d45591a45b73b
Author: Igor <f2404 at yandex.ru>
Date: Tue Jul 5 21:39:47 2016 +0300
Add a shortcut for Set title action (Shift+Ctrl+S).
Fixed #10960
---
terminal/terminal-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 71adfc0..db48a4b 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -206,7 +206,7 @@ static const GtkActionEntry action_entries[] =
{ "preferences", "preferences-system", N_ ("Pr_eferences..."), NULL, N_ ("Open the preferences dialog"), G_CALLBACK (terminal_window_action_prefs), },
{ "view-menu", NULL, N_ ("_View"), NULL, NULL, NULL, },
{ "terminal-menu", NULL, N_ ("_Terminal"), NULL, NULL, NULL, },
- { "set-title", NULL, N_ ("_Set Title..."), NULL, NULL, G_CALLBACK (terminal_window_action_set_title), },
+ { "set-title", NULL, N_ ("_Set Title..."), "<control><shift>s", NULL, G_CALLBACK (terminal_window_action_set_title), },
{ "search", "edit-find", N_ ("_Find..."), "<control><shift>f", N_ ("Search terminal contents"), G_CALLBACK (terminal_window_action_search), },
{ "search-next", NULL, N_ ("Find Ne_xt"), NULL, NULL, G_CALLBACK (terminal_window_action_search_next), },
{ "search-prev", NULL, N_ ("Find Pre_vious"), NULL, NULL, G_CALLBACK (terminal_window_action_search_prev), },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list