John Sterling

Results 64 comments of John Sterling

I ran in to this issue yesterday, so I can confirm it too.

This looks interesting! I'm about half way through a rewrite of Finicky, and I'll have a closer look at this in a bit.

Hey, I have a few questions Does Finicky not trigger at all? (You can tell by enabling `logRequests: true` and checking the logs, for example, or keeping the window Finicky...

An update to this - Finicky had a short lived Firefox extension that I recently revived and created a Chrome port for, so now Finicky has official extensions for both...

Looks like args aren't passed on like intended, I'll have a look

Oh, sorry. I'm not using any PWAs myself so I guess I didn't really test properly. So PWAs like these only really work with the `-n` flag?

It would be very helpful if someone could provide me with command line examples that work well for this

Love the discussion! Also not sure what the best approach is - I like the idea of the app being browser agnostic but that would maybe lead to an increasingly...

Just released [v4.2.1](https://github.com/johnste/finicky/releases/tag/v4.2.1) which should fix this issue.

`finicky.getKeys()` has been renamed to `finicky.getModifierKeys()` and returns an object like this: ``` { "capsLock": false, "command": false, "control": false, "fn": false, "function": false, "option": false, "shift": false } ```...