diff options
author | Hender | 2023-04-12 20:13:39 -0400 |
---|---|---|
committer | GitHub | 2023-04-12 20:13:39 -0400 |
commit | f436d87e7cadbefb222d060cb06dceb2311a7da0 (patch) | |
tree | 57fb6156c5e6acef830d3e7a9ce90a2587335389 | |
parent | 60dadd98fe6b66bac8866d7eba3986ed12ddd094 (diff) | |
download | bash-cec-f436d87e7cadbefb222d060cb06dceb2311a7da0.tar.gz bash-cec-f436d87e7cadbefb222d060cb06dceb2311a7da0.tar.bz2 bash-cec-f436d87e7cadbefb222d060cb06dceb2311a7da0.zip |
Update README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ Hello everyone. #Description: I wrote a script that connects to HDMI CEC ( cec-client needed ) and listens for TV Remote key presses. Based on the keys pressed / released (or auto-released; holding down certain keys for too long makes them auto-release) different actions are executed. Some examples: + ![remotecontrol](https://user-images.githubusercontent.com/12376668/231612995-ae14a26a-67d7-41bc-a6d3-4ceef471c747.png) write letters and numbers using 0-9 keys (simulating 3x4 keypad phones - key "2" switches between a-b-c-2, key 9 switches between w-x-y-z-9) ( xdotool needed ) |