Skip to content

Commit

Permalink
26Mar
Browse files Browse the repository at this point in the history
  • Loading branch information
arilebedey committed Mar 26, 2024
1 parent de20b98 commit e06d52d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions config/my.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ ZMK_BEHAVIOR(yt_p, macro,
bindings = <&kp LG(P)>;
)

ZMK_BEHAVIOR(yt_pause, macro,
wait-ms = <10>;
tap-ms = <5>;
bindings = <&kp LG(LA(P))>;
)

ZMK_BEHAVIOR(spot_p, macro,
wait-ms = <10>;
tap-ms = <5>;
Expand Down Expand Up @@ -282,15 +288,15 @@ ZMK_BEHAVIOR(o_tab, macro,

// paste yt
ZMK_BEHAVIOR(p_yt, macro,
wait-ms = <10>;
wait-ms = <80>;
tap-ms = <5>;
bindings = <&kp O &kp Y &kp SPACE &kp LC(V) &kp ENTER>;
bindings = <&kp LC(C) &kp O &kp Y &kp SPACE &kp LC(V) &kp ENTER>;
)

ZMK_BEHAVIOR(p_ggl, macro,
wait-ms = <10>;
tap-ms = <5>;
bindings = <&kp LC(T) &kp LC(V) &kp ENTER>;
bindings = <&kp LC(C) &kp LC(T) &kp LC(V) &kp ENTER>;
)

// middle click
Expand Down Expand Up @@ -453,7 +459,7 @@ ZMK_LAYER(hyper,
//├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤╭─────────────┬─────────────┬─────────────╮╭─────────────┬─────────────┬─────────────╮├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
XXX XXX &p_yt &p_ggl &clip &c_tab &shift_desk XXX XXX XXX XXX XXX &paste &n_win &n_desk &yt_p &spot_p XXX
//├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────╯├─────────────┼─────────────┼─────────────┤├─────────────┼─────────────┼─────────────┤╰─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
XXX XXX &m_clk &m_clk_s XXX &kp LSHIFT XXX XXX XXX XXX XXX &p_term &n_term &cycle_tabs XXX XXX
XXX XXX &m_clk &m_clk_s XXX &kp LSHIFT XXX XXX XXX XXX XXX &p_term &n_term &yt_pause XXX XXX
//╰─────────────┴─────────────┴─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────┴─────────────┴─────────────╯
)

Expand Down

0 comments on commit e06d52d

Please sign in to comment.