Skip to content

Commit

Permalink
Changed version position
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoodman committed Jul 26, 2015
1 parent 72a5c6a commit 08c04d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DevKeyboard.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,12 @@ Gui, Add, Text,, Hold Down Time:
Gui, Add, Edit, r1 vCommaEdit ym
Gui, Add, Edit, R1 vTimeSetting

Gui, Add, Text, xs, DevKeyboard Version 1.4
Gui, Add, Checkbox, vSemicolonEdit, Enable semicolon shortcut key
Gui, Add, Checkbox, xs vSemicolonEdit, Enable semicolon shortcut key
Gui, Add, Checkbox, vOpenAutoEdit, Enable AutoStart
Gui, Add, Text,, DevKeyboard Version 1.4
Gui, Add, Button, gYouPressed, Save


FileRead, FileContents, %A_AppData%\DevKeyboard\time.txt
time = %FileContents%

Expand Down

0 comments on commit 08c04d4

Please sign in to comment.