ItayGarin / ktrl

A Supercharged Keyboard Programming Daemon ⌨️
GNU Lesser General Public License v3.0
338 stars 12 forks source link

Cross platform would be cool #31

Closed gilescope closed 3 years ago

gilescope commented 3 years ago

currently we need to configure karibener for mac and autohot keys for windows as well as ktrl. When we use a laptop we are stuck with the keyboard we have (otherwise QMK or similar makes sense).

Is there some interest in cross platform support?

ItayGarin commented 3 years ago

Thanks for checking out ktrl @gilescope! Unfortunately, porting ktrl to other platforms is a non-trivial task. ktrl relies quite heavily on the way evdev events work on Linux.

Ofc, I'll gladly accept any PRs that tackle this :)