forked from mjmartis/discord_web_sys_ptt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite upstream chrome addon to use autohotkey to provide firefox an…
…d mouse support
- Loading branch information
Showing
11 changed files
with
87 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/native.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
This Firefox extension allows the Discord web client push-to-talk (PTT) mode to operate system-wide. | ||
An Autohotkey script listens for configurable shortcut, then passes this to the extension, which emulates PTT key events in Discord. | ||
|
||
### Installation: | ||
|
||
1. Update location in `native.reg` to match where you have cloned to | ||
1. Apply the `native.reg` file | ||
1. Edit `native.ahk` if you wish to update the shortcut key (default is `Mouse 5`) | ||
1. Compile `native.ahk` to exe with AutoHotkey | ||
1. Restart Firefox | ||
1. Install extension in Firefox | ||
1. Enable PTT in Discord and set the PTT key in Discord web settings to `Ctrl+Alt+Shift+P`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.