small software-rendered rust tty
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index d59817b..90c7374 100644 --- a/src/main.rs +++ b/src/main.rs @@ -153,6 +153,8 @@ fn main() -> Result<()> { Semicolon if shifting => b":", Semicolon => b";", Comma => b",", + Backquote if shifting => b"~", + Backquote => b"`", Key0 | Key1 | Key2 | Key3 | Key4 | Key5 | Key6 | Key7 | Key8 | Key9 |