# HG changeset patch # User Steve Losh # Date 1699026683 14400 # Node ID c2b237fcc5026f9187f00c5138ea7397f1040949 # Parent 8818b40fcb97a67694e7bbcd624af3e0270ac32e Update diff -r 8818b40fcb97 -r c2b237fcc502 README.markdown --- 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…