#Keybinds

40 messages · Page 1 of 1 (latest)

fickle root
#

add customizable keybinds please.

simple temple
#

Already a thing

#

Have had since release

fickle root
#

and i want to bind volume control to my keyboard scroll wheel

fickle root
#

also im on the newest cider

simple temple
# fickle root its for mac only

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

fickle root
#

its just for useless stuff

#

well not useless ig

#

but u get me

simple temple
#

We’ll see what we can do

fickle root
#

even if there is anything i could do outside cider

tacit lotus
# fickle root thanks man

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
tacit lotus
#

Advantage being not needing to be inside of Cider to use these hotkeys

fickle root
#

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

tacit lotus
# fickle root i just want to be able to control only my music volume with my keyboard volume k...

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

#

for example alt+shift and then scrollwheel contorls firefox volumbe vs alt scrollwheel controls cider

fickle root
#

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

tacit lotus
#

what keyboard?

fickle root
#

its just some random keyboard

#

so my bigger question is how do i connect my volume keys to cider only

tacit lotus
#

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

  1. AutoHotKey
  2. Volumouse
  3. Windows default mixer
  4. Voicemeeter is a powerful tool but might be overkill and alot of extra unknown depending on your audio knowledge
fickle root
#

im already using voicemeeter

#

the only thing with voicemeeter is that the volume keys can only control A1

#

but i see now

tacit lotus
#

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