Re-enable the RAmiga-U shortcut to activate the URL bar, now it is safe to do so.
This commit is contained in:
parent
9fd344172a
commit
78e8077a5a
|
@ -2063,13 +2063,12 @@ void ami_handle_msg(void)
|
|||
if(browser_window_reload_available(gwin->bw))
|
||||
browser_window_reload(gwin->bw,false);
|
||||
break;
|
||||
/*
|
||||
|
||||
case 'u': // open url
|
||||
if((nsoption_bool(kiosk_mode) == false))
|
||||
ActivateLayoutGadget((struct Gadget *)gwin->objects[GID_MAIN],
|
||||
gwin->win, NULL, (uint32)gwin->objects[GID_URL]);
|
||||
break;
|
||||
*/
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue