3 Repos
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 ist ein Kernel-Level-Daemon für Linux, der physische Tastatureingaben abfängt und neu belegt, um benutzerdefinierte Layouts und Shortcuts zu erstellen. Er fungiert als systemweiter Eingabedienst und Layout-Manager, der in der Lage ist, Eingabesignale zu modifizieren, bevor sie das Betriebssystem erreichen. Der Dienst unterstützt anwendungsbewusstes Mapping, das das Tastaturverhalten dynamisch basierend auf dem aktiven Fenster ändert. Er bietet zudem gerätespezifisches Mapping, wodurch verschiedenen physischen Tastaturen anhand ihrer Hardware-Identifikatoren eindeutige Konfigurationen zugewiesen werden können. Das Tool umfasst Funktionen zur Verwaltung mehrerer Tastaturebenen über Modifikatortasten und zum Überladen von Tasten, um je nach kurzem oder langem Tastendruck unterschiedliche Aktionen auszuführen. Zusätzliche Eingabeverwaltungsfunktionen beinhalten One-Shot-Modifikatoren und die Ausgabe spezifischer Unicode-Zeichen.
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.