Giter VIP home page Giter VIP logo

Comments (8)

brabalan avatar brabalan commented on July 20, 2024 1

Thank you, I managed to tweak it to my needs.

from interception-k2k.

brabalan avatar brabalan commented on July 20, 2024

Sorry for the noise, it seems that the interception program itself is segfaulting. I'll open an issue there.

It would be great to have installation instructions nevertheless.

from interception-k2k.

zsugabubus avatar zsugabubus commented on July 20, 2024

Thanks for your feedback, added example udevmon.yaml config to readme.

If you managed to solve that bug and you have some trouble with my plugin don't hesitate to write me.

Two notes about your (segfault) bug report:

  • It should be submitted to Interception tools instead of caps2esc.
  • Provides no valuable info other than the fact that there is a bug somewhere. You should try running gdb (search for "cmake gdb") to find out where it happened.

from interception-k2k.

brabalan avatar brabalan commented on July 20, 2024

Thanks, I learned a lot, in particular that I should have recompiled interception-tools and not just caps-2-esc.

I have additional questions regarding your plugin:

  • doing double shift does not seem to be setting caps-lock. What happens is that shift is ignored.
  • space + something else is translated to super_l + something else. Is this on purpose?

from interception-k2k.

zsugabubus avatar zsugabubus commented on July 20, 2024

doing double shift does not seem to be setting caps-lock. What happens is that shift is ignored.

For me it also not changing CapsLock led, but it works as expected (check evtest to see it really sends CapsLock key). I doubt a little that it doesn't work for you, but if really doesn't I fear I cannot do anything to make it work (at least it's not an issue with interception-k2k).

Are you using mechanical keyboard? Maybe that could be an issue.

space + something else is translated to super_l + something else. Is this on purpose?

Absolutely! Space bar is a long-long key that just consumes too much valuable space on the keyboard and you can even conveniently reach it by both hands. What a waste! I'm using tiling WM, so I use Super keys a lot (moving among windows/workspaces) and spacebar is the best choice:

  • I can reach it by both hands, while I can hit some keys quickly with my another hand.
  • I don't have to twist out my hands to press Super keys.

It's configured here, by the way:

{ .base_key = KEY_SPACE, .tap_key = KEY_SPACE, .repeat_key = KEY_LEFTMETA, .hold_key = KEY_LEFTMETA },

You can read it as follows: If you want to get a space you have to be fast because it translated to super_l as soon as keyboard sends the first key repeat signal.

from interception-k2k.

zsugabubus avatar zsugabubus commented on July 20, 2024

Sorry for the noise, it seems that the interception program itself is segfaulting. I'll open an issue there.

Hmm. I wanted to test a configuration for you so I restarted udevmon to assure that it surely works. It was a mistake. I also get segfaults. At first, I thought it's because my low quality plugin :), but hopefully not:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7f34f50 in YAML::detail::node_data::begin() ()
   from /usr/lib/libyaml-cpp.so.0.6
As a sidenote: Yes, yaml-cpp get updated. Hurrray!

Have you managed to overcome this issue?

from interception-k2k.

brabalan avatar brabalan commented on July 20, 2024

I had the same issue, and I did a rebuild of interception-tools (I think it must be linked again, or some interface has changed). I'm using yay so I asked for a clean rebuild.

For my double-shift issue, I see that it actually changes the shift to control. I suspect I might have some remnants of a "switch caps-lock and control" somewhere that might do that.

Regarding the general configuration, where can I find the names of keys? I would like to write my own translation. And is it possible to have different translations for different physical keyboards?

from interception-k2k.

zsugabubus avatar zsugabubus commented on July 20, 2024

where can I find the names of keys?

Great question! Here: /usr/include/linux/input-event-codes.h.

And is it possible to have different translations for different physical keyboards?

It's out of scope of an interception plugin. You should look around at udevmon and its yaml config. As I remember you can match for different input devices, so this way you can make different "translation pipes" for different inputs.

from interception-k2k.

Related Issues (9)

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.