mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +00:00
fix: remove print crowding the hammerspoon log
This commit is contained in:
parent
d1b144f441
commit
a0c99a8449
@ -69,7 +69,7 @@ function obj:init()
|
|||||||
-- If any other key is pressed, don't send escape
|
-- If any other key is pressed, don't send escape
|
||||||
self.asModifier = hs.eventtap.new({ hs.eventtap.event.types.keyDown }, function(_)
|
self.asModifier = hs.eventtap.new({ hs.eventtap.event.types.keyDown }, function(_)
|
||||||
self.sendEscape = false
|
self.sendEscape = false
|
||||||
print("Don't sent escape")
|
-- print("Don't sent escape")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- If mouse is moving significantly, don't send escape
|
-- If mouse is moving significantly, don't send escape
|
||||||
|
Loading…
Reference in New Issue
Block a user