Re: Accelmap value

2012-06-21 Thread drkmkzs
oblem appears only with accelerators, either I don't use the correct work key in accelmap file... (I tried , , ...) 2012/6/20, Emmanuel Thomas-Maurin : > I may be wrong but it seems AltGr is not included in gdkkeysyms.h > so it's probably ignored by GTK. > > > On 06/2

Re: Accelmap value

2012-06-20 Thread drkmkzs
as to gtk... > > Olivier > > 2012/6/19 drkmkzs : >> Hi, >> >> I'm using a gtk application with an accelmap file. All shortcuts with >> Control, Shift, or Alt are currently available. >> >> But if I want to add some shortcuts with AltGr key (key on the

Accelmap value

2012-06-19 Thread drkmkzs
Hi, I'm using a gtk application with an accelmap file. All shortcuts with Control, Shift, or Alt are currently available. But if I want to add some shortcuts with AltGr key (key on the right of the spacebar) it doesn't work (I think i'm not using the good syntax in the accelmap because in the app

IOchannel latency ?

2012-01-25 Thread drkmkzs
Hello, I have a little problem in my gtk application. I have a IOChannel, using a socket (stream mode). I've connected the signal_io signal on a callback that simply read a specific data size (let's say N), and exit. Sometimes, when I send by my client socket (java application) 2 messages of N s

[GTK+] AccelMap, AccelKey and ActionGroup

2011-09-14 Thread drkmkzs
I was trying to use my AccelMap in order to retrieve and launch the action matching a given accelkey string. For example, i have an AccelKey defining the shortcut P for the method myPrint(). I'd like my method myKey(string) to receive the command as a string "P", retrieve in all actions the match