Results 166 comments of John Dunning

The not resizing is intentional for now, as the toolbar dropdown window isn't resizable, so I never handled it before. There's no way to hide an extension window other than...

@infokiller I've updated the [popup window branch](https://github.com/fwextensions/QuicKey/tree/feature/popup-window-ui) with a new option to "hide" the popup as a tab, instead of off-screen. It's a bit slower to move it from a...

@infokiller I've made a bunch of updates to the [popup window branch](https://github.com/fwextensions/QuicKey/tree/feature/popup-window-ui). There are now 4 options for hiding the popup: ![image](https://user-images.githubusercontent.com/61631/92414768-93365580-f10a-11ea-8b97-9c9abc134840.png) "Hiding" the popup behind the current window works...

Thanks for trying it out! Yes, the "open in popup" binding opens it with the first tab focused, so you can just release the modifier key and switch to the...

Thanks for the PR. I'm impressed you were able to figure out how to add keyboard shortcuts! One thing this is reminding me about is that I don't love how...

> The omnibox on mac already supports that behavior, though not on linux without some configuration. Interesting. Windows doesn't support those shortcuts in the omnibox, presumably because they're used for...

It’s more that it’s a little hard to explain in the UI. All the shortcut labels say what the shortcut will do, like close the selected tab or move it....

> Settings seem to un-sync and interfere with each other across different machines. I haven't actually tested the settings across different machines with the same account. There are extension APIs...

> It seems to be something like my customizations just get overwritten by defaults in certain scenarios, though I'm not sure what those scenarios are. I'll update them, things will...

Do you want to use the home and end keys to move the cursor in the search box instead of moving the selection in the QuicKey menu? If so, there's...