Skip to content

Commit

Permalink
add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
nyawox committed Jun 5, 2024
1 parent 6580ea9 commit f9ea8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kanata.nix
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ with lib; let
((and (key-history w 2) (key-history a 1))) s break ;; was ;; wao doesn't happen in english
((and (key-history w 2) (key-history i 1))) s break ;; wis ;; wion doesn't happen in english
((and (key-history w 2) (key-history e 1))) s break ;; wes ;; weu doesn't happen in english
((and (key-history m 4) (key-history a 3) (key-history k 2) (key-history e 1))) u ;; prevent overwriting makeup
((and (key-history m 4) (key-history a 3) (key-history k 2) (key-history e 1))) u break ;; prevent overwriting makeup
((and (key-history k 2) (key-history e 1))) d break ;; ked
((and (key-history a 5) (key-history m 4) (key-history a 3) (key-history t 2) (key-history e 1))) u break ;; te* -> ted unless amateur
((and (key-history l 3) (key-history m 2) (key-history a 1))) o break ;; stop converting lmao to lmat
Expand Down

0 comments on commit f9ea8da

Please sign in to comment.