Thomas Rosenau

Results 15 comments of Thomas Rosenau

May I suggest using ESLint instead? JSLint is really a pain. I've given up trying to refactor everything.

To be fair, JSLint actually helps in many cases. Its opinionated stylistic rules* _mostly_ lead to cleaner loops, even though they're sometimes just getting in the way. The only _real_...

@chandru2012 Looks like that is in [wininput.c#win_key_down](https://github.com/juho-p/fatty/blob/77b1b45386e06d20cb9b2e9681eee47abc7d0bb7/src/wininput.c#L753-L764)

Thanks for the feature request. Which tool produces that kind of output? This looks not like an official diff format. I tried to stick to this definition https://www.gnu.org/software/diffutils/manual/diffutils.html#toc-diff-Output-Formats

Thanks for the report, I'll look into it.

It's trickier than I thought. Unfortunately the [diff format](https://www.gnu.org/software/diffutils/manual/diffutils.html#Output-Formats) is a beast, not well-suited for the [JFlex](https://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/implementing_lexer.html) lexer generator, which this plugin is using. If anyone wants to help, PRs...

Same issue here, with the `neo2-layer4` branch. It is not reproducible. I noticed that it sometimes happens after pressing `Cmd+W` for closing a browser tab. Pressing `Cmd` again does unstick...

[Cu3PO42 wrote](#issuecomment-310420530): > Looking at the keyboard layout file directly suggests to me that a distinction between left and right option may be possible (see `anyOption`). In theory, yes. But...

Could you provide some code that reproduces the issue?

Feel free to do it.