Re: [E-devel] About ecore XKeycodeToKeysym

2012-06-14 Thread The Rasterman
On Sat, 2 Jun 2012 18:01:31 +0900 Jérôme Pinot said: > Hi, > > ecore_x is calling XKeycodeToKeysym from xlib, but this function has > issues. It has been deprecated 6 months ago in X.org and it is > suggested to use XkbKeycodeToKeysym instead: > https://bugs.freedesktop.org/show_bug.cgi?id=25732

[E-devel] About ecore XKeycodeToKeysym

2012-06-02 Thread Jérôme Pinot
Hi, ecore_x is calling XKeycodeToKeysym from xlib, but this function has issues. It has been deprecated 6 months ago in X.org and it is suggested to use XkbKeycodeToKeysym instead: https://bugs.freedesktop.org/show_bug.cgi?id=25732 So I made a wrapper function that makes use of XkbKeycodeToKeysy