We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d347d2e commit 4cf4b00Copy full SHA for 4cf4b00
EasyKey.git/ezk-locations.sh
@@ -0,0 +1,8 @@
1
+wait_for_keypress() {
2
+ stty raw
3
+ REPLY=$(dd bs=1 count=1 2> /dev/null)
4
+ stty -raw
5
+}
6
+
7
+wait_for_keypress
8
+echo "$REPLY"
0 commit comments