diff options
Diffstat (limited to 'AutoHotkey.ahk')
-rw-r--r-- | AutoHotkey.ahk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AutoHotkey.ahk b/AutoHotkey.ahk new file mode 100644 index 0000000..0aa2af1 --- /dev/null +++ b/AutoHotkey.ahk @@ -0,0 +1,8 @@ +; Reload current Chrome extension +^#g:: +Send ^{Tab} +Send +{Tab} +Send {Tab} +Send {Space} +Send ^{Tab} +Send ^r |