aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/TUI/key_map.jai3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/TUI/key_map.jai b/modules/TUI/key_map.jai
index b272253..7a074b2 100644
--- a/modules/TUI/key_map.jai
+++ b/modules/TUI/key_map.jai
@@ -3,6 +3,9 @@
key_map: Table(string, Key);
setup_key_map :: () {
+
+ if key_map.count > 0 then return;
+
/*
This table was created/tested using the following terminals:
- g: gnome (terminal)