On 17/04/15 at 05:16pm, [email protected] 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

Attachment: pgpQvz0NSoHYe.pgp
Description: PGP signature

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Vimprobable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vimprobable-users

Reply via email to