Alessandro Benoit

Results 36 comments of Alessandro Benoit

Hello @Cretection thank you for your PR. I'll merge it with v.1.0.0 I'm working on.

Added [licensed](https://github.com/github/licensed) at e463430 to check on licenses. Found some inconsistency but nothing serious. Review the result before closing the issue.

Hello @ryandrobinson, thank you for reporting it. I'll check it out asap.

I looked into it and not sure how to handle it. What I mean is that what you described was indeed the intended behaviour. The point being that if you...

Hello @pit07, as you can see on #20 there is already an open PR on the subject. You can use that if you wish. The thing is that we still...

Unfortunately this is not easily fixable without using a tooltip JS library or implementing it my self. If anyone would like to step-in on this I'd be glad to accept...

Hello @arjunbalgovind, `Ctrl + Alt + Tab` or `AltGr +Tab` (without remappings) are indeed working as expected (the tab navigation screen is shown and kept open). In the while I...

I'm not sure what happens under the hood. However, when I click on the shortcuts remapping button: * The remapping screen doesn't show up * The remapping module stops working...

Sure, I was already doint it 😄 Ps. Cool you're using json for storing configs... I was expecting some binary... #### default.json ```json { "remapKeys": { "inProcess": [ { "originalKeys":...

I've reset first the `remapShortcuts.global` property, the error was still there. I then deleted `remapKeys.inProcess` and it started working back.