PDA

View Full Version : Esiste una macro per modificare il volume?


CrazyAngel1990
07-05-2013, 13:08
Ciao a tutti, è possibile in qualche modo creare una macro su un mouse per fruttare un suo pulsante per modificare il volume?

x_Master_x
07-05-2013, 13:45
Certo che si può, ma tu immagino che non sappia programmare quindi:
1) Scarica NirCmd (http://www.nirsoft.net/utils/nircmd.html), dovreai creare un .bat o simile per la funzionalità che ti interessa

Increase the system volume by 2000 units (out of 65535)
nircmd.exe changesysvolume 2000

Decrease the system volume by 5000 units (out of 65535)
nircmd.exe changesysvolume -5000

Set the volume to the highest value
nircmd.exe setsysvolume 65535

Mute the system volume
nircmd.exe mutesysvolume 1

Unmute the system volume
nircmd.exe mutesysvolume 0

Switch the system volume between the mute and normal state.
nircmd.exe mutesysvolume 2


2) Hai bisogno di un programma che "mappi" il mouse e possa assegnare il bat al tasto, puoi provare con X-Mouse Button Control (http://www.highrez.co.uk/downloads/XMouseButtonControl.htm), che tra l'altro ha una funzionalità interna riguardo al volume:
Media control (play/pause/stop/volume/mute etc.)

CrazyAngel1990
07-05-2013, 14:50
Troppo complicato faccio prima a cambiare mouse :D