91861 / wayst

A simple terminal emulator
MIT License
287 stars 9 forks source link

Continiuous mode for key presses #43

Closed Narrat closed 4 years ago

Narrat commented 4 years ago

Hi and thank you for this terminal emulator. One thing that is currently bothering me: If I want to remove a text I need to press and release backspace for every glyph/char I want to remove, instead of just keep pressing down the backspace key. This example applies for every key. Can this behaviour be added or is there already a way to configure this and overlooked it?

Best regards

91861 commented 4 years ago

Key repeating should work normally. Does this happen on xorg or wayland (what compositor)?

Narrat commented 4 years ago

Happens on wayland with hikari as the compositor

Narrat commented 4 years ago

Works like a charm. Thank you very much