Difference between revisions of "Translations:Openbox/24/ru"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(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
<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>