Capability
Keyboard Input Simulation With Modifier Key Combinations
4 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
** - Programmatic control over Windows system operations including mouse, keyboard, window management, and screen capture using nut.js.
Unique: Abstracts Windows virtual key code mapping through nut.js, allowing developers to use human-readable key names ('enter', 'shift') instead of raw VK_ constants, with built-in support for modifier key combinations through a fluent API
vs others: More maintainable than direct Win32 keybd_event calls because key names are self-documenting; more flexible than hardcoded macro tools because sequences are programmatically composable