libuiohook
libuiohook copied to clipboard
Fixed several issues for X11
-
Added call load_input_helper() into on_library_load. In case if you want just post events without hooks then it lead to usage of xfree86_scancode_table even if evdev available. It leads that keys e.g. VC_UP, VC_DOWN, etc. works incorrectly.
-
Fixed checks for XTestFake functions. According to source code, functions XTestFakeKeyEvent, XTestFakeButtonEvent, XTestFakeMotionEvent always returns 1. Please see https://github.com/freedesktop/xorg-libXtst/blob/master/src/XTest.c