mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-22 15:46:51 +03:00
Fix Bookmarks modal not closing on ESC (#173)
This commit is contained in:
parent
d884e1d161
commit
972cb366a5
@ -61,6 +61,8 @@ func bkmkInit() {
|
||||
bkmkCh <- -1
|
||||
case "Cancel":
|
||||
bkmkCh <- 0
|
||||
case "":
|
||||
bkmkCh <- 0
|
||||
}
|
||||
})
|
||||
}
|
||||
|
@ -12,7 +12,8 @@ import (
|
||||
|
||||
var helpCells = strings.TrimSpace(`
|
||||
?|Bring up this help. You can scroll!
|
||||
Esc, Enter|Leave the help
|
||||
Enter|Close this help page
|
||||
Esc|Close this help page or any active modal popups
|
||||
Arrow keys, h/j/k/l|Scroll and move a page.
|
||||
%s|Go up a page in document
|
||||
%s|Go down a page in document
|
||||
|
Loading…
Reference in New Issue
Block a user