Johannes Klauss

Results 40 comments of Johannes Klauss

I second that. I have this example where the '+' key doesn't work: ```js hotkeys("ctrl-a", { splitKey: "-" }, () => alert("This works")); hotkeys("ctrl-+", { splitKey: "-" }, () =>...

This actually gets thrown on every mutation.

Also looking into the `package/index.ts` code I am not quite sure why you are using Typescript in the first place since everything is typed as `any`.

I'll look into it, thanks for raising the issue

That sounds like a nice additional feature. I put it up on the roadmap to V4, but might land in 4.1 First I'd like to finally finish the major release.

Can you please provide more information? How are you calling the hook? Can you share a codesandbox reproduction?

up and down currently won't work, but I agree that they should be mapped. I'll release a fix for that

I'm quite packed with tasks currently, sorry. Maybe I'll get to it during the weekend. But you are always welcome to contribute. At the end of the day, this is...

Fixed with Pre release version 4.0.0-6

How are you importing the Module?