HOW TO: unbind enter key + mute all (100% working 2/14/2019)
#THIS FIX IS NOT ENDORSED BY RIOT GAMES, USE AT YOUR OWN RISK.
some back story here, i was perma banned in 2017 for toxicity, i was unbanned in the summer of 2018 as part of the reform experiment, i have very poor impulse control, im bipolar, and this fix helps me keep myself under control.
the original unbind enter key fix was posted by Karunamon 2 years ago and is the basis for this fix.
i have added 3 things to their original fix
- no tray icon, can only be closed through task manager
- pressing shift+enter will now /mute all
- pressing ctrl+shift+enter will now /remake if the remake option is available
i feel these 2 fixes are necessary, as it was way to easy to just tab out close the program and lash out before, and i personally use the /mute all function almost every game, the old fix kind of hindered that.
what you need
- autohotkey
- the following code
#NoTrayIcon #ifwinactive League of Legends (TM) Client *Enter::return *NumpadEnter::return
+Enter:: Send {enter}/mute all{enter} return
^+Enter:: Send {enter}/remake{enter} return
instructions open notepad and copy and paste the code, save it as something like no_chat.ahk now you are all set, run the program before you start your gaming session, and you can end the program by opening task manager and ending the task.
i hope this helps others as it has helped me, and i hope that one day we can get a similar feature added to the client as i know so many people that have asked for something like this, and it would help prevent alot of bans in the case of mental health disorders.
if you are someone that is forgetful like me, you can add the program to your startup folder on windows and never have to worry about it again.
EDIT: i forgot about not being able to type /remake, so i added that feature aswell.