This Firefox extension allows the Discord web client push-to-talk (PTT) mode to operate system-wide.
An Autohotkey script listens for a global shortcut, then notifies the extension, which emulates PTT key events in Discord.
- Clone/download the repo
- Update location in
native.reg
to match where you have cloned to - Apply the
native.reg
file - Edit
native.ahk
if you wish to update the shortcut key (default isMouse 5
- if this does not suit then change both mentions ofXButton2
to any other key) - Compile
native.ahk
to exe with AutoHotkey - Restart Firefox
- Install extension in Firefox (see https://github.com/lukefor/discord_web_sys_ptt/releases for a signed copy)
- Enable PTT in Discord and set the PTT key in Discord web settings to
Ctrl+Alt+Shift+P
.
(Why not just install the native Discord client? Privacy concerns.)