-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to scroll on key press without holding #6
Comments
interesting. here's the thing. the first internal version of Scrolla was working the way you're describing. actually it somehow still works this way. the thing is if you keep pressing, it cancels the last move and adds a new move. this is what brings the smooth scrolling. it's a hack. it's possible not to cancel the last scroll of course, and to press and/or hold, but then i don't see how i can get the smooth scrolling. am i missing something or Vimari doesn't do smooth scrolling? (i'm on battery. maybe a energy efficient thing?) |
Vimium and Vimari work differently indeed. Scrolla currently works like Vimium. |
i'm thinking about making this an option. like |
Vimari has the setting On top of that, Vimari has |
turned on yes. definitely not smooth for me. |
oh ok. if you do one press yes, it's smooth. if you keep pressing, or hold, then it's not smooth. at least not in my case. running on real electricity now. |
For me it's very smooth🤷 Screen.Recording.2022-11-24.at.10.23.29.AM.movHolding & pressing the up/down keys with these settings: {
"scrollSize": 300,
"smoothScroll": true,
"scrollDuration": 25
} Hope the video plays properly |
hmm. changed from 150 to 300. still not as smooth as yours. strange. |
My full completely random settings: {
"excludedUrls": "",
"linkHintCharacters": "qwrf;zm,",
"detectByCursorStyle": false,
"scrollSize": 300,
"openTabUrl": "about:blank",
"modifier": "",
"smoothScroll": true,
"scrollDuration": 25,
"transparentBindings": true,
"bindings": {
"hintToggle": "ctrl+f",
"newTabHintToggle": "ctrl+shift+f",
"scrollUp": "up",
"scrollDown": "down",
"scrollLeft": "left",
"scrollRight": "right",
"scrollUpHalfPage": "",
"scrollDownHalfPage": "",
"goToPageTop": "",
"goToPageBottom": "",
"goToFirstInput": "",
"goBack": "",
"goForward": "",
"reload": "",
"tabForward": "",
"tabBack": "",
"closeTab": "",
"openTab": ""
}
} (I was trying to use it with kV last time I used it so I had everything disabled and just wanted it to scroll) |
same. maybe just my perception. i find Sl smoother. anyways, will try to add a |
not sure where this is going because scrolling properly without holding and/or while holding requires different work combined together, but here's some research that may help (for myself): |
Currently, Scrolla scrolls while holding a scrolling key. I would prefer having it scroll a preset (best case customizable) amount every time the key is pressed; still smoothly of course. I really like how Vimari scrolls.
Arguments
The text was updated successfully, but these errors were encountered: