File manager: added 'Go to letter' (#3664)

When Hold on page number, allows for inputing letters to go to file
starting with them (and not only numbers to go to page number).
This commit is contained in:
Robert
2018-02-09 22:33:15 +01:00
committed by poire-z
parent 59496c1d46
commit 39738955f3
3 changed files with 60 additions and 12 deletions

View File

@@ -217,7 +217,7 @@ function InputContainer:onInput(input)
input = input.input,
input_hint = input.hint_func and input.hint_func() or input.hint or "",
input_type = input.type or "number",
buttons = {
buttons = input.buttons or {
{
{
text = input.cancel_text or _("Cancel"),