View Issue Details

IDProjectCategoryView StatusLast Update
0004305MMW v4Otherpublic2009-10-05 15:49
Reporterpeke Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Summary0004305: Shortcuts are Triggered in Edit Mode
DescriptionIf 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 InformationUS 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
TagsNo tags attached.
Attached Files
TextInput 2.png (19,740 bytes)   
TextInput 2.png (19,740 bytes)   
Fixed in build

Relationships

duplicate of 0004065 closedLudek Single Key Hotkeys are active when editing 
related to 0002430 closedLudek Handling Multimedia Keyboard APPCOMMAND_MEDIA Keys sometimes misses 
related to 0006012 closedLudek Edit mode: ALTGR fails to enter some characters 
related to 0006217 closedLudek Some shortcuts are inactive while editing or typing into search bar (regression) 

Activities

peke

2008-01-17 21:04

developer   ~0012898

related Forum Topic
http://www.mediamonkey.com/forum/viewtopic.php?t=24973

jiri

2008-01-22 14:45

administrator   ~0012927

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?

peke

2008-01-22 21:57

developer   ~0012936

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.

jiri

2008-01-23 13:52

administrator   ~0012938

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.).

peke

2008-01-23 19:45

developer   ~0012941

Shortcuts for media are tide to "MEDIA_*" Events and they do not interfere with Regular Shortcut keys.

jiri

2008-01-23 22:10

administrator   ~0012942

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.

peke

2008-01-23 23:59

developer   ~0012946

Thats why we have all needed tables and keys that we possibly do/not need to disable.

rusty

2008-11-19 18:48

administrator   ~0014991

This should be fixed by 4065.

peke

2008-11-19 22:05

developer   ~0014997

Last edited: 2008-11-23 21:56

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.

peke

2008-12-13 20:04

developer   ~0015645

With recent updates to 0002430 using alternative key combination make this bug obsolete.