From c4bcea14681612f60b4e1ea044c246e78e73ac42 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 8 Jan 2015 22:49:16 +0000 Subject: Add firefox keys, add if exist to include --- ahk-assistant.ahk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index d1676cb..5ee9852 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -18,7 +18,7 @@ SetNumLockState, AlwaysOn ;includes #Include, %A_ScriptDir%\appspecific.ahk ;application specific hotkeys -#Include, %A_ScriptDir%\secret.ahk ;physical and ip address completions +#Include, *i %A_ScriptDir%\secret.ahk ;physical and ip address completions, only included if exists. ;hotkeys #q::Run notepad @@ -150,6 +150,7 @@ if toggle := !toggle ;text replacements ::seperated::separated +::seperate::separate ::recieved::received ::license::licence ::licenses::licences -- cgit v1.2.3