vrld/suit

Auto enable repeat backspace and other function keys when textbox is on focus

Closed this issue · 1 comments

backspace, arrow keys and etc. are not considered as text input.
this means that i cannot delete all text by holding the backspace key down (which only delete one character).
can you add a way to "repeat" key inputs like backspace, arrow keys and such

vrld commented

Key repeat should be enabled by the user with love.keyboard.setKeyRepeat.