mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
455bd9396e
This patch adds the handling of 'CHARACTER' events as emitted by the input-filter's character generator (<chargen>). To avoid interpreting press/release events twice (at the input filter and by the terminal's built-in scancode tracker), the terminal's scancode tracker can be explicitly disabled via <config> <keyboard layout="none"/> </config>. In the future, the terminal's built-in scancode tracker will be removed. The use of the terminal with the input filter is illustrated by the 'terminal_echo.run' script. Issue #2264