Created
March 22, 2017 14:19
-
-
Save lucijafrkovic/097f11bc9cc215f3ba86fe2407d638af to your computer and use it in GitHub Desktop.
Autohotkey script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; switch left ctrl and alt | |
; LCtrl::Alt | |
; LAlt::Ctrl | |
; win+w - open winamp | |
#w:: | |
Run "C:\Program Files (x86)\Winamp\winamp.exe" | |
Return | |
; win+s - start day (startup of apps) | |
#s:: | |
Run Outlook | |
Run "C:\Program Files (x86)\Winamp\winamp.exe" | |
Run, "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.3\bin\idea64.exe", "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.3\bin" | |
Run, "C:\Program Files\Dell\Toad for Oracle 2015 R2 Suite\Toad for Oracle 12.8\Toad.exe", "C:\Program Files\Dell\Toad for Oracle 2015 R2 Suite\Toad for Oracle 12.8\" | |
Run Brackets | |
Run Chrome | |
Process, Close, TrGui.exe | |
; Croatian characters | |
:*:c-::č | |
:*:c_::ć | |
:*:C-::Č | |
:*:S-::Š | |
:*:s-::š | |
:*:Z-::Ž | |
:*:z-::ž | |
:*:D-::Đ | |
:*:d-::đ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment