From 00f5db8faffddec04aac2b9e9f0597137bd36c99 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 28 Jun 2019 21:43:49 +0200 Subject: Add hotkey to reload AODocs UFO browser extension Until live reloading is implemented, this compacts a bunch of repetitive key presses into a modal shortcut. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 9ae8dce..c03f55a 100644 --- a/init.lua +++ b/init.lua @@ -21,6 +21,7 @@ require('application_switch') require('gdrive_mouseover_item') require('mouse') require('terminal_tab_hotkeys') +require('ufo') hs.loadSpoon('WindowMode') spoon.WindowMode:bindHotkeys({ mode = {{'ctrl', 'option'}, 'w'} }) -- cgit v1.2.3