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.