mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-27 12:49:32 +03:00
Stop URL complete window opening.
svn path=/trunk/netsurf/; revision=3108
This commit is contained in:
parent
56989c8ed9
commit
d102139fab
@ -2475,7 +2475,8 @@ bool ro_gui_window_keypress(wimp_key *key)
|
||||
BROWSER_NAVIGATE_STOP, false);
|
||||
|
||||
case 8: /* CTRL+H / Backspace */
|
||||
return ro_gui_url_complete_keypress(g, c);
|
||||
if (toolbar)
|
||||
return ro_gui_url_complete_keypress(g, c);
|
||||
|
||||
case 14: /* CTRL+N */
|
||||
return ro_gui_menu_handle_action(g->window,
|
||||
|
Loading…
Reference in New Issue
Block a user