From d3926970150f71904664a540493fe3a96eedb70d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 17 Jun 2019 20:01:52 +0200 Subject: mouse: Remove Ctrl-Option-Shift-m mode hotkey Changed this to 'padclear', and the way the code is written, we can't have two shortcuts to activate & deactivate the mode. Just keep one. --- mouse.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mouse.lua b/mouse.lua index 3feb5cb..5367ae6 100644 --- a/mouse.lua +++ b/mouse.lua @@ -101,11 +101,6 @@ function mouse.top_right(amount) end -mouse_mode = hs.hotkey.modal.new({'ctrl', 'option', 'shift'}, 'm', 'Mouse') -mouse_mode:bind({'ctrl', 'option', 'shift'}, 'm', 'Mouse Off', function() - mouse_mode:exit() -end) - mouse_mode = hs.hotkey.modal.new({}, 'padclear', 'Mouse') mouse_mode:bind({}, 'padclear', 'Mouse Off', function() mouse_mode:exit() -- cgit v1.2.3