Giter VIP home page Giter VIP logo

Comments (2)

rvaiya avatar rvaiya commented on September 26, 2024 1

I believe kmonad uses the same hook used by warpd, so I would not expect them to place nicely. The windows port was done in a weekend and should be considered experimental. I am currently in the process of porting most of warpd's useful features to https://github.com/rvaiya/keyd and doing a proper port to other platforms, which should ultimately provide comparable functionality to kmonad.

from warpd.

petoncle avatar petoncle commented on September 26, 2024 1

Both KMonad and warpd use the same keyboard hook (SetWindowsHookEx(WH_KEYBOARD_LL)), but I think that should not necessarily mean they can't work together.

I believe the order in which the keyboard hooks are installed is what matters: if you run warpd first, then KMonad second, then KMonad will get the keyboard events from Windows, drop them or generate new events or forward untouched events to the next hook (warpd).
However, you may need to remove the LLKHF_INJECTED check which is going to be evaluated to true when KMonad generates new keyboard events that are passed down to warpd:

if (ev->flags & LLKHF_INJECTED)
goto passthrough;

from warpd.

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.