anthonyec / powerlet

⚡️ Chrome Extension to quickly find and run bookmarklets
MIT License
61 stars 1 forks source link

Preload keys pressed #1

Closed anthonyec closed 5 years ago

anthonyec commented 5 years ago

Problem

Sometimes when the extension is slow to load, some of the search query is missed. This is because you might start typing before the popup appears.

Solution

Improves the perception of how responsive the UI by storing what keys are pressed before the popup is invoked. The use this as the initial search query.