[GH-ISSUE #20] Design and implement a keyboard trigger library #21

Closed
opened 2026-03-03 16:21:42 +03:00 by kerem · 1 comment
Owner

Originally created by @mum4k on GitHub (Apr 23, 2018).
Original GitHub issue: https://github.com/mum4k/termdash/issues/20

This library would receive a stream of keyboard presses and trigger a callback on the configured key or key combination.

This would ease the development of widgets or code that uses keyboard input and wants to support multi-key shortcuts.

Originally created by @mum4k on GitHub (Apr 23, 2018). Original GitHub issue: https://github.com/mum4k/termdash/issues/20 This library would receive a stream of keyboard presses and trigger a callback on the configured key or key combination. This would ease the development of widgets or code that uses keyboard input and wants to support multi-key shortcuts.
kerem 2026-03-03 16:21:42 +03:00
Author
Owner

@mum4k commented on GitHub (Apr 20, 2019):

Made obsolete, we now do what termbox does and define separate Key types for shortcuts like Ctrl-A.

Support for the Alt modifier is outstanding, but can come later.

<!-- gh-comment-id:485173045 --> @mum4k commented on GitHub (Apr 20, 2019): Made obsolete, we now do what termbox does and define separate Key types for shortcuts like Ctrl-A. Support for the Alt modifier is outstanding, but can come later.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#21
No description provided.