Results 166 comments of John Dunning

From Google translate: > I hope to add global shortcut keys, that is, it can run in the background. If you can add the switch system window, it will be...

Interesting! I didn't know you could compile AHK scripts into an exe, although it looks like it mostly just bundles the script with a copy of the AHK executable. To...

@megamorphg, I don't think there's a way to open the Bookmarks Manager with the editor open for a specific bookmark. So you'd have to edit the bookmark within the QuicKey...

> This is because I like to edit bookmark URL sometimes. Derp, missed that initially. Deleting is easy, as it just needs a button for the UI. Editing the URL...

Interesting. I've never tried Hammerspoon, and don't have a Mac for easy testing. I actually adapted the AHK code from someone else's script, so I'm not an AHK expert. But...

Yeah, they're mostly a workaround, as I don't know of a way in AHK to listen for a Chrome popup opening, so it has to poll and check the active...

@jessecrouch, curious if you were able to get Hammerspoon working for you.

I haven't used FF in a while. It natively supports MRU navigation, right? So this would only be for searching for tabs? QuicKey uses `chrome-promise` to wrap the Chrome APIs...

> Not sure why the UI wasn't rendered, Weird. If you're on a Mac, I wonder if it's the delay that I put in a long time ago to work...

I believe at one point early on, the popup height was collapsing because the body started out empty, before the React code rendered anything. So that might be better as...