-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyAHK.ahk
30 lines (28 loc) · 880 Bytes
/
MyAHK.ahk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
; By Joe Esposito
; Open the following individual files for more information
#include %A_ScriptDir%\MyAHK
#include ActivateCurrentBrowser.ahk
#include AdjustVolumeWithMouseWheel.ahk
#include CenterNewExplorerWindows.ahk
#include CenterWindow.ahk
#include CloseAppsWithCtrlW.ahk
#include DisableCapsLock.ahk
#include DisableCtrlQ.ahk
#include DisableCtrlWinD.ahk
#include DisableF1.ahk
#include DisableWinArrow.ahk
#include Dotify.ahk
#include DragWindow.ahk
#include MacKeyboardShortcuts.ahk
#include NewDirectoryWithName.ahk
#include NewTextDocument.ahk
#include NotepadCtrlBackspace.ahk
#include PasteInCommandPrompt.ahk
#include PasteShortcut.ahk
#include RunCmder.ahk
#include RunCommandPrompt.ahk
#include RunNotepad.ahk
#include RunTortoiseGit.ahk
#include ToggleHiddenFiles.ahk
#include Win7BackspaceGoUp.ahk
#include WinFnMediaControls.ahk