Re: [Vimprobable-users] F keybinding does not work
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Jason R. <jas...@gm...> - 2015-04-17 20:19:29
|
On 17/04/15 at 05:16pm, cg...@gm... wrote: >Hello, > >The "F" keybinding doesn't work, although the "t" works. > This has been around for a while; this small patch for hinting.js will fix it. An unfortunate side-effect seems to be that it will crash the original window when you use the mouse to "open in new tab"; I don't use the mouse so it doesn't bother me, but caveat emptor etc… /J @@ -395,11 +403,12 @@ var oldTarget = elem.target; /* set target to open in new window */ - elem.target = "_blank"; + /* elem.target = "_blank"; _clickElement(elem); elem.target = oldTarget; - return "done;"; + return "done;"; */ + return "tabopen;" + elem.href; } -- http://jasonwryan.com/ GPG: 7817 E3FF 578E EEE1 9F64 D40C 445E 52EA B1BD 4E40 |