Add Home/End buttons support(#15)

This commit is contained in:
daa84 2017-09-26 16:04:14 +03:00
parent dd62733e66
commit fb415cb0cb
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ fn main() {
.entry("Right", "\"Right\"")
.entry("Up", "\"Up\"")
.entry("Down", "\"Down\"")
.entry("Home", "\"Home\"")
.entry("End", "\"End\"")
.entry("BackSpace", "\"BS\"")
.entry("Return", "\"CR\"")
.entry("Escape", "\"Esc\"")