Manjaro Difference between revisions of "Translations:Openbox/24/ru"

Difference between revisions of "Translations:Openbox/24/ru"

From Manjaro
(Created page with "<keybind key="XF86AudioRaiseVolume"> <action name="Execute"> <command>amixer set Master 10%+</command> </action> </keybind> <keybind key="XF86Audio...")
 
(No difference)

Latest revision as of 07:05, 15 February 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Openbox)
<keybind key="XF86AudioRaiseVolume">
     <action name="Execute"> 
       <command>amixer set Master 10%+</command>
     </action>
   </keybind>
   <keybind key="XF86AudioLowerVolume">
     <action name="Execute">
       <command>amixer set Master 10%-</command>
     </action>
   </keybind>
   <keybind key="XF86AudioMute">
     <action name="Execute"> 
       <command>amixer set Master toggle</command>
     </action>
   </keybind>

<keybind key="XF86AudioRaiseVolume">

     <action name="Execute"> 
       <command>amixer set Master 10%+</command>
     </action>
  </keybind>
   <keybind key="XF86AudioLowerVolume">
     <action name="Execute">
       <command>amixer set Master 10%-</command>
     </action>
   </keybind>
   <keybind key="XF86AudioMute">
     <action name="Execute"> 
       <command>amixer set Master toggle</command>
     </action>
  </keybind>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.