From: Mischa POSLAWSKY Date: Sat, 21 Mar 2009 02:41:12 +0000 (+0000) Subject: browser keypress selects page key X-Git-Tag: v1.3~184 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/a401632a210413c3a4f0237c8fd8986bdf45934c?hp=a401632a210413c3a4f0237c8fd8986bdf45934c browser keypress selects page key Javascript onkeypress handler which marks and clicks on a matching key if it is pressed in the browser. Increases Vim page size by 11kB (approx 10%) because each key requires a class name for unambiguous character identification. With gzip compression the difference is just 1422 bytes (though still 10%), so assume this is (or at least will be) a worthwhile trade-off. ---