<div class="gmail_quote"><div>I don't think that matters. I mean, I guess vlc doesn't have its own hotkey processing, so Qt makes the basic hotkey processing. If that key code is returned by Qt, Qt should be able to use it as hotkey. If you mean that <span class="Apple-style-span" style>qtEventToVLCKey should return a VLC key, so in my case my patch would help, but other uses of </span><span class="Apple-style-span" style><font class="Apple-style-span" color="#222222" face="arial, sans-serif">qtEventToVLCKey might be wrong, I guess the function could be overridden (like "int </font></span><span class="Apple-style-span" style>qtEventToVLCKey( QKeyEvent *e, uint_32_t i_vlck = 0 )"). If you don't think that my patch works in this case (in the Preferences -> Hotkey menu), then I guess we have a problem :D.</span></div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
</div>You cannot blindly pass keys from Qt to VLC.<br>
You have to follow the VLC key symbols, and they are not the same at Qt's.</blockquote><div><br></div><div>Thank you for your responses,</div><div><br></div><div>Cristian Militaru </div></div>