Actions
Emulator Issues #8880
closedAdd hotkeys to change emulated wiimote extensions
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Feature request
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
Add Shortcut Toogle Upright, Sideways wiimote and Toogle Nunchuck and Classic Extension.
Updated by MochammadAditya354 about 9 years ago
Please add hotkey toogle upright wiimote.
Updated by Billiard26 almost 6 years ago
- Subject changed from Add Hotkey Option to Add hotkeys to toggle emulated wiimote orientations and extensions
- Status changed from New to Accepted
- Issue type changed from Bug to Feature request
Updated by Billiard26 over 5 years ago
- Subject changed from Add hotkeys to toggle emulated wiimote orientations and extensions to Add hotkeys to change emulated wiimote extensions
- Status changed from Accepted to Questionable
We do have hotkeys to change wiimote profiles which would accomplish this.
Updated by Billiard26 over 5 years ago
- Has duplicate Emulator Issues #9182: Add KeyShortcut Toogle Extension Like Nunchuk etc added
Updated by Billiard26 8 months ago
- Status changed from Questionable to Fixed
Sideways/upright toggle mappings exist.
Extension change is possible either via profile-loading hotkeys or input expressions.
e.g. you can click the ...
button next to the "Extension" list to open the advanced menu.
Here's an example expression that would toggle between the classic controller and no extension on press of the Y key.
if(toggle(`Y`),2,0)
Actions