summaryrefslogtreecommitdiffstats
path: root/system/esekeyd/config.snippet
diff options
context:
space:
mode:
author B. Watson2020-11-07 03:19:34 +0100
committer Willy Sudiarto Raharjo2020-11-07 03:19:34 +0100
commit47a78898453311a5e9a99c9fa5e5a6f0e39c63c5 (patch)
tree8c9ffa1bbc1400decd5577268cbd65bbedc7a7eb /system/esekeyd/config.snippet
parent7a488761668693ab154a8bc76bf5bcc00e128712 (diff)
downloadslackbuilds-47a78898453311a5e9a99c9fa5e5a6f0e39c63c5.tar.gz
system/esekeyd: Added (multimedia keyboard daemon for Linux).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/esekeyd/config.snippet')
-rw-r--r--system/esekeyd/config.snippet22
1 files changed, 22 insertions, 0 deletions
diff --git a/system/esekeyd/config.snippet b/system/esekeyd/config.snippet
new file mode 100644
index 0000000000..4b01f3bce5
--- /dev/null
+++ b/system/esekeyd/config.snippet
@@ -0,0 +1,22 @@
+
+###
+# Simple test: Uncomment the next two lines:
+
+#KEY_87:touch /tmp/esekeyd_works
+#KEY_88:rm -f /tmp/esekeyd_works
+
+# Then start up esekeyd with this config file:
+# esekeyd /etc/esekeyd.conf
+# Then run:
+# watch -n 1 ls /tmp/esekeyd_works
+# Press F11 and F12 to see the file get created and deleted.
+# If you can't use F11 and F12 for some reason, run "keytest" and
+# press e.g. A and Z, change the KEY_ numbers to the ones you see
+# for those keys.
+
+# If nothing happens, you may have to find out which
+# /dev/input/event* device is your keyboard and add that to the
+# esekeyd command line. Try something like:
+# ls -l /dev/input/by-id/*-kbd
+# ...or install and run evtest.
+###