-
Notifications
You must be signed in to change notification settings - Fork 18
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
Volume scroll: Only when a hotkey is held #104
Comments
@ArchiveAnon that should be possible. Right now I'm working on improving some of the code. I'm also making tests for the code to make sure everything is working before releasing the next version. |
@ArchiveAnon would the alt or ctrl key work? if I want to get this new feature out fast those two would be the easiest otherwise it will take a bit longer. |
Honestly, any key works. Just can be a bit of an annoyance if you scroll and accidentally mute the video you're watching or blast the volume haha. Thanks for taking the time to do this! |
Alright, the easiest way for me to add this feature is "ctrl", "alt" or "shift" key press. Because in the event for the scroll wheel there are properties that tell if those keys are pressed when scrolling. |
Although I can do it the harder way which will allow for a wider range of keys to choose from. |
If you have Discord feel free to add me to talk about this new feature and other features. vampirechicken is my Discord username |
I decided that the following keys will be alright Alt key, Ctrl key, Shift key |
# [1.12.0](v1.11.8...v1.12.0) (2023-11-20) ### Bug Fixes * restore player speed relying on English ([2a02eac](2a02eac)), closes [#101](#101) * restore player speed relying on English ([25b5574](25b5574)) * screenshot tooltip wasn't appearing ([ceabdbd](ceabdbd)) ### Features * automatic theater mode ([fae29e4](fae29e4)), closes [#100](#100) * **scroll wheel volume control:** modifier key enables volume adjustment with scroll ([53474a2](53474a2)), closes [#104](#104) [#110](#110) ## Release Artifacts | File Name | SHA-256 Hash | | :--- | :---: | | youtube-enhancer-v1.12.0-Chrome.zip | 45629de6bf81d6326d8d97f717c1a7011613861b497bf79acdc920443214fd3e | | youtube-enhancer-v1.12.0-Chromium.zip | 45629de6bf81d6326d8d97f717c1a7011613861b497bf79acdc920443214fd3e | | youtube-enhancer-v1.12.0-Edge.zip | 45629de6bf81d6326d8d97f717c1a7011613861b497bf79acdc920443214fd3e | | youtube-enhancer-v1.12.0-Firefox.zip | 05960ecb130d0410bf2884a1e77d43d7cbdca390ff83fdecfa62f5579db027dd |
🎉 This issue has been resolved in version 1.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [1.12.0](v1.11.8...v1.12.0) (2023-11-20) ### Bug Fixes * restore player speed relying on English ([12a80ea](12a80ea)), closes [#101](#101) * screenshot tooltip wasn't appearing ([175ddf0](175ddf0)) ### Features * automatic theater mode ([79d425e](79d425e)), closes [#100](#100) * **scroll wheel volume control:** modifier key enables volume adjustment with scroll ([4a11654](4a11654)), closes [#104](#104) [#110](#110) ## Release Artifacts | File Name | SHA-256 Hash | | :--- | :---: | | youtube-enhancer-v1.12.0-Chrome.zip | 66f45b48286ee2a426521c2151a10a565a68350aba0a4da380fcb7493023fb43 | | youtube-enhancer-v1.12.0-Chromium.zip | c9b34df55ab99cbc30b5350e77e4e30b7fae4be9b9bcf54f38cd980d24ba7d97 | | youtube-enhancer-v1.12.0-Edge.zip | c9b34df55ab99cbc30b5350e77e4e30b7fae4be9b9bcf54f38cd980d24ba7d97 | | youtube-enhancer-v1.12.0-Firefox.zip | f97916aef239961142585030cfd23e540dbcf5b91c104e574c57afee6d7196ab |
🎉 This issue has been resolved in version 1.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@ArchiveAnon version v1.12.0 includes "Scroll wheel volume control modifier key feature" |
Thank you for this extension and carrying on some useful features I really loved. I was wondering if it would be possible to implement a feature/option that only changed volume when scrolling if right click (or any hotkey really) was held down while scrolling. I find myself often accidentally changing volume without this and it would be a nice-to-have thing.
Thanks again for the effort, its greatly appreciated.
The text was updated successfully, but these errors were encountered: