summary refs log tree commit diff
path: root/keys.js
diff options
context:
space:
mode:
authorwlodekm <[email protected]>2024-11-10 20:07:33 +0200
committerwlodekm <[email protected]>2024-11-10 20:07:33 +0200
commit91b3570414cfdb4d4751e28006bf373d626d372a (patch)
treebaee5103f682977074b0e0c71f890fddf912df89 /keys.js
parent276b4f6553c8e14537899f75c0a60b11d14f148d (diff)
ok v1.0
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);