mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
actions: Also allow mute with "M" key alone
For faster access
This commit is contained in:
@@ -18,7 +18,7 @@ var actions = {
|
|||||||
prev_track: ['<Ctrl>Left'],
|
prev_track: ['<Ctrl>Left'],
|
||||||
volume_up: ['Up'],
|
volume_up: ['Up'],
|
||||||
volume_down: ['Down'],
|
volume_down: ['Down'],
|
||||||
mute: ['<Ctrl>M'],
|
mute: ['<Ctrl>M', 'M'],
|
||||||
toggle_play: ['space'],
|
toggle_play: ['space'],
|
||||||
change_repeat: ['<Ctrl>R'],
|
change_repeat: ['<Ctrl>R'],
|
||||||
reveal_controls: ['Return'],
|
reveal_controls: ['Return'],
|
||||||
|
@@ -131,7 +131,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkShortcutsShortcut">
|
<object class="GtkShortcutsShortcut">
|
||||||
<property name="title" translatable="yes">Toggle mute</property>
|
<property name="title" translatable="yes">Toggle mute</property>
|
||||||
<property name="accelerator"><Ctrl>M</property>
|
<property name="accelerator"><Ctrl>M M</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
|
Reference in New Issue
Block a user