mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +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
|
||||
self.asModifier = hs.eventtap.new({ hs.eventtap.event.types.keyDown }, function(_)
|
||||
self.sendEscape = false
|
||||
print("Don't sent escape")
|
||||
-- print("Don't sent escape")
|
||||
end)
|
||||
|
||||
-- If mouse is moving significantly, don't send escape
|
||||
|
Loading…
Reference in New Issue
Block a user