summaryrefslogtreecommitdiffstats
path: root/abs/core/keylaunch/example_rc
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/keylaunch/example_rc')
-rw-r--r--abs/core/keylaunch/example_rc28
1 files changed, 28 insertions, 0 deletions
diff --git a/abs/core/keylaunch/example_rc b/abs/core/keylaunch/example_rc
new file mode 100644
index 0000000..8b5ca34
--- /dev/null
+++ b/abs/core/keylaunch/example_rc
@@ -0,0 +1,28 @@
+# Copy to $HOME/.keylaunchrc
+#
+# Format:
+# key=...KeyName:Command
+#
+# ... No modifier
+# *.. Shift
+# .*. Ctrl
+# ..* Alt
+
+key=*..Return:xterm -fn *-18-*
+key=..*x:/usr/LH/bin/tvterm.sh
+key=..*s:sudo /usr/bin/mythtv-setup
+key=..*u:/usr/LH/bin/unclutter-toggle.sh
+key=.**u:/usr/LH/bin/unclutter-toggle.sh
+key=..*h:/usr/MythVantage/bin/mythinstall -h
+key=..*m:/usr/LH/bin/mythfrontend-start
+
+
+key=.*1:/usr/MythVantage/bin/mythbeselect -stop
+key=.*.2:/usr/MythVantage/bin/mythbeselect -start
+key=.*.3:/usr/MythVantage/bin/mythbeselect -restart
+
+key=..*1:sudo sv start mythbackend
+key=..*2:sudo sv stop mythbackend
+key=..*3:sudo sv restart mythbackend
+
+