Use more common Ctrl + Return to open a new tab from the location
This commit is contained in:
parent
af4d68b6b0
commit
7c80307642
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ midori_location_action_key_press_event_cb (GtkEntry* entry,
|
|||
if ((uri = gtk_entry_get_text (entry)) && *uri)
|
||||
{
|
||||
g_signal_emit (action, signals[SUBMIT_URI], 0, uri,
|
||||
(event->state & GDK_MOD1_MASK) ? TRUE : FALSE);
|
||||
(event->state & GDK_CONTROL_MASK) ? TRUE : FALSE);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue