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

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

From Manjaro
(Created page with "</keybind> <font color="green"> <keybind key="XF86AudioRaiseVolume"></font color> <font color="green"> <action name="Execute"> </font color> <font color="green">...")
 
(No difference)

Latest revision as of 05:06, 14 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>
 <font color="green">    <keybind key="XF86AudioRaiseVolume"></font color>
 <font color="green">      <action name="Execute"> </font color>
 <font color="green">        <command>amixer set Master 10%+</command></font color>
 <font color="green">      </action></font color>
 <font color="green">  </keybind></font color>
 <font color="green">    <keybind key="XF86AudioLowerVolume"></font color>
 <font color="green">    <action name="Execute"></font color>
 <font color="green">        <command>amixer set Master 10%-</command></font color>
 <font color="green">      </action></font color>
 <font color="green">    </keybind></font color>
 <font color="green">    <keybind key="XF86AudioMute"></font color>
 <font color="green">      <action name="Execute"> </font color>
 <font color="green">        <command>amixer set Master toggle</command></font color>
 <font color="green">      </action></font color>
 <font color="green">  </keybind></font color>
   </keyboard>
   <mouse>

</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>
  </keyboard>
  <mouse>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.