• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 416 417 418 419 420 ... 1189 Next »

Hotkeys - MOD keys not locking
View New Posts | View Today's Posts

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Hotkeys - MOD keys not locking
01-30-2016, 09:44 PM
#1
eckso Offline
The Ratio of the boy's Aspect
***
Posts: 134
Threads: 11
Joined: Aug 2015
MOD keys (Control, Shift, etc) are not being locked, so if you load a savestate with F1, and save with Shift+F1, when you save you might be loading a previous save on the F1 slot.
Find
Reply
01-31-2016, 10:49 AM
#2
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
I have never noticed this happening. I'm sure you already know that the mod key should be held first before the other key.
Find
Reply
01-31-2016, 10:52 PM
#3
eckso Offline
The Ratio of the boy's Aspect
***
Posts: 134
Threads: 11
Joined: Aug 2015
No need to refute me, go and test it. The only question is whether this is by design or not.

Set Load to (`F1`), Save to (LShift & `F1`). Then do a Save, Load, Save test.
Find
Reply
02-03-2016, 06:15 PM
#4
eckso Offline
The Ratio of the boy's Aspect
***
Posts: 134
Threads: 11
Joined: Aug 2015
Someone might test this before 5.0 goes full blown.
Find
Reply
02-10-2016, 05:18 AM
#5
eckso Offline
The Ratio of the boy's Aspect
***
Posts: 134
Threads: 11
Joined: Aug 2015
Another fact that I just found is that any key in the compound combo can execute the command.

That means that "LShift + F1" bound as savestate, can be called by just pressing LShift.

Both logic compounds are broken "LShift + F1" and "LShift & F1".
Check here: https://bugs.dolphin-emu.org/issues/9320
Find
Reply
02-10-2016, 07:30 AM
#6
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
The hotkey should be changed from:

Code:
LShift & `F1`

to:

Code:
`LShift` & `F1`
Find
Reply
02-10-2016, 08:15 AM
#7
eckso Offline
The Ratio of the boy's Aspect
***
Posts: 134
Threads: 11
Joined: Aug 2015
Why?

That's not what Dolphin does in "Configure Control", you detect LShift, and Select LShift, then LShift is added.
If you do the same with F1, that is, you detect F1, then you Select F1, `F1` is added.

I got it to not auto trigger LShift by replacing the combo back to &, ` didn't make any distinction. So "LShift & `F1`". When I press that, F1 is invoked, or in other words, instead of saving a state, it's loading my state (`F1` key), which take us to square one, OP.
Find
Reply
02-16-2016, 04:19 AM
#8
eckso Offline
The Ratio of the boy's Aspect
***
Posts: 134
Threads: 11
Joined: Aug 2015
Whoever can explain how hotkey (combos) work, please chime in.
Find
Reply
02-23-2016, 12:39 PM
#9
eckso Offline
The Ratio of the boy's Aspect
***
Posts: 134
Threads: 11
Joined: Aug 2015
Same issues on last versions.
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode