Update 'Settings.ahk'
This commit is contained in:
parent
65d0427f53
commit
da3ddfc759
@ -1,13 +1,9 @@
|
|||||||
#SingleInstance force ; Only one instance at a time
|
|
||||||
SendMode, Input
|
|
||||||
FileEncoding, UTF-8 ; Makes sure the special characters don't break stuff
|
|
||||||
#Include, func.ahk
|
#Include, func.ahk
|
||||||
Menu, Tray, Icon, shell32.dll, 283
|
Menu, Tray, Icon, shell32.dll, 283
|
||||||
|
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; Read ini
|
; Read ini
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
ini = %A_MyDocuments%\D3Ksettings.ini
|
|
||||||
/*
|
/*
|
||||||
This is the part that reads the file to see what your settings are. Variables in the ini file are in CamelCase, variables here are lowercase for more distinction
|
This is the part that reads the file to see what your settings are. Variables in the ini file are in CamelCase, variables here are lowercase for more distinction
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user