c2b237fcc502

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 03 Nov 2023 11:51:23 -0400
parents 8818b40fcb97
children b47253022339
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Fri Nov 03 10:13:48 2023 -0400
+++ b/README.markdown	Fri Nov 03 11:51:23 2023 -0400
@@ -701,3 +701,26 @@
 
 Finally got around to adding the bash version of Z to my remote dotfiles so
 I don't lose my mind trying to work on servers/VMs.
+
+Also finally got around to properly mapping the numpad keys and rotary encoder
+on my Sinc with StumpWM:
+
+    ("KP_End"       "gselect 1")
+    ("KP_Down"      "gselect 2")
+    ("KP_Page_Down" "gselect 3")
+    ("KP_Left"      "gselect 4")
+    ("KP_Begin"     "gselect 5")
+    ("KP_Right"     "gselect 6")
+    ("KP_Home"      "gselect 7")
+    ("KP_Up"        "gselect 8")
+    ("KP_Page_Up"   "gselect 9")
+
+    ("H-F1" "mute")
+    ("H-F2" "volume-down")
+    ("H-F3" "volume-up")
+    ("XF86AudioMute" "exec mute")
+    ("XF86AudioRaiseVolume" "volume-down") ; todo unfuck the backwards mapping in qmk
+    ("XF86AudioLowerVolume" "volume-up")
+
+Also realized that I've mapped the raise/lower to the opposite directions on the
+encoder in QMK, welp.  Should fix that at some point…