Re-enable the RAmiga-U shortcut to activate the URL bar, now it is safe to do so.

This commit is contained in:
Chris Young 2014-01-10 20:35:49 +00:00
parent 9fd344172a
commit 78e8077a5a
1 changed files with 1 additions and 2 deletions

View File

@ -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