From 67642622e4903f48294b30f8e54382e77668bf5b Mon Sep 17 00:00:00 2001 From: Whitecl4ws Date: Sat, 28 Jan 2017 11:57:49 -0500 Subject: [PATCH] Updated README To add a note on backspace. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b900540..d638ccd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ Here is how SUIT looks like with the default theme: More info and code is over at [readthedocs](http://suit.readthedocs.org/en/latest/). +## Note. + +The default backspace only deletes one character per input and ignores holding down the key + +To get a more classic backspace, add this line into your code: + +```lua +love.keyboard.setKeyRepeat(true) +``` + ## Hello, World! ```lua