From da3ddfc759f8f1d1422b4fcd51cbb11620dc2fa3 Mon Sep 17 00:00:00 2001 From: David Daily Date: Tue, 14 Jan 2020 09:15:53 -0600 Subject: [PATCH] Update 'Settings.ahk' --- Settings.ahk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Settings.ahk b/Settings.ahk index d6bf1fc..642e36d 100644 --- a/Settings.ahk +++ b/Settings.ahk @@ -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 Menu, Tray, Icon, shell32.dll, 283 ;------------------------------------------------------------------------------ ; 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 */