fishstik

Results 9 issues of fishstik

For example, if I have the following config: ``` { "command": { "move-right": "Shift+D" } } ``` I send the following key sequence: Shift down,d down,d up,d down The cursor...

bug

This is a great start! I have two suggestions for more customizability: 1. Add ability to bind multiple keys to a single function 2. Add ability to bind keys to...

enhancement

I have `ctrl+a, backspace` in my muscle memory to quickly delete all text I've written. This commit adds that capability for the input box. Handles regular `a` and modifiers using...

![GIF 5-7-20 17-03-35](https://user-images.githubusercontent.com/4278123/81344416-b67dc500-9084-11ea-973d-de0c6beac9bb.gif) This is my setup and it's just two copies of the visualizer positioned next to each other. However would really like if there was a stereo option...

Many times server admins turn off now playing announcements with `track_announce = false`. For those times, I would like to have FredBoat announce new tracks as a DM to me....

**OS**: Windows 10 21H1 64-bit 19043.1165 **Birdtray version**: 1.9.0 **Thunderbird version**: 91.2.0 (32-bit) **Birdtray origin**: [From installer](https://github.com/gyunaev/birdtray/releases/tag/v1.9.0) **Description** When clicking the tray icon or right-click > `Show Thunderbird`, Thunderbird appears...

bug

Would be great to add some easing to the smooth scroll to make it visually smoother, like in [chromium-vim](https://github.com/1995eaton/chromium-vim): [chromium-vim](https://user-images.githubusercontent.com/4278123/67730050-fd01b100-f9c9-11e9-8272-9a4ae0e89e01.gif) scrollPageDown/Up [vimium](https://user-images.githubusercontent.com/4278123/67730051-fd01b100-f9c9-11e9-9859-a0d75965c6a4.gif) scrollPageDown/Up [chromium-vim](https://github.com/gdh1995/vimium-c/assets/4278123/78bd14ad-3df3-4aa3-89d2-9ba2da07c62e) scrollToTop/Bottom [vimium](https://github.com/gdh1995/vimium-c/assets/4278123/62e10f3e-8cbf-448a-a1fd-2d31d6088ad7) scrollToTop/Bottom chromium-vim's implementation: https://github.com/1995eaton/chromium-vim/blob/60567d650c430e46ee894f8ea6b224bc48805aa5/content_scripts/scroll.js#L96-L98...

enhancement
not-decided-yet

Has this fork been abandoned? Still no web store publication or source code updates for over a year now. Maybe someone who actually intends to work on it can try...

One thing I miss coming from Chrome+cVim is the more fluid scrolling. See the gifs below, both using scroll half-page down/up keys: [cvim](https://user-images.githubusercontent.com/4278123/67730050-fd01b100-f9c9-11e9-8272-9a4ae0e89e01.gif) [vimium](https://user-images.githubusercontent.com/4278123/67730051-fd01b100-f9c9-11e9-9859-a0d75965c6a4.gif) Relevant code in cVim for easing:...