⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module shortcuts

Module shortcuts 

Source
Expand description

Global Keyboard Shortcuts

Configurable key bindings with modifier masks.

Structs§

KeyBinding
A keyboard shortcut binding.
ModifierMask
Modifier key bitmask.
ShortcutManager
Keyboard shortcut manager.

Enums§

ShortcutAction
Actions that can be triggered by keyboard shortcuts.
ShortcutPriority
Priority for shortcut matching (higher wins).

Type Aliases§

KeyCode
Key code (PS/2 scancode or virtual key code).