Skip to content

Commit

Permalink
fix capsword
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Jan 25, 2023
1 parent 6122215 commit f8c674c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.5.1

- Fix CapsWord disable with `KP_MINUS'

## 3.5.0

- Added CapsWord notifications
Expand Down
2 changes: 0 additions & 2 deletions ahk/caps.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ return
Sleep, 10 ; drastically improves reliability on slower systems
ShowMessage("CapsWord: OFF")
return


2 changes: 1 addition & 1 deletion config/morph/num.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ mp_k_m: morph_key_minus {
label = "- _";
#binding-cells = <0>;
mods = <(MOD_LSFT|MOD_RSFT)>;
bindings = <&kp KP_MINUS>, <&kp UNDER>;
bindings = <&kp MINUS>, <&kp UNDER>;
};

0 comments on commit f8c674c

Please sign in to comment.