Hi
I’m using dolphin with a real wiimote and bluetooth passthrough
After launching a wii game I press ALT+TAB in my keyboard, navigate through the menus and press the sync button.
Then I can sync my real wiimote and play like I would on a real wii.
To exit, I press ALT+F4 in my keyboard.
I wanted to simplify everything so I’ve tried to modify the Hotkeys.ini file like this
[Hotkeys]
Device = evdev/0/USB USB Keyboard
General/Exit = 9
Wii/Press Sync Button = 0
But the Hotkeys.ini file is overwritten by “usr/lib/python2.7/site-packages/configgen/generators/dolphin/dolphinControllers.py” script.
Would it be possible to modify this section of the script (inside the second “if”), so it adds those two hotkeys to the Hotkeys.ini file?
generateHotkeys(playersControllers)
if system.name == "wii":
if (system.isOptSet('emulatedwiimotes') and system.getOptBoolean('emulatedwiimotes') == False):
#Generate if hardcoded
generateControllerConfig_realwiimotes("WiimoteNew.ini", "Wiimote")
generateControllerConfig_gamecube(playersControllers,rom)
addHotkeys(keyboard) <-- something like this