Add Home/End buttons support(#15)
This commit is contained in:
parent
dd62733e66
commit
fb415cb0cb
2
build.rs
2
build.rs
@ -31,6 +31,8 @@ fn main() {
|
|||||||
.entry("Right", "\"Right\"")
|
.entry("Right", "\"Right\"")
|
||||||
.entry("Up", "\"Up\"")
|
.entry("Up", "\"Up\"")
|
||||||
.entry("Down", "\"Down\"")
|
.entry("Down", "\"Down\"")
|
||||||
|
.entry("Home", "\"Home\"")
|
||||||
|
.entry("End", "\"End\"")
|
||||||
.entry("BackSpace", "\"BS\"")
|
.entry("BackSpace", "\"BS\"")
|
||||||
.entry("Return", "\"CR\"")
|
.entry("Return", "\"CR\"")
|
||||||
.entry("Escape", "\"Esc\"")
|
.entry("Escape", "\"Esc\"")
|
||||||
|
Loading…
Reference in New Issue
Block a user