Skip to content

Commit

Permalink
key-recency must be 1-8
Browse files Browse the repository at this point in the history
  • Loading branch information
nyawox committed Jun 4, 2024
1 parent 3ac9633 commit cd5e795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kanata.nix
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ let
;; nts 0.13% common redirect
((key-history n 1)) (macro t s) break
;; put 0.04% sfs
((and (key-history c 5) (key-history a 4) (key-history m 3) (key-history p 2) (key-history u 1))) (macro s e) break ;; prevent overwriting use with put
((and (key-history a 9) (key-history r 8) (key-history t 7) (key-history o 6) (key-history c 5) (key-history a 4) (key-history r 3) (key-history p 2) (key-history u 1))) (macro s e) break ;; prevent overwriting use with put
((and (key-history c 5) (key-history a 4) (key-history m 3) (key-history p 2) (key-history u 1))) (macro s e) break ;; campuses prevent overwriting use with put
((and (key-history r 8) (key-history t 7) (key-history o 6) (key-history c 5) (key-history a 4) (key-history r 3) (key-history p 2) (key-history u 1))) (macro s e) break ;; artocarpuses prevent overwriting use with put
((and (key-history p 2) (key-history u 1))) t break
;; top 0.03%
((and (key-history t 2) (key-history o 1))) p break
Expand Down

0 comments on commit cd5e795

Please sign in to comment.