summary refs log tree commit diff
path: root/keys.js
diff options
context:
space:
mode:
Diffstat (limited to 'keys.js')
-rw-r--r--keys.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/keys.js b/keys.js
index 3f46f14..3884908 100644
--- a/keys.js
+++ b/keys.js
@@ -1,3 +1,5 @@
+// util for figuring out key stuff
+// run this, press a key, and it'll give you the json :+1:
 import readline from 'node:readline';
 
 readline.emitKeypressEvents(process.stdin);