Git Product home page Git Product logo

Comments (5)

ncaq avatar ncaq commented on August 12, 2024

Altキーはdelay対象になっていて連続押し扱いになってるとかそんな感じですかね

from xkeysnail.

ncaq avatar ncaq commented on August 12, 2024
    # x
    K("C-b"): {
        # g
        K("C-u"): pass_through_key,
        # h
        K("j"): [K("C-Home"), K("C-a"), set_mark(True)],
    },

も動かなくなったのでAltだけということでも無いらしい

from xkeysnail.

hexacera avatar hexacera commented on August 12, 2024

Not very good at Japanese but I guess I'm experiencing the same: xkbset gets overwritten after starting xkeysnail. If I manually configure xkbset again after starting xkeysnail, Alt key stops working and bindings does not work sometimes. @ncaq Did you manage to find a workaround?

from xkeysnail.

ncaq avatar ncaq commented on August 12, 2024

@VVVFO
In my env, start xkeysnail → xkbset is work.
I xmonad startup code have spawn "sleep 10 && systemctl --user restart xkbset-bouncekeys"
https://github.com/ncaq/.xmonad/blob/c457a3f4ed5c16f335b302aceb8c10e380c8b6da/xmonad.hs#L186

from xkeysnail.

joshgoebel avatar joshgoebel commented on August 12, 2024

I'm not sure if this can be fixed, but if anyone has more info, please provide it. Technically every time xkeysnail is run it's effectively plugging in an entirely new keyboard to the machine - and I think that's what cuases xkbset to "reset". I think this is perhaps something one could solve with udev though such that xkbset was run when new hardware (xkeysnail) was detected... though I don't know what connections xkbset needs to do it's magic... does it have to be the logged in user? Does it just need to know the X screen? or?

from xkeysnail.

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.