Re: How to remove F8 keyboard shortcut

2006-04-26 Thread Enrico Tröger
On Wed, 26 Apr 2006 12:26:00 -0700 (PDT), Van H Tran <[EMAIL PROTECTED]> wrote: > > Maybe you can try to connect the "key-press-event" > signal. And in the callback, if it is F8 key, you can > return TRUE, i.e telling the lib that the signal is Thanks. It was too easy ;-). regards, Enrico -- G

Re: How to remove F8 keyboard shortcut

2006-04-26 Thread Van H Tran
Maybe you can try to connect the "key-press-event" signal. And in the callback, if it is F8 key, you can return TRUE, i.e telling the lib that the signal is handled properly, so the default action wouldn't take place anymore? Just my two cents, BR, VanHTran --- Enrico Tröger <[EMAIL PROTECTED]> w