mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Add <A-m> keybind to toggle mute on tabs.
This commit is contained in:
parent
171bed6eac
commit
95e411ab7b
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ const DEFAULTS = o({
|
|||
".": "repeat",
|
||||
"<SA-ArrowUp><SA-ArrowUp><SA-ArrowDown><SA-ArrowDown><SA-ArrowLeft><SA-ArrowRight><SA-ArrowLeft><SA-ArrowRight>ba":
|
||||
"open https://www.youtube.com/watch?v=M3iOROuTuMA",
|
||||
"<A-m>": "mute toggle",
|
||||
}),
|
||||
autocmds: o({
|
||||
DocStart: o({
|
||||
|
|
Loading…
Add table
Reference in a new issue