THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#1018 - xinput seat0 keyboard always send key to mouse1 xterm
User who did this - Daniel YC Lin (dlin)
----------
Uli, thanks.
I patched as following, but it behavior strange, the global keys (like Win+R)
can not work.
Could you patch the code, and provide a lua variable which can turn on/off this
mode?
I guess I must do something wrong.
diff --git a/objects/client.c b/objects/client.c
index a5b9d77..bf0a925 100644
--- a/objects/client.c
+++ b/objects/client.c
@@ -347,8 +347,10 @@ client_focus_refresh(void)
* the previously focused client actually gets unfocused. Alternatively, the
* new client gets the input focus.
*/
- xcb_set_input_focus(globalconf.connection, XCB_INPUT_FOCUS_PARENT,
+/* for XI2 dirty hack
+ xcb_set_input_focus(globalconf.connection, XCB_INPUT_FOCUS_PARENT,
win, globalconf.timestamp);
+ */
}
----------
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1018#comment3093
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].