page up/down

This commit is contained in:
Daniel Bauer
2022-12-26 12:25:20 +01:00
committed by GitHub
parent 0168c2e909
commit f721ac0531

View File

@@ -89,16 +89,16 @@
raise_layer {
// ------------------------------------------------------------------------------------------------------------
// |BTCLR| BT0 | BT1 | BT2 | BT3 | BT4 | | /RST | | | | | |
// |A+F4 | INS | PSCR | GUI | CAPSW | | | | | | | | |
// |A+F4 | INS | PSCR | GUI | CAPSW | | |PG_UP | | | | | |
// | | ! | @ | # | $ | % | | <- | v | ^ | -> | DEL | BKSPC |
// | | = | - | + | { | } | | | | | prev | play | next | | |
// | | = | - | + | { | } | | | |PG_DN | prev | play | next | | |
// | | | | | | | | | | | |
bindings = <
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &tdrstr &trans &trans &trans &trans &trans
&kp LA(F4) &kp INS &kp PSCRN &kp K_CMENU &tdcaps &trans &trans &trans &trans &trans &trans &trans
&kp LA(F4) &kp INS &kp PSCRN &kp K_CMENU &tdcaps &trans &kp PG_UP &trans &trans &trans &trans &trans
&trans &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp DEL &kp BSPC
&trans &kp EQUAL &kp MINUS &kp PLUS &kp LBRC &kp RBRC &trans &trans &trans &kp C_PREV &kp C_PP &kp C_NEXT &trans &trans
&trans &kp EQUAL &kp MINUS &kp PLUS &kp LBRC &kp RBRC &trans &trans &kp PG_DN &kp C_PREV &kp C_PP &kp C_NEXT &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>;