libuiohook icon indicating copy to clipboard operation
libuiohook copied to clipboard

Fixed several issues for X11

Open Da4HuK opened this issue 3 years ago • 0 comments

  1. 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.

  2. 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

Da4HuK avatar May 29 '22 09:05 Da4HuK