kbct
kbct copied to clipboard
Keyboard keycode mapping utility for Linux supporting layered configuration
Back when I was using X11 on this laptop, I could use this Xmodmap file to remap the right ctr key to the menu key: `keycode 105 = Menu` In...
output of `sudo evtest` is: ``` No device specified, trying to scan all of /dev/input/event* Available devices: /dev/input/event0: Lid Switch /dev/input/event1: Power Button /dev/input/event10: HD-Audio Generic HDMI/DP,pcm=3 /dev/input/event11: HD-Audio Generic...
Some peripherals will report the same uinput device name, so update the get_all_uinput_device_names_to_paths routine to handle this by appending an incrementing number to the device name in the case of...
Is it possible to emit scroll wheel events?
This PR mainly refactors the code base to extract smaller functions. The main driver for this refactoring was to be able to understand the logic of the function `map_event`. To...
Can kbct disable a key, instead of mapping it to something else?
Given the following config: ```txt - keyboards: [ "AT Translated Set 2 keyboard", "SONiX USB Keyboard" ] keymap: capslock: esc rightalt: reserved layers: - modifiers: ['capslock'] keymap: j: down k:...
Hello, there are some characters in my keyboard that i can only get by using a combination of others. So I would like to know if there is a way...
I want my caps lock key to function as an esc key aswell as a modifier key, is this possible using kbct? i normally use this script ```sh #!/bin/sh #...
First of all, thanks so much for this life-saving project, it really saved the day for me. Let me know if you need any extra info, happy to dig deeper!...