Re: [dev] [surf] Link hints (javascript) not working

From: Viktor Grigorov <vlg_AT_tutamail.com>
Date: Sat, 16 Apr 2022 02:22:56 +0200 (CEST)

Some site, e.g. Wikiepdia, have native bindings (I know this since I don't allow 1. party js elsewhere). But usually another things happen, e.g., you go to the edit or history page in wikipedia, depending on the combination. Sorry I can't be of more help. 


Apr 15, 2022, 16:05 by robert.winkler_AT_bioprocess.org:

> On Fri Apr 15, 2022 at 5:12 AM CDT, Viktor Grigorov wrote:
>
>>
>>
> any idea, why changing '1' to 'f' for link hints with [ALT]+[f] does not
> work? I modified your code in script.js to:
>
> ~~~
> if(e.altKey && String.fromCharCode(e.keyCode) == 'f') { hintMode(); }
> ~~~
>
> and added the keyId:
>
> ~~~
> 'U+0070' : 'f',
> ~~~
>
> Best regards, Robert
>
Received on Sat Apr 16 2022 - 02:22:56 CEST

This archive was generated by hypermail 2.3.0 : Sat Apr 16 2022 - 02:24:08 CEST