add mouse keys

This commit is contained in:
Adam Jeniski 2025-11-16 11:19:43 -05:00 committed by GitHub
parent 88bd680bc5
commit 2e7b1deb35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,10 +131,10 @@
function { function {
display-name = "Fn"; display-name = "Fn";
bindings = < bindings = <
&none &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &trans &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &none &none &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &trans &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &none
&none &none &none &none &none &kp F10 &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &none &none &none &mkp RCLK &mmv MOVE_UP &mkp LCLK &kp F10 &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &none
&none &none &none &none &none &kp F11 &none &trans &none &kp PG_DN &kp PG_UP &none &none &none &none &none &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &kp F11 &none &trans &none &kp PG_DN &kp PG_UP &none &none &none
&trans &trans &trans &trans &trans &trans &trans &trans &trans &LCLK &RCLK &trans
>; >;
sensor-bindings = <&scroll_encoder>; sensor-bindings = <&scroll_encoder>;