Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed several issues for X11 #148

Open
wants to merge 10 commits into
base: 1.3
Choose a base branch
from

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    ebbc10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f931f5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    108fc28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34306e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6af0a9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf7edd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5dfab6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7dd907 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de3f683 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. 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
    AYaremchuk committed May 29, 2022
    Configuration menu
    Copy the full SHA
    ca96229 View commit details
    Browse the repository at this point in the history