command-pal
command-pal copied to clipboard
The hackable command palette for the web, inspired by Visual Studio Code.
After command-pal gets focus, it will return focus to the element that had it prior to command-pal activation. When the focused element was an input, textarea or select control, browsers...
I have this working:  The changes are pretty minimal. I'll link a pull request here in a few. It is used with a command array like: ``` { name:...
**Description:** - Saves and restores user's text selection on modal close and open - 25ms delay is added so that commands which rely on the selection work reliably. Feels hacky,...
Hi Ben: When I first started using command-pal, I tried binding it to a key that was used to trigger a menu item in my browser. It would only work...
I last saw activity stretching 7 months ago and there are 11 pull requests most of which seem to be ready to be merged I'm wondering politely if this is...
Rather than backspacing a bunch of times. Also it works from any position in the input. This patch is arguable since the search terms should be short and hitting 4...
On android the scroll bar is narrow and difficult to see. Add scroll shadows to the command list to indicate that there are more items available. Note the white shadows/light...
Right now the handler function doesn't get any argument. Would it be possible to have the handler get information about how it was invoked. The use case is to allow...
On mobile, there is no good way to exit from the palette using the keyboard. Most mobile keyboards don't have ESC keys, or they are on a secondary keyboard layout....
Using cp-advanced/index.html. If I click 'Destroy Instance' and then press `ctrl+space` and watch the console I see: ``` opened Object { e: {} } e: Object { } : Object...