[Keybind] Create an option to bind "Disconnect"
Well, there's really not too much to it. I would just like to be able to create a keybind that disconnects me from the current channel.
-
+1000000
Please, it's so annoying to restart discord
For information, LGHUB have done functionnality to quit a voice channel, but seems to don't work with better discord....
0 -
+1
This is such a simple feature, one I really need on my stream deck and on that everyone with a single monitor(or anyone else with less than 5 monitors) needs, especially for streaming. Discord, really gotta add this simple feature. This thread has been going for over four ears now!
0 -
Yea I still get emails every now and again about comments, proving this is still something people want...
0 -
This is a workaround that can be accomplised with AutoHotkey, and Discord’s Quick Switch (CTRL+k)
Create your own private Discord server.
You will be using Discord's Quick Switch to disconnect you from your current voice channel, and connect you to a channel in your private server.Install AutoHotkey.
Next you will need to make a new AHK script. Right Click Desktop > New > AutoHotkey script
I chose CTRL+NumPad1 to switch channels.
^ = CTRL, ! = ALT, + = SHIFT.
For example, if you want to change the hotkey to ALT+L, you would change ^NumPad1 to !L.
Make sure that the current location for the Dircord.exe is in quotation marks after Run,
The directory might change with future updates.
Replace YOUR_PC_USERNAME with your pc username.
Sleep, 500 = 0.5 second delay (you can change the delay if you need to, 1000 = 1 second)
send, ^k = CTRL+k (Discord’s Quick Switcher)
Replace CHANNEL_NAME with the voice channel in your private server that you will be joining.
It helps to have a unique voice channel name if you are in a lot of Discord servers, some servers might have the same channel names.
If you want to have the AHK script to run when your pc starts then:
Save script > Right click AHK script on Desktop > Send to > Desktop (create shortcut) > right click shortcut > Cut
Next open Startup folder by pressing WindowsKey+R and typing shell:startup and clicking ok
Paste the newly created shortcut into the Startup folder.
Hmu on Discord if you need help: MADMAX#3088
AHK Script to copy and paste: https://pastebin.com/gw5EcHCw
0 -
For all Stream Deck users, I made a very simple solution. Create a server with a unique name, with just you in it. Then, download the Discord plugin, and set up a multi-action that joins and then immediately leaves the VC, so you are not in any channel.
0
Por favor, entrar para comentar.
Comentários
35 comentários