Bind View Source to Ctrl+U by default
This commit is contained in:
parent
37ad813e44
commit
67fea42b12
1 changed files with 1 additions and 1 deletions
|
@ -3859,7 +3859,7 @@ static const GtkActionEntry entries[] = {
|
|||
N_("Custom..."), "",
|
||||
NULL, G_CALLBACK (_action_view_encoding_activate) },
|
||||
{ "SourceView", NULL,
|
||||
N_("View _Source"), "",
|
||||
N_("View _Source"), "<Ctrl>U",
|
||||
N_("View the source code of the page"), G_CALLBACK (_action_source_view_activate) },
|
||||
{ "SelectionSourceView", NULL,
|
||||
N_("View Selection Source"), "",
|
||||
|
|
Loading…
Reference in a new issue