MCE Controller Version 2.2.6
- Implemented Mouse Middle Button support (
mouse:mbc, mbd, ...
). Documentation was previously incorrect regardingmouse:mbx
.
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.2.6.3"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"