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))
|
if(browser_window_reload_available(gwin->bw))
|
||||||
browser_window_reload(gwin->bw,false);
|
browser_window_reload(gwin->bw,false);
|
||||||
break;
|
break;
|
||||||
/*
|
|
||||||
case 'u': // open url
|
case 'u': // open url
|
||||||
if((nsoption_bool(kiosk_mode) == false))
|
if((nsoption_bool(kiosk_mode) == false))
|
||||||
ActivateLayoutGadget((struct Gadget *)gwin->objects[GID_MAIN],
|
ActivateLayoutGadget((struct Gadget *)gwin->objects[GID_MAIN],
|
||||||
gwin->win, NULL, (uint32)gwin->objects[GID_URL]);
|
gwin->win, NULL, (uint32)gwin->objects[GID_URL]);
|
||||||
break;
|
break;
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue