View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004305 | MMW v4 | Other | public | 2008-01-17 20:59 | 2009-10-05 15:49 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Summary | 0004305: Shortcuts are Triggered in Edit Mode | ||||
Description | If you start direct track column edit (Track view) You cant enter Special Characters like @, €, ©, ® as MM detects Shortcut is pressed (€ = RightAlt+5 in US-International). | ||||
Additional Information | US Keyboard Layout - http://en.wikipedia.org/wiki/Keyboard_layout#US Serbian - http://en.wikipedia.org/wiki/AltGr_key#Croatian.2C_Slovenian.2C_Serbian_.28latin.29 Czech - http://maxiorel.cz/mapka-klaves-pro-pravy-alt http://en.wikipedia.org/wiki/AltGr_key#Czech Text services and input languages can be set in Control Panel -> Regional and Language Options -> Language -> Details and adding additional Layouts Screenshot of my settings is Uploaded to FTP | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||
duplicate of | 0004065 | closed | Ludek | Single Key Hotkeys are active when editing |
related to | 0002430 | closed | Ludek | Handling Multimedia Keyboard APPCOMMAND_MEDIA Keys sometimes misses |
related to | 0006012 | closed | Ludek | Edit mode: ALTGR fails to enter some characters |
related to | 0006217 | closed | Ludek | Some shortcuts are inactive while editing or typing into search bar (regression) |
|
related Forum Topic http://www.mediamonkey.com/forum/viewtopic.php?t=24973 |
|
I can't reproduce on my machine. Anyway, what's the suggested fix? Distinguish between left and right Alt for the purpose of MM shortcuts? |
|
Best Solution would be that HotKeys are dissabled when MM enters direct Edit Mode like in Attached picture. That Way we will solve issue with single key HotKeys. Separating ALT keys is not long term solution as it can make problems in future. |
|
Generally speaking I agree. However, there are some shortcuts users could like (and I'm sure that they _do_ like) to use even in edit mode, e.g. playback controlling shortcuts (Play/Pause, Next, Stop, Volume Up/Down, etc.). |
|
Shortcuts for media are tide to "MEDIA_*" Events and they do not interfere with Regular Shortcut keys. |
|
If a user without special media keys maps e.g. Ctrl+P to Play/Pause in MM, he would like it to work even in the edit mode. This isn't related to how multimedia keyboards send their events. |
|
Thats why we have all needed tables and keys that we possibly do/not need to disable. |
|
This should be fixed by 4065. |
|
This is Different issue than Single Key as RightALT(ALTGr)+5 is detected as hotkey and not as Single key/char. Alternative to ALTgr+5 is CTRL+ALT+5 (both left and right combination works in most off applications). I've uploaded HID Hook Test App to FTP that I used to determine exact codes for solving bug 0002430 where it can be clearly seen that CTRL and ALT keys are detected separately thrum State Flag (upper right corner) taking as notice that if we include HID Hook instead of current hook (as you will see that Example App do not break Edit field but also catches Hotkey) can be solved, currently we can fix that by noting users in our knowledgebase that hotkey special characters can be added with Alternative input CTRL+ALT+<key> instead of ALTgr+<key> unless that alternative hotkey is also assigned. |
|
With recent updates to 0002430 using alternative key combination make this bug obsolete. |