Skip to content

Commit 4cf4b00

Browse files
committed
Added locations script
1 parent d347d2e commit 4cf4b00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

EasyKey.git/ezk-locations.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)