Giter VIP home page Giter VIP logo

Comments (3)

kwhat avatar kwhat commented on May 27, 2024

This is working for me in 1.2.2.

Compile that 1.2.2 tag:

cmake -B ./build \
    -G "Unix Makefiles" \
    -D CMAKE_INSTALL_PREFIX=./dist/linux/arm64 \
    -D CMAKE_VERBOSE_MAKEFILE=true \
    -D BUILD_SHARED_LIBS=ON \
    -D BUILD_DEMO=ON

cmake --build ./build \
    --parallel 2 \
    --config RelWithDebInfo \
    --clean-first

cmake --install ./build --config RelWithDebInfo

cd build/
./demo_hook

Left Alt (56 / 0x38):

id=4,when=208851260,mask=0x2008,keycode=56,rawcode=0xFFE9
id=3,when=208851260,mask=0x2008,keychar=
id=5,when=208851316,mask=0x2000,keycode=56,rawcode=0xFFE9

Right Alt (3640 / 0xE38):

id=4,when=208857124,mask=0x2080,keycode=3640,rawcode=0xFFEA
id=3,when=208857124,mask=0x2080,keychar=
id=5,when=208857275,mask=0x2000,keycode=3640,rawcode=0xFFEA

from libuiohook.

SnosMe avatar SnosMe commented on May 27, 2024

To clarify, this is about hook_post_event

from libuiohook.

kwhat avatar kwhat commented on May 27, 2024

from libuiohook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.