Christoffer Winterkvist

Results 268 comments of Christoffer Winterkvist

Sorry for this taking so long @bjrmatos, I'm actively debugging this now :)

Hey @bjrmatos, check this out! https://github.com/zenangst/KeyboardCowboy/assets/57446/e12b1322-eaad-4d56-b896-6b6d6ea438d3

@bjrmatos the new version is available for download now. https://github.com/zenangst/KeyboardCowboy/releases/tag/3.24.2 Let me know how it goes :)

Hey @amatoenot, unsure how you would make this agnostic as the underlying key codes sent by the keys varies depending on which layout you are using. Could you elaborate how...

I haven't found any information about HID related information on `CGEvent`'s (which we are using to identify events). https://developer.apple.com/documentation/coregraphics/cgeventfield

That is what is used to identify it today, but the current input source send different key codes for different keys depending on the layout.

@ww7 that's a good idea. I'll check it out when life allows.

I looked into the source code of [Karabiner-Elements](https://github.com/pqrs-org/Karabiner-Elements) and they use a kernel extension which is a completely different integration level than Keyboard Cowboy. But I'll continue to investigate to...

Took a quick glance at [shortcutrecorder](https://github.com/shortcutrecorder/shortcutrecorder). Seems like that also is dependent on the current layout of the keyboard when mapping. Note that I didn't do a deep-dive.

@AjayShanker-geek very nice idea, I've been tinkering with this idea myself for a while. Should be doable, just need to figure out a nice UI for it. But it could...