valkyriedragon / psxjin

Automatically exported from code.google.com/p/psxjin
0 stars 0 forks source link

Map Hotkey defects #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configuration -> Map Hotkeys
2. Double click "Frame Advance"
3. Press CTRL (here, nothing happen)
4. Press other button (for example if you press Delete - it'll come up CTRL + 
Delete)

What is the expected output? What do you see instead?
Being able to use CTRL alone for frame advance just like what I could map 
hotkey on other emulator, but not this one.

What version of the product are you using? On what operating system?
PSXjin Beta svn619, WinXP Pro SP3

Please provide any additional information below.
ಠ_ಠ

Original issue reported on code.google.com by j...@twc.com on 14 Feb 2011 at 9:51

GoogleCodeExporter commented 8 years ago
Another issue is that it does no checking for duplicate mappings and thus 
allows them to occur.  But when checking for hotkeys, it only does the first 
one it finds mapped to that key combination.  It should either do all actions 
mapped to a hotkey, or check for duplicates.

I'm changing the name of this topic to be more generic hotkey isses.

Original comment by andres.d...@gmail.com on 27 Feb 2011 at 2:38