ID:1004995
![]() |
|
Problem description: how do I focus on the volume bar from the interface and control it with my keyboard? |
![]() Oct 6 2012, 11:15 am
|
|
There is no way to move a bar slider with keys (as far as I know). You would have to change the player's EAST/WEST macros to be commands (instead of .EAST and .WEST respectively) while you have focus on the slider, then revert them back to their movement commands when you hide the slider again
|
I don't use the built in movements. I have my custom keys for north east west and south. I'll figure something out though.
|
The command you would want to use would look something like this:
mob/verb/volumeslideleft() You would just have to macro whatever key you choose to execute the command "volumeslideleft" and this should work for you. |