Emulator Issues #11924
closedHotkey modifiers do not work as expected.
0%
Description
Game Name?
System wide
What's the problem? Describe what went wrong.
"Keys/Save State Slot" doesn't work, instead now I have to select slot and save state: "Keys/Save to Selected Slot" and "Keys/Select State Slot 1"
What are your PC specifications? (CPU, GPU, Operating System, more)
[PC specs here]
i7 4790k
16 GB DDR3
GTX 1070
Windows 7 SP1 x64
Updated by JosJuice almost 5 years ago
By "doesn't work", do you mean that nothing happens at all when you try to use it? Or is there some kind of error message?
Does this work in older versions of Dolphin? If so, which is the first broken version?
What do you mean by "Keys/"?
Updated by eckso almost 5 years ago
Updated by JosJuice almost 5 years ago
Ah, so this is a problem with hotkeys? Do the equivalents in the Emulation > Save State menu work?
Updated by eckso almost 5 years ago
Yes, it works through the GUI.
I think the issue is a conflict with modifiers that doesn't turn the hotkey as exclusive.
Keys/Load State Slot 2 = F2
Keys/Save State Slot 2 = LSHIFT&F2
When I Press LSHIFT + F2 on the keyboard Dolphin tries to Load State Slot 2. This wasn't happening before.
Updated by eckso almost 5 years ago
Keys/Load State Slot 2 = `F2`
Keys/Save State Slot 2 = LSHIFT&`F2`
Updated by Billiard26 almost 5 years ago
- Subject changed from "Save State Slot" not working to Hotkey modifiers do not work as expected.
- Status changed from New to Work started
You'll need to use Dolphin's ugly defaults for exclusivity.
e.g.
(!`Alt_L` & !(`Shift_L` | `Shift_R`) & !(`Control_L` | `Control_R` )) & `F2`
I have work started on making hotkeys less horrible.
https://github.com/dolphin-emu/dolphin/pull/8428
Updated by Billiard26 almost 5 years ago
- Related to Emulator Issues #11884: Keyboard hotkeys don't work, and weird behaviour in hotkey settings added
Updated by eckso almost 5 years ago
Yes, happens that I was even subscribed to the PR.
Tested your syntax but didn't work for me either so I'll keep the workaround until the merge.
Updated by Billiard26 about 4 years ago
- Status changed from Work started to Fixed
- Assignee set to Billiard26
- Fixed in set to 5.0-12697