aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog/content/notes/tech/misc_linux_stuff.gmi14
-rw-r--r--linux/pedal.md13
2 files changed, 14 insertions, 13 deletions
diff --git a/blog/content/notes/tech/misc_linux_stuff.gmi b/blog/content/notes/tech/misc_linux_stuff.gmi
index 334b603e..87569146 100644
--- a/blog/content/notes/tech/misc_linux_stuff.gmi
+++ b/blog/content/notes/tech/misc_linux_stuff.gmi
@@ -70,3 +70,17 @@ Drawbacks:
* If IMAPFilter stops working, email stops being forwarded without warning.
=> https://ñix.es/cgit/alex/alexpdp7.git/tree/scripts/p7s/mail/__init__.py?h=master Refer to this Python module for scripts that configure IMAPFilter as a systemd service, with credentials from Bitwarden.
+
+## Using a PCSensor pedal
+
+=> https://github.com/rgerganov/footswitch Install Footswitch
+
+```
+sudo footswitch -1 -m ctrl -2 -S '7F' -3 -m win -k m
+```
+
+Maps:
+
+* Left pedal to be a ctrl key
+* Center pedal to the toggle mute key
+* Right pedal to be Win+M (you can map this in Gnome to toggle mic status)
diff --git a/linux/pedal.md b/linux/pedal.md
deleted file mode 100644
index acd0ceb8..00000000
--- a/linux/pedal.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Pedal
-
-With a PCSensor pedal and <https://github.com/rgerganov/footswitch>:
-
-```
-sudo footswitch -1 -m ctrl -2 -S '7F' -3 -m win -k m
-```
-
-Maps:
-
-* Left pedal to be a ctrl key
-* Center pedal to the toggle mute key
-* Right pedal to be Win+M (you can map this in Gnome to toggle mic status)