Re: [dev] [dmenu][bug]cjk ime is unusable in dmenu

From: Bjartur Thorlacius <svartman95_AT_gmail.com>
Date: Sat, 09 Feb 2013 17:03:40 +0000

On 02/09/2013 03:57 AM, Daniel Zhang wrote:
> Do you know how to fixed it? I did some try but could not find where
> should be fixed.
>
The offending function is grabkeyboard: XGrabKeyboard(dc->dpy,
DefaultRootWindow(dc->dpy), True, GrabModeAsync, GrabModeAsync,
CurrentTime).

Try deleting calls to grabkeyboard, leaving readstdin() alone. But then
you need to take care of input focus elsewhere, such as with a window
manager.
Received on Sat Feb 09 2013 - 18:03:40 CET

This archive was generated by hypermail 2.3.0 : Sat Feb 09 2013 - 18:12:05 CET