1
0
Fork 0

Update push-to-talk

This commit is contained in:
Malte Brandy 2021-03-02 20:06:34 +01:00
parent e140fb7c73
commit b42e3461e4
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -20,12 +20,14 @@
command = "kitty hotkeys";
name = "Hotkeys";
};
"/org/gnome/shell/extensions/nothing-to-say" = {
keybinding-toggle-mute = [ "<Primary><Shift>U+2113" ]; # Mouse key side middle
};
"org/gnome/settings-daemon/plugins/media-keys" = {
custom-keybindings = [
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal/"
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/hotkeys/"
];
mic-mute = [ "<Primary><Shift>U+2113" ];
next = [ "<Primary><Shift>dollar" ];
play = [ "<Primary><Shift>guillemotleft" ];
previous = [ "<Primary><Shift>EuroSign" ];
@ -33,7 +35,7 @@
volume-down = [ "<Primary><Shift>section" ];
volume-up = [ "<Primary><Shift>degree" ];
area-screenshot-clip = [ "Print" ];
screenshot = [ ];
screenshot = [];
};
};
}