Hi,<div><br></div><div>I'm trying to fix this bug:</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="https://bugs.kde.org/show_bug.cgi?id=194275">https://bugs.kde.org/show_bug.cgi?id=194275</a></div>

<div><br></div><div>And for that i made this patch:</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://pastebin.com/GEi2BJvv">http://pastebin.com/GEi2BJvv</a></div><div><br></div>

<div>However i have a few issues.</div><div>I'm using "KModifierKeyInfo" : <a href="http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKModifierKeyInfo.html">http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKModifierKeyInfo.html</a> but am having issues getting it to work. The way it's used in the patch blocks the gui. This is what happens, in the patch i listen to "shift" key pressed while opening the context menu however, the effect is that the gui now simply blocks when you press shift on a selected file followed by a right click (to open the context menu).</div>

<div><br></div><div>Another issue i have is: How can can change the "Move to trash" to "Delete"? I made a class wide for it: "m_deleteOrTrashMenuEntry" but if i change it to some other menu entry while the context menu is open it simply remains what is was before i changed it... I guess i need to repaint something but what?</div>

<div><br></div><div>I hope this made some sense and that someone can point me in the right direction to solve this issue.</div><div><br></div><div>Thanx,</div><div>Mark</div>