Any way to delete the Alt-Shift-F10 keyboard shortcut?

Mike Massonnet mmassonnet at gmail.com
Sat Dec 12 15:53:16 CET 2009


2009/12/12 Bjørn T Johansen <btj at havleik.no>:
> On Fri, 11 Dec 2009 11:29:18 +0100
> Mike Massonnet <mmassonnet at gmail.com> wrote:
>
>> Hi,
>>
>> 2009/12/11 Bjørn T Johansen <btj at havleik.no>:
>> > It seems to work as right clicking the mouse...
>> > But I can't find that this shortcut is configured somewhere...
>>
>> Where had you except this shortcut not to perform its default action?
>> If it is only for Terminal look inside Edit > Preferences, there you
>> can disable it.
>>
>> For general applications, btw it's a GTK+ shortcut, take a google for
>> "gtkrc-2.0 alt F10", you may feel lucky :-)
>>
>
> I was thinking globally yes... I will try to search now that I now what to search for... :)

I want to come back on what I said about Terminal, it has only an
option to disable F10, but not Shift+F10.

Anyway, I had a minute to kill, and I got the following solution
working. Put inside ~/.gtkrc-2.0 these lines:

binding "NoPopupMenu" {
        unbind "<shift>F10"
}
class "*" binding "NoPopupMenu"

and it should work. I tried with one app successfully.

> BTJ

-- 
Mike



More information about the Xfce mailing list