Skip to content

Commit

Permalink
fixed syntax in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
psoukie committed Apr 20, 2021
1 parent 6a7b019 commit 6775987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/zipchord.ahk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
; ZipChord by Pavel Soukenik
; Licensed under GPL-3.0
; See https://github.com/psoukie/zipchord/

#NoEnv
SetWorkingDir %A_ScriptDir%

; ZipChord by Pavel Soukenik
; Licensed under GPL-3.0
; See https://github.com/psoukie/zipchord/

keys := "',-./0123456789;=[\]abcdefghijklmnopqrstuvwxyz"
cursory := "Del|Ins|Home|End|PgUp|PgDn|Up|Down|Left|Right|LButton|RButton|BS|Tab"
global chfile := ""
Expand Down

0 comments on commit 6775987

Please sign in to comment.