ray73864

Results 25 comments of ray73864

I suppose the other question is, is there a way to add extra keys without having to modify the sourcecode? Possibly using the keycode itself instead?

Not sure if this helps, but this is the jQuery one I have been using for the last 7yrs, works fine, but i'm seeing a less and less need for...

I can use hotkeys('*', fn) for this for now. ``` / = 111 * = 106 - = 109 + = 107 ``` Looks like there may be a difference...

> I can't parse the last comment. Is it possible to make bound hotkeys trigger while an input field is focused? I managed to do it using the filter functionality....

Is there anyway to have it so that if I setScope, it'll ignore anything in the 'all' scope, and then if I 'deleteScope' afterwards, it'll reset it all back to...

What I can probably do in the short term is on all my 'all' hotkeys that are going to share a key with a different scope, run a 'getScope', and...

Can I bring the scope back again when the modal closes using setScope? Looks like that would be a no, once the scope is deleted, all the hotkeys have to...

So far, I have needed to add the following plugins for rollup: ``` rollup-plugin-node-resolve rollup-plugin-svelte rollup-plugin-babel rollup-plugin-postcss rollup-plugin-terser ``` I have also had to install the following additional things: ```...

Forgot to add versions: Node v12.16.1 npm v7.6.0

Actually, looking at it further, it does work, but not with anything more complex. So as above it works fine, but if I do ``` {{ var "myVariable" ( myHelper...