From c484dff86148051c2d47778dc2c4da17a69ff753 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 23 Jul 2019 19:43:10 +0200 Subject: Add shortcut to reload the current Chrome extension Mapped to Ctrl-Windows-g. Assumes that the working tab is selected, the extension tab is to the right of it, and the "Reload" button is highlighted on the Extensions page. --- AutoHotkey.ahk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 AutoHotkey.ahk (limited to 'AutoHotkey.ahk') 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 -- cgit v1.2.3