aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--keys.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keys.h b/keys.h
new file mode 100644
index 0000000..403848d
--- /dev/null
+++ b/keys.h
@@ -0,0 +1,11 @@
+#ifndef KL_KEYS_H
+#define KL_KEYS_H
+
+extern const char *key_names[256];
+extern const char *shifted_key_names[256];
+
+void init_key_names();
+
+void init_shifted_key_names();
+
+#endif