Skip to content

Commit

Permalink
fixed cosmetic typo
Browse files Browse the repository at this point in the history
  • Loading branch information
psoukie committed Dec 28, 2022
1 parent 65c3567 commit fcce6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/zipchord.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ global CHORD_RESTRICT := 4 ; Disallow chords (except for suffixes) if the c
Class settingsClass {
chords_enabled := 1 ; maps to UI_chords_enabled for whether the chord recognition is enabled
locale := "English US"
capitalization := CAP_CHORDS
capitalization := CAP_CHORDS
spacing := SPACE_BEFORE_CHORD | SPACE_AFTER_CHORD | SPACE_PUNCTUATION ; smart spacing options
chording := 0 ; Chord recognition options
chord_file := "" ; file name for the chord dictionary
Expand Down

0 comments on commit fcce6a9

Please sign in to comment.