Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RecursiveBinder.Spoon init.lua #324

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

if #key >= 3 then
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