summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHender2023-04-12 20:13:03 -0400
committerGitHub2023-04-12 20:13:03 -0400
commit60dadd98fe6b66bac8866d7eba3986ed12ddd094 (patch)
treefdf1f4aa0e5bbd39057de4db7324c7673d266740
parent2db00929b4743fd6a838828dcac691a164372930 (diff)
downloadbash-cec-60dadd98fe6b66bac8866d7eba3986ed12ddd094.tar.gz
bash-cec-60dadd98fe6b66bac8866d7eba3986ed12ddd094.tar.bz2
bash-cec-60dadd98fe6b66bac8866d7eba3986ed12ddd094.zip
Update README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c6a5ed9..4cc1e27 100644
--- a/README.md
+++ b/README.md
@@ -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 )
move mouse cursor using up/down/left/right (the longer you hold the key down, the faster it goes) and click (enter = left click; channels list = right click) ( xdotool needed )