Translations:Openbox/24/ru

Revision as of 07:05, 15 February 2023 by Krotesk (talk | contribs) (Created page with "<keybind key="XF86AudioRaiseVolume"> <action name="Execute"> <command>amixer set Master 10%+</command> </action> </keybind> <keybind key="XF86Audio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<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>