Default to Ctrl+Alt+U instead of Ctrl+U for View source
This commit is contained in:
parent
1d634247c7
commit
6d31faecf3
1 changed files with 1 additions and 1 deletions
|
@ -4433,7 +4433,7 @@ static const GtkActionEntry entries[] = {
|
||||||
N_("Reset the zoom level"), G_CALLBACK (_action_zoom_normal_activate) },
|
N_("Reset the zoom level"), G_CALLBACK (_action_zoom_normal_activate) },
|
||||||
{ "Encoding", NULL, N_("_Encoding") },
|
{ "Encoding", NULL, N_("_Encoding") },
|
||||||
{ "SourceView", NULL,
|
{ "SourceView", NULL,
|
||||||
N_("View So_urce"), "<Ctrl>U",
|
N_("View So_urce"), "<Ctrl><Alt>U",
|
||||||
N_("View the source code of the page"), G_CALLBACK (_action_source_view_activate) },
|
N_("View the source code of the page"), G_CALLBACK (_action_source_view_activate) },
|
||||||
{ "SelectionSourceView", NULL,
|
{ "SelectionSourceView", NULL,
|
||||||
N_("View Selection Source"), "",
|
N_("View Selection Source"), "",
|
||||||
|
|
Loading…
Reference in a new issue