Skip to content

Commit

Permalink
Fix: Change mute keybind to 'o' to avoid clash with modmail keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaminSarge committed Sep 23, 2024
1 parent ee09506 commit 209f3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/keyboardNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ module.options = {
toggleMuteVideo: {
type: 'keycode',
requiresModules: [ShowImages],
value: [77, false, false, false, false], // m
value: [79, false, false, false, false], // o
description: 'keyboardNavToggleMuteVideoDesc',
title: 'keyboardNavToggleMuteVideoTitle',
callback() { videoToggleMute(); },
Expand Down

0 comments on commit 209f3e9

Please sign in to comment.