From fb415cb0cb72bb357f3f5a49f10ec7907db20e3b Mon Sep 17 00:00:00 2001 From: daa84 Date: Tue, 26 Sep 2017 16:04:14 +0300 Subject: [PATCH] Add Home/End buttons support(#15) --- build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.rs b/build.rs index d62f3d6..023ff59 100644 --- a/build.rs +++ b/build.rs @@ -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\"")