Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 882 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 882 Bytes

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.

Installation:

  1. Clone/download the repo
  2. Update location in native.reg to match where you have cloned to
  3. Apply the native.reg file
  4. Edit native.ahk if you wish to update the shortcut key (default is Mouse 5 - if this does not suit then change both mentions of XButton2 to any other key)
  5. Compile native.ahk to exe with AutoHotkey
  6. Restart Firefox
  7. Install extension in Firefox (see https://github.com/lukefor/discord_web_sys_ptt/releases for a signed copy)
  8. 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.)