Thanks Stefan!<br><br>So it's the other way round. I was sure it stores a list of keybinds and single actions assigned to them, but it's more like a list of actions and single keybinds assigned to them. That's why I tried to overwrite an action of the keybind, not a keybind of an action (hope it made sense).<br>
<br>So to move a keybind to a new action i need to clear it at the old one and assign it to a new one. Now I will remember, thanks again :)<br><br>Cheers,<br>Greg<br><br>PS. On a side note, until I got this solution I just started catching ctrl+q with Autohotkey app and didn't send it if an active window is TeXworks one :P<br>
<br><div class="gmail_quote">2011/7/14 Stefan Löffler <span dir="ltr"><<a href="mailto:st.loeffler@gmail.com">st.loeffler@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<div class="im"><br>
On 2011-07-13 10:08, Grzegorz Popek wrote:<br>
> I know that I can define my own keyboard shortcuts.<br>
> However, how to disable (or eventually overwrite) existing ones?<br>
<br>
</div>Simply by defining them as empty, in this case:<br>
actionQuit_TeXworks =<br>
<div class="im"><br>
> Let's say, for example, that I have this nasty habit of hitting ctrl+Q<br>
> (used to comment a line of code in FlashDevelop) and I keep closing my<br>
> TeXworks window. Hence, I would like to disable ctrl+Q doing what it<br>
> currently does.<br>
<br>
</div>See above.<br>
<div class="im"><br>
> I tried assigning it a new function in an .ini file (where I keep my<br>
> other shortcuts), but it seems that built-in shortcuts have a priority<br>
> of some sort resulting in no change whatsoever.<br>
<br>
</div>I just tested it (on Linux) - when I have two functions with the same<br>
shortcut, Tw simply does nothing (and on the console prints the reason<br>
for it: "QAction::eventFilter: Ambiguous shortcut overload: Ctrl+Q")<br>
<br>
HTH<br>
<font color="#888888">Stefan<br>
</font></blockquote></div><br>