#XboxKeyboardMouse Keyboard and mouse for Xbox One streaming to Windows 10.
It sends keyboard and mouse inputs to an emulated Xbox controller using SCP driver.
#Prereq
- You need SCPToolkit driver installed to use
- You need SlimDX Runtime installed (x86)
- https://github.com/nefarius/ScpToolkit
- https://slimdx.org/download.php
#Download
- Go to download folder
- Get the latest exe
- 'View Raw'
#Current Layout You may customise your own controller layout through the gui but the default layout is
Keyboard/Mouse | Xbox Controller |
---|---|
Space | A |
Left Ctrl | B |
R | X |
Number 1 | Y |
Q | Right Bumper |
E | Left Bumper |
Left Shift | Left Stick Click |
C | Right Stick Click |
B | Start/Menu |
V | Select/Back/Nav |
Escape | Xbox Logo/Guide |
Arrow Keys | DPAD |
Left Click | Right Trigger |
Right Click | Left Trigger |
WASD | Left Stick |
Mouse | Right Stick |
#Lag
- Run ScpToolkit Settings Manager
- Use asynchronoous HID Report Processing
- Disable Rumble and Native Feed
#Compile
- SlimDx SDK installed - https://slimdx.org/
- SCPToolkit driver installed
#Could be better
- Problems translating mouse movement into the right stick directional look. Very challenging to make it a smooth experience.
- Was altered from the original to be smoother but still a 50/50 experience.
- Live preview improvements (Nicer gui?)
#Todo
- Check if SlimDX and SCP driver are installed and if not throw an understandable error.
- Work on smoothing mouse translation/normalization
- Mouse input buttons dont work as of yet.
- Scroll Wheel movement has not been added (Main usage maybe RTS).
- You cant use the keyboard for triggers... Yet
- Add Jenkins job to compile merges