fix shutup onInput, make shutup filterable

This commit is contained in:
chrys
2016-12-18 22:55:11 +01:00
parent 94dd683ef4
commit b9aabcf0b3
6 changed files with 17 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ settings = {
'charDeleteEcho': True,
'wordEcho': True,
'interruptOnKeyPress': True,
'interruptOnKeyPressFilter': '',
'doubleTapTimeout': 0.2,
}
}