Re: [PATCH libX11] man: improved documentation for XKeycoteToKeysym being deprecated

2013-07-02 Thread Alan Coopersmith
I thought XKeycodeToKeysym was still the correct function to use in the rare case you found yourself running without XKB - it certainly doesn't seem like we should recommend people reinvent it with XGetKeyboardMapping on their own, especially not by doing a round trip to grab the table each time,

[PATCH libX11] man: improved documentation for XKeycoteToKeysym being deprecated

2013-06-30 Thread Christophe
From: Christophe CURIS The original update provided very few information to developper; this patches describes a bit more how to properly fix the warning, including an example to help devs fixing the issue properly. Signed-off-by: Christophe CURIS --- man/XStringToKeysym.man | 51 +++