From 9ded3dfdc632fdd164a27bd3c37a5eccee9e2d7c Mon Sep 17 00:00:00 2001 From: stephen Date: Fri, 10 Nov 2023 11:59:23 -0500 Subject: [PATCH] update rationale section in readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f478ba..d86cc03 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,13 @@ using an `Obs`. I usually code on a 4k monitor in portrait mode. To show what I am doing on video calls, I use OBS to share that monitor, but it is a 2160x4096 source in a 1920x1080 scene. -I have [a macropad](https://www.keebmonkey.com/products/megalodon-dual-layer-knob-macro-pad) with two knobs. -My [window manager](https://swaywm.org/) is configured to call `obsdc-signal` with `PAN_UP`/`PAN_DOWN` for the -keys emitted by one knob and `PAN_RIGHT`/`PAN_LEFT` for the keys emitted by the other knob. +I have +[a macropad](https://keeb.io/collections/bdn9-collection/products/bdn9-rev-2-3x3-9-key-macropad-rotary-encoder-and-rgb) +with three knobs. +My [window manager](https://swaywm.org/) is configured to call `obsdc-signal` with +`PAN_UP`/`PAN_DOWN` for the keys emitted by the left knob, +`PAN_RIGHT`/`PAN_LEFT` for the keys emitted by the right knob, and +`SCENE_NEXT`/`SCENE_PREV` for the keys emitted by the center knob. The regular keys on the macropad are mapped to the other actions. So now I can quickly control what people can see without having to focus (or even make visible) the OBS window.