-
Notifications
You must be signed in to change notification settings - Fork 0
global leader key w/ hammerspoon #1
Copy link
Copy link
Open
Description
Thank you for writing your article! You saved me a good amount of time!
I wanted to send you a little cleanup for your patch on your "Sorted helper text" section. hs.fnutils has a nice function called sortByKey that does what you want. Your version could drop the extra helper and simplify to:
-- original: for keyName, funcName in pairs(keyFuncNameTable) do
for keyName, funcName in hs.fnutils.sortByKeys(keyFuncNameTable) doI'm thinking of upstreaming this if I can find the right way to do it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels