Skip to content

Commit

Permalink
lt NUM on Z and remove END/HOME symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi committed Nov 25, 2023
1 parent 1b123ec commit 008ea6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@
default_layer {
label = "DEF";
bindings = <
&kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp DE_Y &td_sqt_dqt
&hml LGUI A &hml LALT R &hml LCTRL S &hml LSHIFT T &kp G &kp M &hmr RSHFT N &hmr LCTRL E &hmr LALT I &hmr LGUI O
&kp DE_Z &kp X &kp C &lt 6 D &kp V &kp K &kp H &kp DE_COMMA &kp DE_DOT &qexcl
&kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp DE_Y &td_sqt_dqt
&hml LGUI A &hml LALT R &hml LCTRL S &hml LSHIFT T &kp G &kp M &hmr RSHFT N &hmr LCTRL E &hmr LALT I &hmr LGUI O
&lt NUM DE_Z &kp X &kp C &lt 6 D &kp V &kp K &kp H &kp DE_COMMA &kp DE_DOT &qexcl
&mo NAV &mt_td_scw LSHFT 0 &lt FUN SPACE &mo NUM
>;
};
Expand Down
10 changes: 5 additions & 5 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,13 @@ parse_config:
LEFT: $$mdi:arrow-left$$
RIGHT: $$mdi:arrow-right$$

HOME: $$mdi:format-horizontal-align-left$$
END: $$mdi:format-horizontal-align-right$$
# HOME: $$mdi:format-horizontal-align-left$$
# END: $$mdi:format-horizontal-align-right$$
LC(HOME): $$mdi:format-vertical-align-top$$
LC(END): $$mdi:format-vertical-align-bottom$$

PG_UP: Page Up
PG_DN: Page Down

LC(INS): $$mdi:content-copy$$
LS(INS): $$mdi:content-paste$$
Expand All @@ -265,9 +268,6 @@ parse_config:

LC(F): $$mdi:text-search$$
LC(W): $$mdi:close-box-outline$$

PG_UP: Page Up
PG_DN: Page Down

PAUSE_BREAK: Pause Break

Expand Down

0 comments on commit 008ea6e

Please sign in to comment.