Skip to content

Update RecursiveBinder.Spoon init.lua #324

Open
zhsfei wants to merge 1 commit intoHammerspoon:masterfrom
zhsfei:patch-1
Open

Update RecursiveBinder.Spoon init.lua #324
zhsfei wants to merge 1 commit intoHammerspoon:masterfrom
zhsfei:patch-1

Conversation

@zhsfei
Copy link

@zhsfei zhsfei commented Sep 24, 2024

Repeated binding, resulting in slowdown

Repeated binding, resulting in slowdown
modal:bind(obj.escapeKey[1], obj.escapeKey[2], function() modal:exit() killHelper() end)

-- Repeated binding, resulting in slowdown
-- modal:bind(obj.escapeKey[1], obj.escapeKey[2], function() modal:exit() killHelper() end)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better to just remove this, rather than commenting it out.

keyFuncNameTable[createKeyName(key)] = key[3]
end
end
-- fix repeat bind
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this comment isn't helpful - it would be better to say what is happening now, rather than what was fixed.

For example:

-- Bind Escape key to exit modal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants