Bobby O'Brien

Results 5 comments of Bobby O'Brien

I have made [my own plugin](https://github.com/omen0x8/BetterDiscord/tree/main/Plugins/MultiAccounts) to allow account switching using keydown and keyup event handlers. Maybe this code will be useful for this plugin and someone else can port...

If you go into your BD plugins folder and "refresh" the AccountSwitcher.plugin.js file (move it out of the directory and back in) it will load properly until a permanent fix...

This only happens because modifying the file forces BD to reload it, and it works because it is reloaded while BD is initialized and hopefully the module AccountSwitcher depends on...

@ezeholz, This just removes keybinds via KeyRecorder and is not a fix, it just breaks the plug-in. What needs to be changed is to force KeyRecorder to load or switch...