Implement Line tool (#71)

* Add Line tool
This commit is contained in:
Edwin Cheng
2021-04-12 21:43:05 -07:00
committed by GitHub
parent 8c957e572b
commit 1fd298cf9e
7 changed files with 92 additions and 5 deletions
+1
View File
@@ -79,6 +79,7 @@ pub fn translate_key(name: &str) -> events::Key {
match name {
"e" => K::KeyE,
"v" => K::KeyV,
"l" => K::KeyL,
"r" => K::KeyR,
"m" => K::KeyM,
"x" => K::KeyX,