---
title: "Handling keyboard events"
url: https://daily.dev/posts/handling-keyboard-events-zkuhqthz2
source_url: https://erlangforums.com/t/handling-keyboard-events/3591
type: article
source: "Erlang Forums"
published: 2024-05-05T10:24:27.683Z
updated: 2024-05-09T08:29:02.242Z
tags: ["cli", "erlang"]
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Handling keyboard events

**[Erlang Forums](https://daily.dev/sources/erlangforums)** · 1 min read · 0 upvotes · 0 comments

## Summary

Users unfamiliar with BEAM have questions about handling keyboard events in Erlang programs. Existing NIF packages have latency issues and are not suitable for CLI programs. The prim_tty module has the capability to identify keyboard events but does not expose this functionality. The community could benefit from the ability to detect keyboard events.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://erlangforums.com/t/handling-keyboard-events/3591>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#cli](https://daily.dev/tags/cli), [#erlang](https://daily.dev/tags/erlang)

[View this post on daily.dev](https://daily.dev/posts/handling-keyboard-events-zkuhqthz2)
