From: <dom...@us...> - 2013-04-30 12:27:27
|
Revision: 328 http://sourceforge.net/p/fvwm-crystal/code/328 Author: dominique_libre Date: 2013-04-30 12:27:24 +0000 (Tue, 30 Apr 2013) Log Message: ----------- bindings/Music: updated to use the dB step defined in functions/Mixer (1.5 dB) Modified Paths: -------------- ChangeLog doc/Keyboard bindings.txt fvwm/components/bindings/Music fvwm/components/bindings/Music-Dvorak fvwm/components/bindings/Music-Dvorak_NumLock fvwm/components/bindings/Music_NumLock Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-30 12:02:28 UTC (rev 327) +++ ChangeLog 2013-04-30 12:27:24 UTC (rev 328) @@ -4,6 +4,7 @@ functions/FvwmExpose: Added comment about synchronization recipes/Amiga: Commented out FvwmExpose bindings/Numpad-Control: replaced non working function by the new maximize one + bindings/Music*: updated to use the dB step defined in functions/Mixer (1.5 dB) Lundi 29 Avril 2013 Dominique Michel NEWS update Modified: doc/Keyboard bindings.txt =================================================================== --- doc/Keyboard bindings.txt 2013-04-30 12:02:28 UTC (rev 327) +++ doc/Keyboard bindings.txt 2013-04-30 12:27:24 UTC (rev 328) @@ -134,16 +134,16 @@ Selects next track ignoring "Shuffle" setting in music player. Alt + , - Lowers the volume by 10%. + Lowers the volume by 1.5 dB. Alt + . - Raises the volume by 10%. + Raises the volume by 1.5 dB. Alt + Shift + , - Lowers the volume by 5%. + Lowers the volume by 10 %. Alt + Shift + . - Raises the volume by 5%. + Raises the volume by 10 %. Alt + / (slash) Activates the search function of the music player (currently only XMMS Modified: fvwm/components/bindings/Music =================================================================== --- fvwm/components/bindings/Music 2013-04-30 12:02:28 UTC (rev 327) +++ fvwm/components/bindings/Music 2013-04-30 12:27:24 UTC (rev 328) @@ -9,10 +9,10 @@ Key N A $[Mod1] Music-Backward Key M A $[Mod1] Music-Forward -Key comma A $[Mod1] Mixer-Volume-Down 10 -Key period A $[Mod1] Mixer-Volume-Up 10 -Key comma A $[Mod2] Mixer-Volume-Down 5 -Key period A $[Mod2] Mixer-Volume-Up 5 +Key comma A $[Mod1] Change-Volume-Down $[infostore.Vol_Step] +Key period A $[Mod1] Change-Volume-Up $[infostore.Vol_Step] +Key comma A $[Mod2] Change-Volume-Down 10 +Key period A $[Mod2] Change-Volume-Up 10 Key slash A $[Mod1] Music-Find Key slash A $[Mod2] Music-ToggleRandom Modified: fvwm/components/bindings/Music-Dvorak =================================================================== --- fvwm/components/bindings/Music-Dvorak 2013-04-30 12:02:28 UTC (rev 327) +++ fvwm/components/bindings/Music-Dvorak 2013-04-30 12:27:24 UTC (rev 328) @@ -9,10 +9,10 @@ Key B A $[Mod1] Music-Backward Key M A $[Mod1] Music-Forward -Key W A $[Mod1] Mixer-Volume-Down 10 -Key V A $[Mod1] Mixer-Volume-Up 10 -Key W A $[Mod2] Mixer-Volume-Down 5 -Key V A $[Mod2] Mixer-Volume-Up 5 +Key W A $[Mod1] Change-Volume-Down $[infostore.Vol_Step] +Key V A $[Mod1] Change-Volume-Up $[infostore.Vol_Step] +Key W A $[Mod2] Change-Volume-Down 10 +Key V A $[Mod2] Change-Volume-Up 10 Key slash A $[Mod1] Music-Find Key slash A $[Mod2] Music-ToggleRandom Modified: fvwm/components/bindings/Music-Dvorak_NumLock =================================================================== --- fvwm/components/bindings/Music-Dvorak_NumLock 2013-04-30 12:02:28 UTC (rev 327) +++ fvwm/components/bindings/Music-Dvorak_NumLock 2013-04-30 12:27:24 UTC (rev 328) @@ -9,10 +9,10 @@ Key B A $[Mod1]2 Music-Backward Key M A $[Mod1]2 Music-Forward -Key W A $[Mod1]2 Mixer-Volume-Down 10 -Key V A $[Mod1]2 Mixer-Volume-Up 10 -Key W A $[Mod2]2 Mixer-Volume-Down 5 -Key V A $[Mod2]2 Mixer-Volume-Up 5 +Key W A $[Mod1]2 Change-Volume-Down $[infostore.Vol_Step] +Key V A $[Mod1]2 Change-Volume-Up $[infostore.Vol_Step] +Key W A $[Mod2]2 Change-Volume-Down 10 +Key V A $[Mod2]2 Change-Volume-Up 10 Key slash A $[Mod1]2 Music-Find Key slash A $[Mod2]2 Music-ToggleRandom Modified: fvwm/components/bindings/Music_NumLock =================================================================== --- fvwm/components/bindings/Music_NumLock 2013-04-30 12:02:28 UTC (rev 327) +++ fvwm/components/bindings/Music_NumLock 2013-04-30 12:27:24 UTC (rev 328) @@ -9,10 +9,10 @@ Key N A $[Mod1]2 Music-Backward Key M A $[Mod1]2 Music-Forward -Key comma A $[Mod1]2 Mixer-Volume-Down 10 -Key period A $[Mod1]2 Mixer-Volume-Up 10 -Key comma A $[Mod2]2 Mixer-Volume-Down 5 -Key period A $[Mod2]2 Mixer-Volume-Up 5 +Key comma A $[Mod1]2 Change-Volume-Down $[infostore.Vol_Step] +Key period A $[Mod1]2 Change-Volume-Up $[infostore.Vol_Step] +Key comma A $[Mod2]2 Change-Volume-Down 10 +Key period A $[Mod2]2 Change-Volume-Up 10 Key slash A $[Mod1]2 Music-Find Key slash A $[Mod2]2 Music-ToggleRandom This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |