diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 12:37:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 12:37:13 +0900 |
| commit | 5a75a262db8474ab7132975706c1ded79e9042de (patch) | |
| tree | d61cebc34f01b43e539cdc0f0e353901c684f408 | |
| parent | 6a4907cd39e0741acb4b9dde82d40ff9a2420173 (diff) | |
modified qutebrowser/config.py
| -rw-r--r-- | ar/.config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/qutebrowser/config.py b/ar/.config/qutebrowser/config.py index b0e911a..8de6232 100644 --- a/ar/.config/qutebrowser/config.py +++ b/ar/.config/qutebrowser/config.py @@ -2258,7 +2258,7 @@ c.window.transparent = True # config.bind('<Alt-7>', 'tab-focus 7') # config.bind('<Alt-8>', 'tab-focus 8') # config.bind('<Alt-9>', 'tab-focus -1') -# config.bind('<Alt-m>', 'tab-mute') +config.bind("<Ctrl-M>", "tab-mute") # config.bind('<Ctrl-A>', 'navigate increment') # config.bind('<Ctrl-Alt-p>', 'print') # config.bind('<Ctrl-B>', 'scroll-page 0 -1') |
