From 78e8077a5a81bbb032146d11f052e30090e552fd Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 10 Jan 2014 20:35:49 +0000 Subject: Re-enable the RAmiga-U shortcut to activate the URL bar, now it is safe to do so. --- amiga/gui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index 296132712..6e5e38f08 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -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 -- cgit v1.2.3