#Keybinds
40 messages · Page 1 of 1 (latest)
its for mac only
and i want to bind volume control to my keyboard scroll wheel
and changing songs and stuff
also im on the newest cider
If you’re saying this because it says command
We’ll take part of the blame for that since we should make it say ctrl on Windows
But iirc just using ctrl instead of command on windows should still work
i dont have a problem with that
its just for useless stuff
well not useless ig
but u get me
We’ll see what we can do
thanks man
even if there is anything i could do outside cider
If you're just looking for media controls you could look into something like Autohotkey on windows to set up bindings to handle media pause/play next/prev etc
media.ahk
>!>Space::Send {Media_Play_Pause} ; AltR + Space
>!>Left::Send {Media_Prev} ; AltR + Left
>!>Right::Send {Media_Next} ; AltR + Right
>!>Delete::Send {Volume_Mute} ; AltR + Delete
>!>Up::Send {Volume_Up} ; AltR + Up
>!>Down::Send {Volume_Down} ; AltR + Down
Advantage being not needing to be inside of Cider to use these hotkeys
i downloaded it
i just want to be able to control only my music volume with my keyboard volume knob
like i dont want it to turn everything else down
volume per specific apps is tough on windows in my expiernce
http://www.nirsoft.net/utils/volumouse.html
this could possibly solve your problem, creates keypresses to adjust the levels of certain audio outputs you can set
unsure if you can utilize your keyboards knob for this though its primarly built for scroll wheel but autohot key might beable tobridge the gap
Control the sound volume with a wheel mouse
for example alt+shift and then scrollwheel contorls firefox volumbe vs alt scrollwheel controls cider
u r the goat
also i just realized
the volume knob
is just volume up and down
so i think as long as i can bind volume up and down to cider only
it can work
what keyboard?
its just some random keyboard
so my bigger question is how do i connect my volume keys to cider only
Unfortunately its likely not possible to control from the volume keys on the keyboard even if Cider were to implement key-binds for things like that
If you're keyboard came with some software to program macros/edit keys it might be possible but more then likely that knob likely just sends the HID code for Vol Up / Vol Down which will only ever affect the system default
If you're wanting individual control over volume you pretty much have
- AutoHotKey
- Volumouse
- Windows default mixer
- Voicemeeter is a powerful tool but might be overkill and alot of extra unknown depending on your audio knowledge
im already using voicemeeter
the only thing with voicemeeter is that the volume keys can only control A1
but i see now
If i were you i'd do Volumouse to trigger the volume of a Voicemeeter Virtual output and just pipe cider/whatever you want under control into that virtual output
I also dont think scroll wheel is required for volumouse so you might be able to set it so alt+your volume knob routes it? unsure