3 dépôts
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 est un démon au niveau du noyau pour Linux qui intercepte et remappe les entrées clavier physiques pour créer des dispositions et des raccourcis personnalisés. Il fonctionne comme un service d'entrée au niveau système et un gestionnaire de disposition, capable de modifier les signaux d'entrée avant qu'ils n'atteignent le système d'exploitation. Le service prend en charge le mappage conscient des applications, qui modifie dynamiquement le comportement du clavier en fonction de la fenêtre active. Il fournit également un mappage spécifique au périphérique, permettant d'assigner des configurations uniques à différents claviers physiques en utilisant leurs identifiants matériels. L'outil inclut des capacités pour gérer plusieurs couches de clavier via des touches modificatrices et surcharger des touches pour effectuer différentes actions selon qu'elles sont tapées ou maintenues. Des fonctionnalités supplémentaires de gestion des entrées incluent les modificateurs à une touche (one-shot) et l'émission de caractères Unicode spécifiques.
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.