![]() |
|
Hotkey button Configurations? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Hotkey button Configurations? (/Thread-hotkey-button-configurations) |
Hotkey button Configurations? - Codybean1 - 01-24-2014 Is there a way to quickly swap between Button Configurations, as in a hotkey? I'm looking into creating a comfortable configuration for Twilight Princess (GCN), and I'd like to assign first-person aiming controls to the mouse, without sacrificing normal control-stick input mapped to WASD. This is apart of a larger project to try and make the emulated GCN version of Twilight Princess more natural to play on a Mouse and Keyboard interface, since the Wii Version seems to have it easy with the Wiimote Cursor functionality. Well yeah, hotkeying button configs. If we don't have it yet, let's make it happen! RE: Hotkey button Configurations? - RachelB - 01-24-2014 Kind of. You can set it so the controls change while holding a button, with the expression parser (right click the button in the controller config), but i don't think a toggle is possible. For example, something like this: (!`DInput/0/Keyboard Mouse:TAB` & `DInput/0/Keyboard Mouse:W`) | (`DInput/0/Keyboard Mouse:TAB` & `DInput/0/Keyboard Mouse:Cursor Y-`) Will use W for up if tab is not pressed, otherwise Cursor up if it is. You could then use outside software to then hold tab for you after pressing another key, to allow for a toggle. RE: Hotkey button Configurations? - Codybean1 - 01-24-2014 (01-24-2014, 02:09 PM)RachelB Wrote: Kind of. You can set it so the controls change while holding a button, with the expression parser (right click the button in the controller config), but i don't think a toggle is possible. So you code this into individual button inputs, rather than loading entire configuations? I think I get it now. Well, hotkeying the loading of entire configurations would be awesome to see in a future update to Dolphin. Thanks for replying so fast.
RE: Hotkey button Configurations? - RachelB - 01-24-2014 Yeah, that's the only way to do it at the moment. RE: Hotkey button Configurations? - Codybean1 - 01-24-2014 Alright, I got something pretty solid set up, but I'm wondering if there is a way, without using third-party software, to make a Gamecube button act as pressed without pressing anything, or always pressed when a key is released? Either or would work. RE: Hotkey button Configurations? - RachelB - 01-24-2014 Use !key. RE: Hotkey button Configurations? - Codybean1 - 01-24-2014 Is there a way to program a duration? Such as if a key is not pressed, it presses another key for x amount of time? If there isn't a way of doing that from within Dolphin, what program would make that possible? Again, thank you so much. RE: Hotkey button Configurations? - RachelB - 01-24-2014 Nope. I guess something like AutoIt should wokr. |