An AutoHotkey Script to allow the use of Mouse and Keyboard control in CEMU. This uses vJoy and provides several additional features over regular keyboard control, like: the ability to control the camera with the mouse, toggle walking speed, in BotW use MouseWheel to change weapons, a separate Toggle key for ZL useful for locking onto a target in BotW.
Stars
205
Forks
56
Watchers
205
Open Issues
32
Overall repository health assessment
No package.json found
This might not be a Node.js project
Noticed a problem with using the wheel buttons as keys, they don't fire Up keystrokes and so were being kept held down indefintely. I fixed this by creating a special function that duplicates the up release code, and I call it using a self deleting timer whenever the word wheel is found in a keyname. The only actual problem this leaves the wheel keys is that they can't be used to hold down a button on the virtual controller, since it will automatically be releases 100 ms after being pressed.
da7dfcfView on GitHubChanged the way input is detected for the keylist helper. Can now map WheelLeft and WheelRight to a button. Also if BotWmouseWheel option is disasbled you can also map WheelUp and WheelDown to a button in the keylist Helper.
1a7ea1cView on GitHubAdded option to save settings without cloging the window, shortcut by pressing enter.
3da6993View on GitHubUpdated Controller profiles to hopefully fix the Pro controller issues.
633f50fView on GitHubEqual sign doesn't work as a key either, since the list is stored in an ini file that creates problems.
a05b022View on GitHub