You are not logged in.

#1 2021-04-14 17:23:14

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Mouse Click doesn't work

Hello -

I use i3WM and when i first start the computer (from off) I log into the desktop and the mouse can move across the screen but i cannot click anything.  The keyboard works fine.   I am forced to restart so that the mouse can click.  After a restart, everything works fine. 

I'm not sure which logs i can look at to troubleshoot the problem.  I poked around the forums and saw some instances of people having i3wm-git installed - all my packages are from the compiled repos.

Anybody have any ideas? Thanks!

Offline

#2 2021-04-15 15:19:33

xerxes_
Member
Registered: 2018-04-29
Posts: 662

Re: Mouse Click doesn't work

How do you start i3wm? I also use i3wm and I start it by startx (.xinitrc setup file in my home directory) and I have no problems.

Offline

#3 2021-04-16 22:08:42

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Mouse Click doesn't work

Thanks I will try this next week (gone on vacation for a week).  I currently use .xinitrc as well but i call /usr/bin/i3 to start.

Offline

#4 2021-04-17 02:55:37

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Mouse Click doesn't work

I tried this and it didn't work.  Is there any logs I could look at for i3?  I have disabled my display managers and used the default config for i3 and the problem persists. 

From a cold boot i have this problem, but if i log out and then log back in everything is fine.

Offline

#5 2021-04-17 07:43:54

seth
Member
Registered: 2012-09-03
Posts: 49,979

Re: Mouse Click doesn't work

but i cannot click anything

Let's see.
Run "xev -event button" and click the window w/ various buttons.
=> Does that produce output?

Offline

#6 2021-04-24 21:37:29

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Mouse Click doesn't work

It does:

bryan@cave ~> xev -event button
Outer window is 0x2200001, inner window is 0x2200002

ButtonPress event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 26341, (302,115), root:(2608,167),
    state 0x200, button 1, same_screen YES

ButtonRelease event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 26445, (302,115), root:(2608,167),
    state 0x300, button 1, same_screen YES

ButtonPress event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x2200002, time 27372, (33,24), root:(2339,76),
    state 0x200, button 1, same_screen YES

ButtonRelease event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x2200002, time 27500, (33,24), root:(2339,76),
    state 0x300, button 1, same_screen YES

ButtonPress event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 28451, (878,125), root:(3184,177),
    state 0x200, button 3, same_screen YES

ButtonRelease event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 28595, (878,125), root:(3184,177),
    state 0x600, button 3, same_screen YES

ButtonPress event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 30011, (341,629), root:(2647,681),
    state 0x200, button 1, same_screen YES

ButtonRelease event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 30132, (341,629), root:(2647,681),
    state 0x300, button 1, same_screen YES

ButtonPress event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 30987, (341,629), root:(2647,681),
    state 0x200, button 1, same_screen YES

ButtonRelease event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 32402, (341,629), root:(2647,681),
    state 0x300, button 1, same_screen YES

ButtonPress event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 51106, (-218,830), root:(2088,882),
    state 0x200, button 1, same_screen YES

ButtonRelease event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 51186, (-218,830), root:(2088,882),
    state 0x300, button 1, same_screen YES

ButtonPress event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 56200, (-1820,939), root:(486,991),
    state 0x200, button 1, same_screen YES

ButtonRelease event, serial 25, synthetic NO, window 0x2200001,
    root 0x1e2, subw 0x0, time 56320, (-1820,939), root:(486,991),
    state 0x300, button 1, same_screen YES

Offline

#7 2021-04-24 21:46:48

seth
Member
Registered: 2012-09-03
Posts: 49,979

Re: Mouse Click doesn't work

So please elaborate on "cannot click anything" - what is "something"?

Offline

#8 2021-04-24 22:39:08

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Mouse Click doesn't work

For example, when i start i3 i have two apps autostart: email (geary) and web browser.  I can move the mouse around freely but cannot click on any email or any link in the browser (left or right click).  Keyboard works perfectly fine. Sometimes, not all the time, it looks like the mouse is off by a couple hundred pixels.  Like i can see it highlight an email when my mouse is on the other side of the screen.  Try as i might (and i've pretty much clicked the whole screen) I still cannot get it to click on any email.

Then i will shut everything down, log out of i3, log back in, now mouse works perfect and mouse clicks work as expected.

Offline

#9 2021-04-25 07:07:27

seth
Member
Registered: 2012-09-03
Posts: 49,979

Re: Mouse Click doesn't work

If you autostart https://archlinux.org/packages/extra/x86_64/xorg-xcalc/ - does the mouse work as expected there?

Also please post your xinitrc.

Offline

#10 2021-04-26 22:53:56

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Mouse Click doesn't work

Xcalc does not work either. (i was able to click the 8 but only the 8 no matter what i clicked)

I copied my xinitrc from /etc/X11/xinit/xinitrc:

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

exec /usr/bin/i3

Offline

#11 2021-04-27 05:33:57

seth
Member
Registered: 2012-09-03
Posts: 49,979

Re: Mouse Click doesn't work

What's the output of "xprop" and "xwininfo" in one of the unclickable areas?

xinitrc is uncritical, the i3config is now likely the more interesting bit.

Offline

#12 2021-04-28 14:26:23

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Mouse Click doesn't work

Neither of those commands work hmm  Later today i'm going to try with the default i3 config and see if it happens.  I'll let you know what i find.

bryan@cave ~> xprop
xprop: error: Can't grab the mouse.
bryan@cave ~ [SIGINT]> xwininfo
xwininfo: Please select the window about which you 
would like information by clicking the 
mouse in that window.
xwininfo: error: Can't grab the mouse.

Offline

#13 2021-04-28 14:28:54

seth
Member
Registered: 2012-09-03
Posts: 49,979

Re: Mouse Click doesn't work

That's actually a good thing.
Something™ holds a grab on the pointer.

xdotool key "XF86LogGrabInfo"

Will print all grabs into the Xorg log.
Since your keyboard works, you could simply bind that to a shortcut (or run it otherwise)

Offline

#14 2021-04-28 14:55:13

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Mouse Click doesn't work

Ok cool.  I grabbed that log.  I see all the grabs towards the bottom.  How do you tell which process is holding onto it?

[    15.945] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    15.946] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[    15.946] Build Operating System: Linux Archlinux
[    15.946] Current Operating System: Linux cave 5.11.16-arch1-1 #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000 x86_64
[    15.946] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img root="UUID=12acefc7-0e2c-4b34-86d4-a722f474d5e0" rw
[    15.947] Build Date: 13 April 2021  03:12:10PM
[    15.947]  
[    15.947] Current version of pixman: 0.40.0
[    15.947] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[    15.947] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.948] (==) Log file: "/home/bryan/.local/share/xorg/Xorg.0.log", Time: Wed Apr 28 08:51:33 2021
[    15.949] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.950] (==) No Layout section.  Using the first Screen section.
[    15.950] (==) No screen section available. Using defaults.
[    15.950] (**) |-->Screen "Default Screen Section" (0)
[    15.950] (**) |   |-->Monitor "<default monitor>"
[    15.950] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    15.950] (==) Automatically adding devices
[    15.950] (==) Automatically enabling devices
[    15.950] (==) Automatically adding GPU devices
[    15.950] (==) Automatically binding GPU devices
[    15.950] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.950] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    15.950] 	Entry deleted from font path.
[    15.950] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    15.950] 	Entry deleted from font path.
[    15.950] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    15.950] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.950] 	Entry deleted from font path.
[    15.950] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    15.950] 	Entry deleted from font path.
[    15.950] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    15.950] 	Entry deleted from font path.
[    15.950] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    15.950] 	Entry deleted from font path.
[    15.950] (==) FontPath set to:
	
[    15.950] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.950] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.950] (II) Module ABI versions:
[    15.950] 	X.Org ANSI C Emulation: 0.4
[    15.950] 	X.Org Video Driver: 24.1
[    15.950] 	X.Org XInput driver : 24.1
[    15.950] 	X.Org Server Extension : 10.0
[    15.950] (++) using VT number 1

[    15.951] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    15.952] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.952] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    15.954] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    15.955] (--) PCI:*(37@0:0:0) 10de:1d01:3842:6232 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    15.955] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    15.955] (II) LoadModule: "glx"
[    15.957] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.960] (II) Module glx: vendor="X.Org Foundation"
[    15.960] 	compiled for 1.20.11, module version = 1.0.0
[    15.960] 	ABI class: X.Org Server Extension, version 10.0
[    15.960] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    15.960] 	loading driver: nvidia
[    15.960] (==) Matched nvidia as autoconfigured driver 0
[    15.960] (==) Matched nouveau as autoconfigured driver 1
[    15.960] (==) Matched nv as autoconfigured driver 2
[    15.960] (==) Matched modesetting as autoconfigured driver 3
[    15.960] (==) Matched fbdev as autoconfigured driver 4
[    15.960] (==) Matched vesa as autoconfigured driver 5
[    15.960] (==) Assigned the driver to the xf86ConfigLayout
[    15.960] (II) LoadModule: "nvidia"
[    15.961] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    15.963] (II) Module nvidia: vendor="NVIDIA Corporation"
[    15.963] 	compiled for 1.6.99.901, module version = 1.0.0
[    15.963] 	Module class: X.Org Video Driver
[    15.963] (II) LoadModule: "nouveau"
[    15.963] (WW) Warning, couldn't open module nouveau
[    15.963] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    15.963] (II) LoadModule: "nv"
[    15.963] (WW) Warning, couldn't open module nv
[    15.963] (EE) Failed to load module "nv" (module does not exist, 0)
[    15.963] (II) LoadModule: "modesetting"
[    15.963] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.965] (II) Module modesetting: vendor="X.Org Foundation"
[    15.965] 	compiled for 1.20.11, module version = 1.20.11
[    15.965] 	Module class: X.Org Video Driver
[    15.965] 	ABI class: X.Org Video Driver, version 24.1
[    15.965] (II) LoadModule: "fbdev"
[    15.965] (WW) Warning, couldn't open module fbdev
[    15.965] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.965] (II) LoadModule: "vesa"
[    15.965] (WW) Warning, couldn't open module vesa
[    15.965] (EE) Failed to load module "vesa" (module does not exist, 0)
[    15.965] (II) NVIDIA dlloader X Driver  465.24.02  Thu Apr  8 17:55:59 UTC 2021
[    15.965] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    15.966] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.966] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    15.966] (II) systemd-logind: releasing fd for 226:0
[    15.966] (II) Loading sub module "fb"
[    15.966] (II) LoadModule: "fb"
[    15.966] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.967] (II) Module fb: vendor="X.Org Foundation"
[    15.967] 	compiled for 1.20.11, module version = 1.0.0
[    15.967] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.967] (II) Loading sub module "wfb"
[    15.967] (II) LoadModule: "wfb"
[    15.967] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    15.968] (II) Module wfb: vendor="X.Org Foundation"
[    15.968] 	compiled for 1.20.11, module version = 1.0.0
[    15.968] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.968] (II) Loading sub module "ramdac"
[    15.968] (II) LoadModule: "ramdac"
[    15.968] (II) Module "ramdac" already built-in
[    15.970] (WW) Falling back to old probe method for modesetting
[    15.970] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    15.970] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    15.970] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    15.970] (==) NVIDIA(0): RGB weight 888
[    15.970] (==) NVIDIA(0): Default visual is TrueColor
[    15.970] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.970] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    15.970] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    15.970] (**) NVIDIA(0): Enabling 2D acceleration
[    15.970] (II) Loading sub module "glxserver_nvidia"
[    15.970] (II) LoadModule: "glxserver_nvidia"
[    15.970] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    15.985] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    15.985] 	compiled for 1.6.99.901, module version = 1.0.0
[    15.985] 	Module class: X.Org Server Extension
[    15.985] (II) NVIDIA GLX Module  465.24.02  Thu Apr  8 17:53:33 UTC 2021
[    15.985] (II) NVIDIA: The X server supports PRIME Render Offload.
[    15.988] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:37:0:0
[    15.988] (--) NVIDIA(0):     DFP-0
[    15.988] (--) NVIDIA(0):     DFP-1 (boot)
[    15.989] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 1030 (GP108-A) at PCI:37:0:0
[    15.989] (II) NVIDIA(0):     (GPU-0)
[    15.989] (--) NVIDIA(0): Memory: 2097152 kBytes
[    15.989] (--) NVIDIA(0): VideoBIOS: 86.08.17.00.32
[    15.989] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[    15.989] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    15.989] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    15.989] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    15.989] (--) NVIDIA(GPU-0): 
[    16.033] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[    16.033] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[    16.033] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[    16.033] (--) NVIDIA(GPU-0): 
[    16.039] (==) NVIDIA(0): 
[    16.039] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    16.039] (==) NVIDIA(0):     will be used as the requested mode.
[    16.039] (==) NVIDIA(0): 
[    16.039] (II) NVIDIA(0): Validated MetaModes:
[    16.039] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[    16.039] (II) NVIDIA(0): Virtual screen size determined to be 3440 x 1440
[    16.045] (--) NVIDIA(0): DPI set to (109, 110); computed from "UseEdidDpi" X config
[    16.045] (--) NVIDIA(0):     option
[    16.045] (II) UnloadModule: "modesetting"
[    16.045] (II) Unloading modesetting
[    16.045] (WW) NVIDIA: Failed to bind sideband socket to
[    16.045] (WW) NVIDIA:     '/var/run/nvidia-xdriver-b20760bd' Permission denied
[    16.046] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    16.046] (II) NVIDIA:     access.
[    16.048] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    16.048] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    16.048] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    16.048] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    16.048] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    16.048] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    16.048] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    16.048] (II) NVIDIA(0):     Config Options in the README.
[    16.065] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[    16.076] (==) NVIDIA(0): Disabling shared memory pixmaps
[    16.076] (==) NVIDIA(0): Backing store enabled
[    16.076] (==) NVIDIA(0): Silken mouse disabled
[    16.076] (==) NVIDIA(0): DPMS enabled
[    16.077] (II) Loading sub module "dri2"
[    16.077] (II) LoadModule: "dri2"
[    16.077] (II) Module "dri2" already built-in
[    16.077] (II) NVIDIA(0): [DRI2] Setup complete
[    16.077] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    16.077] (II) Initializing extension Generic Event Extension
[    16.077] (II) Initializing extension SHAPE
[    16.077] (II) Initializing extension MIT-SHM
[    16.077] (II) Initializing extension XInputExtension
[    16.077] (II) Initializing extension XTEST
[    16.077] (II) Initializing extension BIG-REQUESTS
[    16.077] (II) Initializing extension SYNC
[    16.077] (II) Initializing extension XKEYBOARD
[    16.077] (II) Initializing extension XC-MISC
[    16.077] (II) Initializing extension SECURITY
[    16.077] (II) Initializing extension XFIXES
[    16.077] (II) Initializing extension RENDER
[    16.077] (II) Initializing extension RANDR
[    16.077] (II) Initializing extension COMPOSITE
[    16.077] (II) Initializing extension DAMAGE
[    16.077] (II) Initializing extension MIT-SCREEN-SAVER
[    16.077] (II) Initializing extension DOUBLE-BUFFER
[    16.077] (II) Initializing extension RECORD
[    16.077] (II) Initializing extension DPMS
[    16.077] (II) Initializing extension Present
[    16.077] (II) Initializing extension DRI3
[    16.077] (II) Initializing extension X-Resource
[    16.077] (II) Initializing extension XVideo
[    16.077] (II) Initializing extension XVideo-MotionCompensation
[    16.077] (II) Initializing extension GLX
[    16.077] (II) Initializing extension GLX
[    16.077] (II) Indirect GLX disabled.
[    16.077] (II) GLX: Another vendor is already registered for screen 0
[    16.077] (II) Initializing extension XFree86-VidModeExtension
[    16.077] (II) Initializing extension XFree86-DGA
[    16.077] (II) Initializing extension XFree86-DRI
[    16.077] (II) Initializing extension DRI2
[    16.077] (II) Initializing extension NV-GLX
[    16.077] (II) Initializing extension NV-CONTROL
[    16.077] (II) Initializing extension XINERAMA
[    16.112] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    16.112] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.112] (II) LoadModule: "libinput"
[    16.113] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    16.115] (II) Module libinput: vendor="X.Org Foundation"
[    16.115] 	compiled for 1.20.11, module version = 1.0.1
[    16.115] 	Module class: X.Org XInput Driver
[    16.115] 	ABI class: X.Org XInput driver, version 24.1
[    16.115] (II) Using input driver 'libinput' for 'Power Button'
[    16.115] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[    16.115] (**) Power Button: always reports core events
[    16.115] (**) Option "Device" "/dev/input/event1"
[    16.115] (**) Option "_source" "server/udev"
[    16.120] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.120] (II) event1  - Power Button: device is a keyboard
[    16.120] (II) event1  - Power Button: device removed
[    16.120] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    16.120] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.120] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.120] (II) event1  - Power Button: device is a keyboard
[    16.121] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    16.121] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.121] (II) Using input driver 'libinput' for 'Power Button'
[    16.121] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[    16.121] (**) Power Button: always reports core events
[    16.121] (**) Option "Device" "/dev/input/event0"
[    16.121] (**) Option "_source" "server/udev"
[    16.121] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    16.121] (II) event0  - Power Button: device is a keyboard
[    16.121] (II) event0  - Power Button: device removed
[    16.121] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    16.121] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    16.122] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    16.122] (II) event0  - Power Button: device is a keyboard
[    16.122] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/event3)
[    16.122] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "libinput keyboard catchall"
[    16.122] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse'
[    16.123] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[    16.123] (**) 2.4G RF Keyboard & Mouse: always reports core events
[    16.123] (**) Option "Device" "/dev/input/event3"
[    16.123] (**) Option "_source" "server/udev"
[    16.123] (II) event3  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Keyboard
[    16.123] (II) event3  - 2.4G RF Keyboard & Mouse: device is a keyboard
[    16.123] (II) event3  - 2.4G RF Keyboard & Mouse: device removed
[    16.123] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-2/1-2:1.0/0003:276D:2068.0001/input/input3/event3"
[    16.123] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse" (type: KEYBOARD, id 8)
[    16.124] (II) event3  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Keyboard
[    16.124] (II) event3  - 2.4G RF Keyboard & Mouse: device is a keyboard
[    16.125] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/event4)
[    16.125] (II) No input driver specified, ignoring this device.
[    16.125] (II) This device may have been added with another device file.
[    16.125] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/event5)
[    16.125] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "libinput pointer catchall"
[    16.125] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse'
[    16.125] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 34 paused 0
[    16.125] (**) 2.4G RF Keyboard & Mouse: always reports core events
[    16.125] (**) Option "Device" "/dev/input/event5"
[    16.125] (**) Option "_source" "server/udev"
[    16.126] (II) event5  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Mouse
[    16.126] (II) event5  - 2.4G RF Keyboard & Mouse: device is a pointer
[    16.126] (II) event5  - 2.4G RF Keyboard & Mouse: device removed
[    16.126] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-2/1-2:1.1/0003:276D:2068.0002/input/input5/event5"
[    16.126] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse" (type: MOUSE, id 9)
[    16.126] (**) Option "AccelerationScheme" "none"
[    16.126] (**) 2.4G RF Keyboard & Mouse: (accel) selected scheme none/0
[    16.126] (**) 2.4G RF Keyboard & Mouse: (accel) acceleration factor: 2.000
[    16.126] (**) 2.4G RF Keyboard & Mouse: (accel) acceleration threshold: 4
[    16.127] (II) event5  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Mouse
[    16.127] (II) event5  - 2.4G RF Keyboard & Mouse: device is a pointer
[    16.127] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/mouse0)
[    16.127] (II) No input driver specified, ignoring this device.
[    16.127] (II) This device may have been added with another device file.
[    16.128] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse Consumer Control (/dev/input/event6)
[    16.128] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[    16.128] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse Consumer Control'
[    16.128] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 35 paused 0
[    16.128] (**) 2.4G RF Keyboard & Mouse Consumer Control: always reports core events
[    16.128] (**) Option "Device" "/dev/input/event6"
[    16.128] (**) Option "_source" "server/udev"
[    16.128] (II) event6  - 2.4G RF Keyboard & Mouse Consumer Control: is tagged by udev as: Keyboard
[    16.128] (II) event6  - 2.4G RF Keyboard & Mouse Consumer Control: device is a keyboard
[    16.129] (II) event6  - 2.4G RF Keyboard & Mouse Consumer Control: device removed
[    16.129] (II) libinput: 2.4G RF Keyboard & Mouse Consumer Control: needs a virtual subdevice
[    16.129] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-2/1-2:1.1/0003:276D:2068.0002/input/input6/event6"
[    16.129] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse Consumer Control" (type: MOUSE, id 10)
[    16.129] (**) Option "AccelerationScheme" "none"
[    16.129] (**) 2.4G RF Keyboard & Mouse Consumer Control: (accel) selected scheme none/0
[    16.129] (**) 2.4G RF Keyboard & Mouse Consumer Control: (accel) acceleration factor: 2.000
[    16.129] (**) 2.4G RF Keyboard & Mouse Consumer Control: (accel) acceleration threshold: 4
[    16.129] (II) event6  - 2.4G RF Keyboard & Mouse Consumer Control: is tagged by udev as: Keyboard
[    16.129] (II) event6  - 2.4G RF Keyboard & Mouse Consumer Control: device is a keyboard
[    16.130] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse System Control (/dev/input/event7)
[    16.130] (**) 2.4G RF Keyboard & Mouse System Control: Applying InputClass "libinput keyboard catchall"
[    16.130] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse System Control'
[    16.130] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 36 paused 0
[    16.130] (**) 2.4G RF Keyboard & Mouse System Control: always reports core events
[    16.130] (**) Option "Device" "/dev/input/event7"
[    16.130] (**) Option "_source" "server/udev"
[    16.131] (II) event7  - 2.4G RF Keyboard & Mouse System Control: is tagged by udev as: Keyboard
[    16.131] (II) event7  - 2.4G RF Keyboard & Mouse System Control: device is a keyboard
[    16.131] (II) event7  - 2.4G RF Keyboard & Mouse System Control: device removed
[    16.131] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-2/1-2:1.1/0003:276D:2068.0002/input/input7/event7"
[    16.131] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse System Control" (type: KEYBOARD, id 11)
[    16.131] (II) event7  - 2.4G RF Keyboard & Mouse System Control: is tagged by udev as: Keyboard
[    16.131] (II) event7  - 2.4G RF Keyboard & Mouse System Control: device is a keyboard
[    16.132] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 (/dev/input/event8)
[    16.132] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: Applying InputClass "libinput keyboard catchall"
[    16.132] (II) Using input driver 'libinput' for 'SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀'
[    16.132] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 37 paused 0
[    16.132] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: always reports core events
[    16.132] (**) Option "Device" "/dev/input/event8"
[    16.132] (**) Option "_source" "server/udev"
[    16.133] (II) event8  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[    16.133] (II) event8  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[    16.133] (II) event8  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device removed
[    16.133] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.0/0003:0603:1008.0003/input/input9/event8"
[    16.133] (II) XINPUT: Adding extended input device "SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀" (type: KEYBOARD, id 12)
[    16.134] (II) event8  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[    16.134] (II) event8  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[    16.135] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse (/dev/input/event9)
[    16.135] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: Applying InputClass "libinput pointer catchall"
[    16.135] (II) Using input driver 'libinput' for 'SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse'
[    16.135] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 38 paused 0
[    16.135] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: always reports core events
[    16.135] (**) Option "Device" "/dev/input/event9"
[    16.135] (**) Option "_source" "server/udev"
[    16.136] (II) event9  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[    16.136] (II) event9  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[    16.136] (II) event9  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device removed
[    16.136] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.1/0003:0603:1008.0004/input/input10/event9"
[    16.136] (II) XINPUT: Adding extended input device "SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse" (type: MOUSE, id 13)
[    16.136] (**) Option "AccelerationScheme" "none"
[    16.136] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: (accel) selected scheme none/0
[    16.136] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: (accel) acceleration factor: 2.000
[    16.136] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: (accel) acceleration threshold: 4
[    16.137] (II) event9  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[    16.137] (II) event9  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[    16.137] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse (/dev/input/mouse1)
[    16.137] (II) No input driver specified, ignoring this device.
[    16.137] (II) This device may have been added with another device file.
[    16.138] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control (/dev/input/event10)
[    16.138] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: Applying InputClass "libinput keyboard catchall"
[    16.138] (II) Using input driver 'libinput' for 'SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control'
[    16.138] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 39 paused 0
[    16.138] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: always reports core events
[    16.138] (**) Option "Device" "/dev/input/event10"
[    16.138] (**) Option "_source" "server/udev"
[    16.139] (II) event10 - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[    16.139] (II) event10 - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[    16.139] (II) event10 - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device removed
[    16.139] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.1/0003:0603:1008.0004/input/input11/event10"
[    16.139] (II) XINPUT: Adding extended input device "SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control" (type: KEYBOARD, id 14)
[    16.140] (II) event10 - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[    16.140] (II) event10 - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[    16.140] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    16.140] (II) No input driver specified, ignoring this device.
[    16.140] (II) This device may have been added with another device file.
[    16.141] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    16.141] (II) No input driver specified, ignoring this device.
[    16.141] (II) This device may have been added with another device file.
[    16.141] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    16.141] (II) No input driver specified, ignoring this device.
[    16.141] (II) This device may have been added with another device file.
[    16.141] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    16.141] (II) No input driver specified, ignoring this device.
[    16.141] (II) This device may have been added with another device file.
[    16.141] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event15)
[    16.141] (II) No input driver specified, ignoring this device.
[    16.141] (II) This device may have been added with another device file.
[    16.142] (II) config/udev: Adding input device Kinesis KB800PB-BT Keyboard (/dev/input/event24)
[    16.142] (**) Kinesis KB800PB-BT Keyboard: Applying InputClass "libinput keyboard catchall"
[    16.142] (II) Using input driver 'libinput' for 'Kinesis KB800PB-BT Keyboard'
[    16.142] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 40 paused 0
[    16.142] (**) Kinesis KB800PB-BT Keyboard: always reports core events
[    16.142] (**) Option "Device" "/dev/input/event24"
[    16.142] (**) Option "_source" "server/udev"
[    16.143] (II) event24 - Kinesis KB800PB-BT Keyboard: is tagged by udev as: Keyboard
[    16.143] (II) event24 - Kinesis KB800PB-BT Keyboard: device is a keyboard
[    16.143] (II) event24 - Kinesis KB800PB-BT Keyboard: device removed
[    16.143] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-2/3-2:1.0/bluetooth/hci0/hci0:71/0005:0A5C:8502.0005/input/input26/event24"
[    16.143] (II) XINPUT: Adding extended input device "Kinesis KB800PB-BT Keyboard" (type: KEYBOARD, id 15)
[    16.144] (II) event24 - Kinesis KB800PB-BT Keyboard: is tagged by udev as: Keyboard
[    16.144] (II) event24 - Kinesis KB800PB-BT Keyboard: device is a keyboard
[    16.144] (II) config/udev: Adding input device Kinesis KB800PB-BT Consumer Control (/dev/input/event25)
[    16.144] (**) Kinesis KB800PB-BT Consumer Control: Applying InputClass "libinput keyboard catchall"
[    16.144] (II) Using input driver 'libinput' for 'Kinesis KB800PB-BT Consumer Control'
[    16.145] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 41 paused 0
[    16.145] (**) Kinesis KB800PB-BT Consumer Control: always reports core events
[    16.145] (**) Option "Device" "/dev/input/event25"
[    16.145] (**) Option "_source" "server/udev"
[    16.146] (II) event25 - Kinesis KB800PB-BT Consumer Control: is tagged by udev as: Keyboard
[    16.146] (II) event25 - Kinesis KB800PB-BT Consumer Control: device is a keyboard
[    16.146] (II) event25 - Kinesis KB800PB-BT Consumer Control: device removed
[    16.146] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-2/3-2:1.0/bluetooth/hci0/hci0:71/0005:0A5C:8502.0005/input/input27/event25"
[    16.146] (II) XINPUT: Adding extended input device "Kinesis KB800PB-BT Consumer Control" (type: KEYBOARD, id 16)
[    16.147] (II) event25 - Kinesis KB800PB-BT Consumer Control: is tagged by udev as: Keyboard
[    16.147] (II) event25 - Kinesis KB800PB-BT Consumer Control: device is a keyboard
[    16.147] (II) config/udev: Adding input device Kinesis KB800PB-BT System Control (/dev/input/event26)
[    16.147] (**) Kinesis KB800PB-BT System Control: Applying InputClass "libinput keyboard catchall"
[    16.147] (II) Using input driver 'libinput' for 'Kinesis KB800PB-BT System Control'
[    16.148] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 42 paused 0
[    16.148] (**) Kinesis KB800PB-BT System Control: always reports core events
[    16.148] (**) Option "Device" "/dev/input/event26"
[    16.148] (**) Option "_source" "server/udev"
[    16.148] (II) event26 - Kinesis KB800PB-BT System Control: is tagged by udev as: Keyboard
[    16.148] (II) event26 - Kinesis KB800PB-BT System Control: device is a keyboard
[    16.148] (II) event26 - Kinesis KB800PB-BT System Control: device removed
[    16.148] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-2/3-2:1.0/bluetooth/hci0/hci0:71/0005:0A5C:8502.0005/input/input28/event26"
[    16.148] (II) XINPUT: Adding extended input device "Kinesis KB800PB-BT System Control" (type: KEYBOARD, id 17)
[    16.149] (II) event26 - Kinesis KB800PB-BT System Control: is tagged by udev as: Keyboard
[    16.149] (II) event26 - Kinesis KB800PB-BT System Control: device is a keyboard
[    16.149] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event16)
[    16.149] (II) No input driver specified, ignoring this device.
[    16.149] (II) This device may have been added with another device file.
[    16.150] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event17)
[    16.150] (II) No input driver specified, ignoring this device.
[    16.150] (II) This device may have been added with another device file.
[    16.150] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[    16.150] (II) No input driver specified, ignoring this device.
[    16.150] (II) This device may have been added with another device file.
[    16.150] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event19)
[    16.150] (II) No input driver specified, ignoring this device.
[    16.150] (II) This device may have been added with another device file.
[    16.150] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event20)
[    16.150] (II) No input driver specified, ignoring this device.
[    16.150] (II) This device may have been added with another device file.
[    16.150] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event21)
[    16.150] (II) No input driver specified, ignoring this device.
[    16.150] (II) This device may have been added with another device file.
[    16.151] (II) config/udev: Adding input device HD-Audio Generic Line Out Side (/dev/input/event22)
[    16.151] (II) No input driver specified, ignoring this device.
[    16.151] (II) This device may have been added with another device file.
[    16.151] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event23)
[    16.151] (II) No input driver specified, ignoring this device.
[    16.151] (II) This device may have been added with another device file.
[    16.151] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    16.151] (II) No input driver specified, ignoring this device.
[    16.151] (II) This device may have been added with another device file.
[    16.154] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[    16.154] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse Consumer Control'
[    16.154] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[    16.154] (**) 2.4G RF Keyboard & Mouse Consumer Control: always reports core events
[    16.154] (**) Option "Device" "/dev/input/event6"
[    16.154] (**) Option "_source" "_driver/libinput"
[    16.154] (II) libinput: 2.4G RF Keyboard & Mouse Consumer Control: is a virtual subdevice
[    16.154] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-2/1-2:1.1/0003:276D:2068.0002/input/input6/event6"
[    16.154] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse Consumer Control" (type: KEYBOARD, id 18)
[    29.122] (II) Printing all currently active device grabs:
[    29.122] Active grab 0x400000 (core) on device 'Virtual core pointer' (2):
[    29.122]       client pid 896 /usr/bin/i3 
[    29.122]       at 24769 (from passive grab) (implicit) (device thawed, state 1)
[    29.122]         core event mask 0x720054
[    29.122]       passive grab type 4, detail 0x0, activating key 0
[    29.122]       owner-events false, kb 1 ptr 1, confine 0, cursor 0x0
[    29.122] Active grab 0x2800000 (xi2) on device '2.4G RF Keyboard & Mouse' (9):
[    29.122]       client pid 1311 /usr/lib/opera/opera 
[    29.122]       at 25633 (from passive grab) (implicit) (device thawed, state 1)
[    29.122]       xi2 event mask for device 9: 0xf2f1c0
[    29.122]       passive grab type 4, detail 0x0, activating key 0
[    29.122]       owner-events false, kb 1 ptr 1, confine 0, cursor 0x0
[    29.122] (II) End list of active device grabs
[    29.122] Printing all currently registered grabs
[    29.122]   Printing all registered grabs of client pid 890 xinit /home/bryan/.xinitrc -- /etc/X11/xinit/xserverrc :0 vt1 -keeptty -auth /tmp/serverauth.8qOCjWJHpB
[    29.122]   Printing all registered grabs of client pid 896 /usr/bin/i3 
[    29.122]   grab 0x40400204 (core), type 'ButtonPress' on window 0x3600007
[    29.122]     detail 1 (mask 0), modifiersDetail 32768 (mask 0)
[    29.122]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x4
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.122]   grab 0x40400183 (core), type 'KeyPress' on window 0x1e2
[    29.122]     detail 113 (mask 0), modifiersDetail 24 (mask 0)
[    29.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x3
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.122]   grab 0x40400205 (core), type 'ButtonPress' on window 0x3600007
[    29.122]     detail 2 (mask 0), modifiersDetail 32768 (mask 0)
[    29.122]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x4
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.122]   grab 0x40400182 (core), type 'KeyPress' on window 0x1e2
[    29.122]     detail 113 (mask 0), modifiersDetail 10 (mask 0)
[    29.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x3
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.122]   grab 0x40400206 (core), type 'ButtonPress' on window 0x3600007
[    29.122]     detail 3 (mask 0), modifiersDetail 32768 (mask 0)
[    29.122]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x4
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.122]   grab 0x40400181 (core), type 'KeyPress' on window 0x1e2
[    29.122]     detail 113 (mask 0), modifiersDetail 8 (mask 0)
[    29.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x3
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.122]   grab 0x40400100 (core), type 'ButtonPress' on window 0xe00016
[    29.122]     detail 3 (mask 0), modifiersDetail 32768 (mask 0)
[    29.122]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x4
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.122]   grab 0x40400180 (core), type 'KeyPress' on window 0x1e2
[    29.122]     detail 46 (mask 0), modifiersDetail 26 (mask 0)
[    29.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x3
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.122]   grab 0x40400200 (core), type 'ButtonPress' on window 0x2800005
[    29.122]     detail 3 (mask 0), modifiersDetail 32768 (mask 0)
[    29.122]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x4
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.122]   grab 0x40400187 (core), type 'KeyPress' on window 0x1e2
[    29.122]     detail 116 (mask 0), modifiersDetail 24 (mask 0)
[    29.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x3
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.122]   grab 0x40400106 (core), type 'ButtonPress' on window 0x1c00005
[    29.122]     detail 3 (mask 0), modifiersDetail 32768 (mask 0)
[    29.122]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x4
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.122]   grab 0x40400186 (core), type 'KeyPress' on window 0x1e2
[    29.122]     detail 116 (mask 0), modifiersDetail 10 (mask 0)
[    29.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x3
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.122]   grab 0x40400185 (core), type 'KeyPress' on window 0x1e2
[    29.122]     detail 116 (mask 0), modifiersDetail 8 (mask 0)
[    29.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x3
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.122]   grab 0x40400104 (core), type 'ButtonPress' on window 0x1c00005
[    29.122]     detail 1 (mask 0), modifiersDetail 32768 (mask 0)
[    29.122]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.122]     core event mask 0x4
[    29.122]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.122]   grab 0x40400184 (core), type 'KeyPress' on window 0x1e2
[    29.122]     detail 113 (mask 0), modifiersDetail 26 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400105 (core), type 'ButtonPress' on window 0x1c00005
[    29.123]     detail 2 (mask 0), modifiersDetail 32768 (mask 0)
[    29.123]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x4
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.123]   grab 0x4040018b (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 111 (mask 0), modifiersDetail 24 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040010a (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 43 (mask 0), modifiersDetail 11 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040018a (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 111 (mask 0), modifiersDetail 10 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040010b (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 43 (mask 0), modifiersDetail 25 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400189 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 111 (mask 0), modifiersDetail 8 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400188 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 116 (mask 0), modifiersDetail 26 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400109 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 43 (mask 0), modifiersDetail 9 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040018f (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 114 (mask 0), modifiersDetail 24 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040010e (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 44 (mask 0), modifiersDetail 11 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040018e (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 114 (mask 0), modifiersDetail 10 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040010f (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 44 (mask 0), modifiersDetail 25 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040018d (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 114 (mask 0), modifiersDetail 8 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040010c (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 43 (mask 0), modifiersDetail 27 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040018c (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 111 (mask 0), modifiersDetail 26 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x4040010d (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 44 (mask 0), modifiersDetail 9 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400193 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 31 (mask 0), modifiersDetail 24 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400112 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 45 (mask 0), modifiersDetail 11 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400192 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 31 (mask 0), modifiersDetail 10 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400113 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 45 (mask 0), modifiersDetail 25 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400191 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 31 (mask 0), modifiersDetail 8 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400110 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 44 (mask 0), modifiersDetail 27 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400190 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 114 (mask 0), modifiersDetail 26 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400111 (core), type 'KeyPress' on window 0x1e2
[    29.123]     detail 45 (mask 0), modifiersDetail 9 (mask 0)
[    29.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.123]     core event mask 0x3
[    29.123]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.123]   grab 0x40400197 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 38 (mask 0), modifiersDetail 24 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400116 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 46 (mask 0), modifiersDetail 11 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400196 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 38 (mask 0), modifiersDetail 10 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400117 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 46 (mask 0), modifiersDetail 25 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400195 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 38 (mask 0), modifiersDetail 8 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400114 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 45 (mask 0), modifiersDetail 27 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400194 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 31 (mask 0), modifiersDetail 26 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400115 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 46 (mask 0), modifiersDetail 9 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040019b (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 20 (mask 0), modifiersDetail 24 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040011a (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 113 (mask 0), modifiersDetail 11 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040019a (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 20 (mask 0), modifiersDetail 10 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040011b (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 113 (mask 0), modifiersDetail 25 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400199 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 20 (mask 0), modifiersDetail 8 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400118 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 46 (mask 0), modifiersDetail 27 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400198 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 38 (mask 0), modifiersDetail 26 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400119 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 113 (mask 0), modifiersDetail 9 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040019f (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 10 (mask 0), modifiersDetail 24 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040011e (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 116 (mask 0), modifiersDetail 11 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040019e (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 10 (mask 0), modifiersDetail 10 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040011f (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 116 (mask 0), modifiersDetail 25 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040019d (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 10 (mask 0), modifiersDetail 8 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040011c (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 113 (mask 0), modifiersDetail 27 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040019c (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 20 (mask 0), modifiersDetail 26 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x4040011d (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 116 (mask 0), modifiersDetail 9 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x404001a3 (core), type 'KeyPress' on window 0x1e2
[    29.124]     detail 11 (mask 0), modifiersDetail 24 (mask 0)
[    29.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.124]     core event mask 0x3
[    29.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.124]   grab 0x40400122 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 111 (mask 0), modifiersDetail 11 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001a2 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 11 (mask 0), modifiersDetail 10 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x40400123 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 111 (mask 0), modifiersDetail 25 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001a1 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 11 (mask 0), modifiersDetail 8 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x40400120 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 116 (mask 0), modifiersDetail 27 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001a0 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 10 (mask 0), modifiersDetail 26 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x40400121 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 111 (mask 0), modifiersDetail 9 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001a7 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 12 (mask 0), modifiersDetail 24 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x40400126 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 114 (mask 0), modifiersDetail 11 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001a6 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 12 (mask 0), modifiersDetail 10 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x40400127 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 114 (mask 0), modifiersDetail 25 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001a5 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 12 (mask 0), modifiersDetail 8 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x40400124 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 111 (mask 0), modifiersDetail 27 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001a4 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 11 (mask 0), modifiersDetail 26 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x40400125 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 114 (mask 0), modifiersDetail 9 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001ab (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 13 (mask 0), modifiersDetail 24 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x4040012a (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 65 (mask 0), modifiersDetail 11 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001aa (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 13 (mask 0), modifiersDetail 10 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x4040012b (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 65 (mask 0), modifiersDetail 25 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001a9 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 13 (mask 0), modifiersDetail 8 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x40400128 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 114 (mask 0), modifiersDetail 27 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001a8 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 12 (mask 0), modifiersDetail 26 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x40400129 (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 65 (mask 0), modifiersDetail 9 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001af (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 14 (mask 0), modifiersDetail 24 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x4040012e (core), type 'KeyPress' on window 0x1e2
[    29.125]     detail 20 (mask 0), modifiersDetail 11 (mask 0)
[    29.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.125]     core event mask 0x3
[    29.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.125]   grab 0x404001ae (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 14 (mask 0), modifiersDetail 10 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x4040012f (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 20 (mask 0), modifiersDetail 25 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001ad (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 14 (mask 0), modifiersDetail 8 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x4040012c (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 65 (mask 0), modifiersDetail 27 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001ac (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 13 (mask 0), modifiersDetail 26 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x4040012d (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 20 (mask 0), modifiersDetail 9 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001b3 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 15 (mask 0), modifiersDetail 24 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x40400132 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 10 (mask 0), modifiersDetail 11 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001b2 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 15 (mask 0), modifiersDetail 10 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x40400133 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 10 (mask 0), modifiersDetail 25 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001b1 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 15 (mask 0), modifiersDetail 8 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x40400130 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 20 (mask 0), modifiersDetail 27 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001b0 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 14 (mask 0), modifiersDetail 26 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x40400131 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 10 (mask 0), modifiersDetail 9 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001b7 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 16 (mask 0), modifiersDetail 24 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x40400136 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 11 (mask 0), modifiersDetail 11 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001b6 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 16 (mask 0), modifiersDetail 10 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x40400137 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 11 (mask 0), modifiersDetail 25 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001b5 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 16 (mask 0), modifiersDetail 8 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x40400134 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 10 (mask 0), modifiersDetail 27 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001b4 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 15 (mask 0), modifiersDetail 26 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x40400135 (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 11 (mask 0), modifiersDetail 9 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001bb (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 17 (mask 0), modifiersDetail 24 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x4040013a (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 12 (mask 0), modifiersDetail 11 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.126]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.126]   grab 0x404001ba (core), type 'KeyPress' on window 0x1e2
[    29.126]     detail 17 (mask 0), modifiersDetail 10 (mask 0)
[    29.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.126]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x4040013b (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 12 (mask 0), modifiersDetail 25 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001b9 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 17 (mask 0), modifiersDetail 8 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x40400138 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 11 (mask 0), modifiersDetail 27 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001b8 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 16 (mask 0), modifiersDetail 26 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x40400139 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 12 (mask 0), modifiersDetail 9 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001bf (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 18 (mask 0), modifiersDetail 24 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x4040013e (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 13 (mask 0), modifiersDetail 11 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001be (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 18 (mask 0), modifiersDetail 10 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x4040013f (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 13 (mask 0), modifiersDetail 25 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001bd (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 18 (mask 0), modifiersDetail 8 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x4040013c (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 12 (mask 0), modifiersDetail 27 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001bc (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 17 (mask 0), modifiersDetail 26 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x4040013d (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 13 (mask 0), modifiersDetail 9 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001c3 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 27 (mask 0), modifiersDetail 24 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x40400142 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 14 (mask 0), modifiersDetail 11 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001c2 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 27 (mask 0), modifiersDetail 10 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x40400143 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 14 (mask 0), modifiersDetail 25 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001c1 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 27 (mask 0), modifiersDetail 8 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x40400140 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 13 (mask 0), modifiersDetail 27 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001c0 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 18 (mask 0), modifiersDetail 26 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x40400141 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 14 (mask 0), modifiersDetail 9 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001c7 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 19 (mask 0), modifiersDetail 24 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x40400146 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 15 (mask 0), modifiersDetail 11 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x404001c6 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 19 (mask 0), modifiersDetail 10 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.127]   grab 0x40400147 (core), type 'KeyPress' on window 0x1e2
[    29.127]     detail 15 (mask 0), modifiersDetail 25 (mask 0)
[    29.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.127]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001c5 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 19 (mask 0), modifiersDetail 8 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x40400144 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 14 (mask 0), modifiersDetail 27 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001c4 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 27 (mask 0), modifiersDetail 26 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x40400145 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 15 (mask 0), modifiersDetail 9 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001cb (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 25 (mask 0), modifiersDetail 24 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x4040014a (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 16 (mask 0), modifiersDetail 11 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001ca (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 25 (mask 0), modifiersDetail 10 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x4040014b (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 16 (mask 0), modifiersDetail 25 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001c9 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 25 (mask 0), modifiersDetail 8 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x40400148 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 15 (mask 0), modifiersDetail 27 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001c8 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 19 (mask 0), modifiersDetail 26 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x40400149 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 16 (mask 0), modifiersDetail 9 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001cf (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 26 (mask 0), modifiersDetail 24 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x4040014e (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 17 (mask 0), modifiersDetail 11 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001ce (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 26 (mask 0), modifiersDetail 10 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x4040014f (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 17 (mask 0), modifiersDetail 25 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001cd (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 26 (mask 0), modifiersDetail 8 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x4040014c (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 16 (mask 0), modifiersDetail 27 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001cc (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 25 (mask 0), modifiersDetail 26 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x4040014d (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 17 (mask 0), modifiersDetail 9 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001d3 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 32 (mask 0), modifiersDetail 24 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x40400152 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 18 (mask 0), modifiersDetail 11 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001d2 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 32 (mask 0), modifiersDetail 10 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x40400153 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 18 (mask 0), modifiersDetail 25 (mask 0)
[    29.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.128]     core event mask 0x3
[    29.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.128]   grab 0x404001d1 (core), type 'KeyPress' on window 0x1e2
[    29.128]     detail 32 (mask 0), modifiersDetail 8 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x40400150 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 17 (mask 0), modifiersDetail 27 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001d0 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 26 (mask 0), modifiersDetail 26 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x40400151 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 18 (mask 0), modifiersDetail 9 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001d7 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 41 (mask 0), modifiersDetail 24 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x40400156 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 54 (mask 0), modifiersDetail 11 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001d6 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 41 (mask 0), modifiersDetail 10 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x40400157 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 54 (mask 0), modifiersDetail 25 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001d5 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 41 (mask 0), modifiersDetail 8 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x40400154 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 18 (mask 0), modifiersDetail 27 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001d4 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 32 (mask 0), modifiersDetail 26 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x40400155 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 54 (mask 0), modifiersDetail 9 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001db (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 57 (mask 0), modifiersDetail 24 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x4040015a (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 27 (mask 0), modifiersDetail 11 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001da (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 57 (mask 0), modifiersDetail 10 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x4040015b (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 27 (mask 0), modifiersDetail 25 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001d9 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 57 (mask 0), modifiersDetail 8 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x40400158 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 54 (mask 0), modifiersDetail 27 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001d8 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 41 (mask 0), modifiersDetail 26 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x40400159 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 27 (mask 0), modifiersDetail 9 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001df (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 53 (mask 0), modifiersDetail 24 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x4040015e (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 26 (mask 0), modifiersDetail 11 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001de (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 53 (mask 0), modifiersDetail 10 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x4040015f (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 26 (mask 0), modifiersDetail 25 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001dd (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 53 (mask 0), modifiersDetail 8 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x4040015c (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 27 (mask 0), modifiersDetail 27 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001dc (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 57 (mask 0), modifiersDetail 26 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x4040015d (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 26 (mask 0), modifiersDetail 9 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x404001e3 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 107 (mask 0), modifiersDetail 16 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.129]   grab 0x40400162 (core), type 'KeyPress' on window 0x1e2
[    29.129]     detail 24 (mask 0), modifiersDetail 11 (mask 0)
[    29.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.129]     core event mask 0x3
[    29.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001e2 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 107 (mask 0), modifiersDetail 2 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400163 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 24 (mask 0), modifiersDetail 25 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001e1 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 107 (mask 0), modifiersDetail 0 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400160 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 26 (mask 0), modifiersDetail 27 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001e0 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 53 (mask 0), modifiersDetail 26 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400161 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 24 (mask 0), modifiersDetail 9 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001e7 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 218 (mask 0), modifiersDetail 16 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400166 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 36 (mask 0), modifiersDetail 10 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001e6 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 218 (mask 0), modifiersDetail 2 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400167 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 36 (mask 0), modifiersDetail 24 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001e5 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 218 (mask 0), modifiersDetail 0 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400164 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 24 (mask 0), modifiersDetail 27 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001e4 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 107 (mask 0), modifiersDetail 18 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400165 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 36 (mask 0), modifiersDetail 8 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001eb (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 66 (mask 0), modifiersDetail 16 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x4040016a (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 24 (mask 0), modifiersDetail 10 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001ea (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 66 (mask 0), modifiersDetail 2 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x4040016b (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 24 (mask 0), modifiersDetail 24 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001e9 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 66 (mask 0), modifiersDetail 0 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400168 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 36 (mask 0), modifiersDetail 26 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001e8 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 218 (mask 0), modifiersDetail 18 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400169 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 24 (mask 0), modifiersDetail 8 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001ef (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 77 (mask 0), modifiersDetail 16 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x4040016e (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 40 (mask 0), modifiersDetail 10 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001ee (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 77 (mask 0), modifiersDetail 2 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x4040016f (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 40 (mask 0), modifiersDetail 24 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001ed (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 77 (mask 0), modifiersDetail 0 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x4040016c (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 24 (mask 0), modifiersDetail 26 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001ec (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 66 (mask 0), modifiersDetail 18 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x4040016d (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 40 (mask 0), modifiersDetail 8 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001f3 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 123 (mask 0), modifiersDetail 16 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400172 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 43 (mask 0), modifiersDetail 10 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001f2 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 123 (mask 0), modifiersDetail 2 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400173 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 43 (mask 0), modifiersDetail 24 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001f1 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 123 (mask 0), modifiersDetail 0 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400170 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 40 (mask 0), modifiersDetail 26 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001f0 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 77 (mask 0), modifiersDetail 18 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400171 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 43 (mask 0), modifiersDetail 8 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001f7 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 122 (mask 0), modifiersDetail 16 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400176 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 44 (mask 0), modifiersDetail 10 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001f6 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 122 (mask 0), modifiersDetail 2 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400177 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 44 (mask 0), modifiersDetail 24 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001f5 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 122 (mask 0), modifiersDetail 0 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400174 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 43 (mask 0), modifiersDetail 26 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001f4 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 123 (mask 0), modifiersDetail 18 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x40400175 (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 44 (mask 0), modifiersDetail 8 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404001fb (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 121 (mask 0), modifiersDetail 16 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x4040017a (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 45 (mask 0), modifiersDetail 10 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x404000f9 (core), type 'ButtonPress' on window 0x800006
[    29.130]     detail 2 (mask 0), modifiersDetail 32768 (mask 0)
[    29.130]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x4
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.130]   grab 0x404001fa (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 121 (mask 0), modifiersDetail 2 (mask 0)
[    29.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.130]     core event mask 0x3
[    29.130]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.130]   grab 0x4040017b (core), type 'KeyPress' on window 0x1e2
[    29.130]     detail 45 (mask 0), modifiersDetail 24 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x404000f8 (core), type 'ButtonPress' on window 0x800006
[    29.131]     detail 1 (mask 0), modifiersDetail 32768 (mask 0)
[    29.131]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x4
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.131]   grab 0x404001f9 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 121 (mask 0), modifiersDetail 0 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x40400178 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 44 (mask 0), modifiersDetail 26 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x404001f8 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 122 (mask 0), modifiersDetail 18 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x40400179 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 8 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x404000fa (core), type 'ButtonPress' on window 0x800006
[    29.131]     detail 3 (mask 0), modifiersDetail 32768 (mask 0)
[    29.131]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x4
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.131]   grab 0x404001ff (core), type 'ButtonPress' on window 0x2800005
[    29.131]     detail 2 (mask 0), modifiersDetail 32768 (mask 0)
[    29.131]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x4
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.131]   grab 0x4040017e (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 46 (mask 0), modifiersDetail 10 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x404001fe (core), type 'ButtonPress' on window 0x2800005
[    29.131]     detail 1 (mask 0), modifiersDetail 32768 (mask 0)
[    29.131]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x4
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.131]   grab 0x4040017f (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 46 (mask 0), modifiersDetail 24 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x4040017c (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 26 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x404000ff (core), type 'ButtonPress' on window 0xe00016
[    29.131]     detail 2 (mask 0), modifiersDetail 32768 (mask 0)
[    29.131]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x4
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.131]   grab 0x404001fc (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 121 (mask 0), modifiersDetail 18 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x4040017d (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 46 (mask 0), modifiersDetail 8 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[    29.131]   grab 0x404000fe (core), type 'ButtonPress' on window 0xe00016
[    29.131]     detail 1 (mask 0), modifiersDetail 32768 (mask 0)
[    29.131]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x4
[    29.131]     owner-events false, kb 1 ptr 0, confine 0x1e2, cursor 0x0
[    29.131]   Printing all registered grabs of client pid 896 /usr/bin/i3 
[    29.131]   Printing all registered grabs of client pid 916 i3bar --bar_id=bar-0 --socket=/run/user/1000/i3/ipc-socket.896
[    29.131]   Printing all registered grabs of client pid 906 albert 
[    29.131]   grab 0x40a00007 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 65 (mask 0), modifiersDetail 8 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x40a00008 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 65 (mask 0), modifiersDetail 10 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x40a00009 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 65 (mask 0), modifiersDetail 24 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x40a0000a (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 65 (mask 0), modifiersDetail 26 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   Printing all registered grabs of client pid 908 python3 /usr/bin/redshift-gtk
[    29.131]   Printing all registered grabs of client pid 912 nextcloud 
[    29.131]   Printing all registered grabs of client pid 910 /usr/bin/python /usr/bin/autokey-gtk
[    29.131]   Printing all registered grabs of client pid 914 /usr/share/mailspring/mailspring 
[    29.131]   Printing all registered grabs of client pid 1012 /usr/bin/redshift -v
[    29.131]   Printing all registered grabs of client pid 1018 /usr/lib/at-spi2-registryd --use-gnome-session
[    29.131]   Printing all registered grabs of client pid 910 /usr/bin/python /usr/bin/autokey-gtk
[    29.131]   Printing all registered grabs of client pid 910 /usr/bin/python /usr/bin/autokey-gtk
[    29.131]   Printing all registered grabs of client pid 914 /usr/share/mailspring/mailspring 
[    29.131]   Printing all registered grabs of client pid 1054 /usr/share/mailspring/mailspring --type=gpu-process --enable-features=SharedArrayBuffer --no-sandbox --gpu-preferences=KAAAAAAAAACAAABAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=3309306139087732154 
[    29.131]   Printing all registered grabs of client pid 1054 /usr/share/mailspring/mailspring --type=gpu-process --enable-features=SharedArrayBuffer --no-sandbox --gpu-preferences=KAAAAAAAAACAAABAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=3309306139087732154 
[    29.131]   Printing all registered grabs of client pid 1054 /usr/share/mailspring/mailspring --type=gpu-process --enable-features=SharedArrayBuffer --no-sandbox --gpu-preferences=KAAAAAAAAACAAABAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=3309306139087732154 
[    29.131]   Printing all registered grabs of client pid 1054 /usr/share/mailspring/mailspring --type=gpu-process --enable-features=SharedArrayBuffer --no-sandbox --gpu-preferences=KAAAAAAAAACAAABAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=3309306139087732154 
[    29.131]   Printing all registered grabs of client pid 910 /usr/bin/python /usr/bin/autokey-gtk
[    29.131]   grab 0x42600001 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 64 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600002 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 80 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600003 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 66 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600004 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 82 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600005 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 65 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600006 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 81 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600007 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 67 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600008 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 83 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600009 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 44 (mask 0), modifiersDetail 4 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x4260000a (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 44 (mask 0), modifiersDetail 20 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x4260000b (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 44 (mask 0), modifiersDetail 6 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x4260000c (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 44 (mask 0), modifiersDetail 22 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x4260000d (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 4 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x4260000e (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 20 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x4260000f (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 6 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600010 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 45 (mask 0), modifiersDetail 22 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600011 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 73 (mask 0), modifiersDetail 4 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600012 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 73 (mask 0), modifiersDetail 20 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600013 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 73 (mask 0), modifiersDetail 6 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   grab 0x42600014 (core), type 'KeyPress' on window 0x1e2
[    29.131]     detail 73 (mask 0), modifiersDetail 22 (mask 0)
[    29.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[    29.131]     core event mask 0x3
[    29.131]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[    29.131]   Printing all registered grabs of client pid 1311 /usr/lib/opera/opera 
[    29.131]   Printing all registered grabs of client pid 1311 /usr/lib/opera/opera 
[    29.131]   Printing all registered grabs of client pid 1339 /usr/lib/opera/opera --type=gpu-process --field-trial-handle=6431970511836659553,13297007825991653954,131072 --with-feature:new-autoupdater-logic=off --ab_tests=DNA-72006-ref:DNA-72006,DNA-90363-ref:DNA-90363 --gpu-preferences=UAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAA= --shared-files 
[    29.131]   Printing all registered grabs of client pid 1339 /usr/lib/opera/opera --type=gpu-process --field-trial-handle=6431970511836659553,13297007825991653954,131072 --with-feature:new-autoupdater-logic=off --ab_tests=DNA-72006-ref:DNA-72006,DNA-90363-ref:DNA-90363 --gpu-preferences=UAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAA= --shared-files 
[    29.131]   Printing all registered grabs of client pid 1339 /usr/lib/opera/opera --type=gpu-process --field-trial-handle=6431970511836659553,13297007825991653954,131072 --with-feature:new-autoupdater-logic=off --ab_tests=DNA-72006-ref:DNA-72006,DNA-90363-ref:DNA-90363 --gpu-preferences=UAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAA= --shared-files 
[    29.131]   Printing all registered grabs of client pid 1339 /usr/lib/opera/opera --type=gpu-process --field-trial-handle=6431970511836659553,13297007825991653954,131072 --with-feature:new-autoupdater-logic=off --ab_tests=DNA-72006-ref:DNA-72006,DNA-90363-ref:DNA-90363 --gpu-preferences=UAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAA= --shared-files 
[    29.131]   Printing all registered grabs of client pid 1339 /usr/lib/opera/opera --type=gpu-process --field-trial-handle=6431970511836659553,13297007825991653954,131072 --with-feature:new-autoupdater-logic=off --ab_tests=DNA-72006-ref:DNA-72006,DNA-90363-ref:DNA-90363 --gpu-preferences=UAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAA= --shared-files 
[    29.131]   Printing all registered grabs of client pid 1928 /usr/bin/python /usr/bin/terminator
[    29.131]   Printing all registered grabs of client pid 1928 /usr/bin/python /usr/bin/terminator
[    29.131]   Printing all registered grabs of client pid 2212 xdotool key XF86LogGrabInfo
[    29.131] End list of registered passive grabs

Offline

#15 2021-04-28 15:02:43

seth
Member
Registered: 2012-09-03
Posts: 49,979

Re: Mouse Click doesn't work

[    29.122] (II) Printing all currently active device grabs:
[    29.122] Active grab 0x400000 (core) on device 'Virtual core pointer' (2):
[    29.122]       client pid 896 /usr/bin/i3 
[    29.122]       at 24769 (from passive grab) (implicit) (device thawed, state 1)
[    29.122]         core event mask 0x720054
[    29.122]       passive grab type 4, detail 0x0, activating key 0
[    29.122]       owner-events false, kb 1 ptr 1, confine 0, cursor 0x0
[    29.122] Active grab 0x2800000 (xi2) on device '2.4G RF Keyboard & Mouse' (9):
[    29.122]       client pid 1311 /usr/lib/opera/opera 
[    29.122]       at 25633 (from passive grab) (implicit) (device thawed, state 1)
[    29.122]       xi2 event mask for device 9: 0xf2f1c0
[    29.122]       passive grab type 4, detail 0x0, activating key 0
[    29.122]       owner-events false, kb 1 ptr 1, confine 0, cursor 0x0
[    29.122] (II) End list of active device grabs

opera?
Alternatively try a different input hardware, I seem to recall issues around the Mosart devices (but not which in particular - it's a wild shot because I enjoy randomly blaming things ;-)

Offline

#16 2021-04-30 17:35:11

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Mouse Click doesn't work

I think you're on to something with the different hardware.  I've been experimenting over the past couple days - I think it's my mouse that is causing the issue.  Thanks so much for helping me troubleshoot!

Offline

#17 2021-04-30 21:00:11

seth
Member
Registered: 2012-09-03
Posts: 49,979

Re: Mouse Click doesn't work

I just searched a bunch of threads mentioning the Mosart mouse - unfortunately they all fixed themselves w/ an update (perhaps and w/o no explanation) or were solved by replacing the mouse.
Can you mitigate the problem by
a) delaying the login
b) ensuring that you're not running into https://wiki.debian.org/BoottimeEntropyStarvation ( see eg. https://wiki.archlinux.org/index.php/Haveged )
?

Offline

#18 2021-04-30 22:09:48

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Mouse Click doesn't work

Ya i think it is the mouse (https://smile.amazon.com/J-Tech-Digital … 299&sr=8-4)  As soon I swap it with another mouse (also 2.4gz, same port) - no issues.

a) delaying the login

I tried 5min and 15min - same result

My computer boots in about 6-7 sec after the BIOS (arch rules!!) so i don't think that is it.
For havaged:

bryan@cave ~> cat /proc/sys/kernel/random/entropy_avail
3757

Offline

#19 2022-09-25 17:59:35

Dinosalsa
Member
Registered: 2022-05-13
Posts: 15

Re: Mouse Click doesn't work

Greetings.
After solving my latest misshappening after an update, I've noticed a new problem with my mouse and this thread here is definitely up to something. My touchpad works just fine as it is, but when I plug in my mouse (I use a USB Logitech Marble trackball), it seems to get restricted to clicking just one Window. To clarify, I can do whatever I wand with this browser Window. I can select the hell out of your replies, open tabs, close tabs and, if I feel daring, click the "submit" button.
However, I simply can't click anywhere else, even when I bring a different Window to the front through Alt + Tab. Keyboard works fine, but, you know, it's not as practical. Same thing happens if I boot with the mouse already plugged in

Now:
1) I get the same output as bmccorm2 for xprop and xwininfo (can't grab mouse)
2) xdotool key "XF86LogGrabInfo" returns "command not found"
3) When I plug in a different mouse into the same port, it works

Using a different mouse isn't a nightmare, but, you know, having to switch devices (and I'm growing fonder of the trackball) is a nuisance. Different mice leading to the same problem suggests that something is going on here. Has a solution been found (I did find other threads throughout the web describing the same problem before I ended up here) over the past year?

Thanks in advance

Last edited by Dinosalsa (2022-09-25 18:00:07)

Offline

#20 2022-09-25 20:03:45

seth
Member
Registered: 2012-09-03
Posts: 49,979

Re: Mouse Click doesn't work

Another wild guess then: https://askubuntu.com/questions/1199820 … n-libinput ?

Last edited by seth (2022-09-25 20:03:54)

Offline

#21 2023-07-28 03:58:22

Dinosalsa
Member
Registered: 2022-05-13
Posts: 15

Re: Mouse Click doesn't work

After a while, and in an unexpected turn of events (thank you, developers), my Logitech Marble trackball is working again with no problems regarding grabbing. I never really knew how to solve it or what was done for it to work, so if you guys have further guesses, I'll be glad to hear. I don't know how life's treated bmccorm2, so no idea about the final status of this thread.

Also, I've searched here and haven't been able to find, but don't want to create a new topic unless I'm positive I'm the first. I saved a script in /.config to start automatically as I log in, but whenever I plug in a USB device, the script is disabled (flash drives are fine, but the trackball or a keyboard, for example, do it) and I have to run the command again on a terminal (or log in again, but just no). I found this, but it's for specific devices. Anyway, thanks!
Edit: I think I found it

Last edited by Dinosalsa (2023-07-28 15:07:38)

Offline

Board footer

Powered by FluxBB