From 66d75c9fe1013da3835a0c7c5cd36fa87e52927b Mon Sep 17 00:00:00 2001 From: florian_thierry Date: Wed, 15 May 2019 09:24:57 +0200 Subject: [PATCH] Add shortcuts and gitignore --- .gitignore | 1 + shortcuts.ahk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a687cc2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/*.exe diff --git a/shortcuts.ahk b/shortcuts.ahk index 748b369..1a2bf22 100644 --- a/shortcuts.ahk +++ b/shortcuts.ahk @@ -1,6 +1,6 @@ ; Git bash at Win+Enter -#Enter:: - Run, C:\OutilsDev\git\Git\git-bash.exe --cd="C:\Users\florian_thierry" +#Enter::Run, C:\OutilsDev\ConEmu\ConEmu64.exe + ;Run, C:\OutilsDev\git\Git\git-bash.exe --cd="C:\Users\florian_thierry" ; To see what key is pressed, you need to run an autoHotKey script and double clic on it in the windows system tray. ; After, press your key, and next, click on View > Key History. Inside the popup, there will be the key pressed code.