3 repositorios
Modification of keyboard input signals within the OS kernel to create custom layouts and shortcuts.
Distinct from Input Key Mappings: Candidates focus on user-space TOML remapping or generic input mapping, not the specific kernel-level interception mechanism.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Kernel-Level Input Remapping. Refine with filters or upvote what's useful.
keyd es un demonio a nivel de kernel para Linux que intercepta y remapea las entradas del teclado físico para crear diseños y atajos personalizados. Funciona como un servicio de entrada a nivel de sistema y gestor de diseños, capaz de modificar señales de entrada antes de que lleguen al sistema operativo. El servicio admite el mapeo consciente de la aplicación, que cambia dinámicamente el comportamiento del teclado según la ventana activa. También proporciona mapeo específico por dispositivo, permitiendo asignar configuraciones únicas a diferentes teclados físicos utilizando sus identificadores de hardware. La herramienta incluye capacidades para gestionar múltiples capas de teclado mediante teclas modificadoras y sobrecargar teclas para realizar diferentes acciones según si se pulsan o se mantienen presionadas. Las características adicionales de gestión de entrada incluyen modificadores de un solo disparo y la emisión de caracteres Unicode específicos.
Changes the output of physical keys at the kernel level to create custom layouts and shortcuts.
Karabiner is a system-level keyboard remapper and input modifier for macOS. It functions as a kernel-level interceptor that modifies raw hardware events before they reach the operating system, utilizing a virtual hardware device to inject synthesized keyboard and mouse actions. The project distinguishes itself as a context-aware input manager, applying modification rules dynamically based on the active application, connected hardware, or current input source. It serves as a keyboard macro engine capable of automating multi-key shortcuts and conditional behaviors. Its broader capabilities inc
Intercepts raw hardware events at the kernel level to modify or block input before it reaches the OS.
This project is a macOS keyboard remapping utility that intercepts and transforms hardware input events to customize key mappings, mouse behavior, and system automation. It utilizes a kernel-level input interceptor to modify or block raw hardware signals before they reach the operating system, paired with a state-aware rule engine that processes signals through conditional logic based on the active application or hardware. The system includes a human interface device emulator to inject synthesized keyboard and mouse events into macOS and a keyboard macro system for executing shell commands, l
Intercepts raw hardware input signals at the kernel driver level to modify or block data before it reaches the OS.