• 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 ... 729 730 731 732 733 ... 1198 Next »

Change disc... hotkey in many buttons
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Change disc... hotkey in many buttons
04-12-2012, 01:57 PM (This post was last modified: 04-12-2012, 02:27 PM by LPFaint99.)
#2
LPFaint99 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 531
Threads: 4
Joined: Mar 2009
i can reproduce this, last revision without this problem on master r54801d93c4bf9c414cb6382d25d9533e31d7ae0b

issue starts on master with rd15740daf12454e96c8681fe23ae48384bb723e8


quick workaround that fixed it here, go to the hotkey mapper and click the change disc button and press the space bar (which clears it).

reason for the error: wxwidgets is returning either a ascii7 code, or an element of wxKeyCode enum. for these special keys it gives it the keycode of 0, which is the default when a hotkey has not been set. not sure why it didn't happen with wx 2.8 though

clearing the setting by pressing space assigns -1 as the hotkey, the fix would probably be to simply default to -1 instead of 0 for hotkeys. anyone who uses an old dolphin.ini file would experience the issue though.

and I don't know how common these extra keys are, they seem to be a lot more common than they used to be
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Change disc... hotkey in many buttons - hyperspeed - 04-12-2012, 12:07 PM
RE: Change disc... hotkey in many buttons - LPFaint99 - 04-12-2012, 01:57 PM
RE: Change disc... hotkey in many buttons - AnyOldName3 - 04-12-2012, 09:37 PM
RE: Change disc... hotkey in many buttons - hyperspeed - 04-12-2012, 11:31 PM
RE: Change disc... hotkey in many buttons - dEnigma - 04-30-2012, 06:39 PM

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


Users browsing this thread:



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode