Re: Ctrl key, event state value, XIM vs IBus

2013-06-03 Thread Luc Pionchon
On 2 June 2013 11:57, Luc Pionchon pionchon@gmail.com wrote:
 Hi,

 I have a program that connects to the key pressed event. I am getting
 different event-state value for Ctrl, depending on the input method.
 - XIM  gives 4
 - IBus gives 33554436

 is this how it is meant to be? How should I process it?

 GDK_CONTROL_MASK catches only the XIM value


 (Same for Alt)

answer at [1]. Sortly: use bit-wise operations
[1] https://mail.gnome.org/archives/gtk-devel-list/2013-June/msg1.html
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Ctrl key, event state value, XIM vs IBus

2013-06-02 Thread Luc Pionchon
Hi,

I have a program that connects to the key pressed event. I am getting
different event-state value for Ctrl, depending on the input method.
- XIM  gives 4
- IBus gives 33554436

is this how it is meant to be? How should I process it?

GDK_CONTROL_MASK catches only the XIM value


(Same for Alt)
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list