I can use fwmkeys to iterate over keys that share a prefix -- but how can I modify these keys as I iterate? In my case I only need to be able to delete them or set them to empty, either will work.
Can I fetch keys by prefix and then delete them?
49 views Asked by singpolyma At
1
Oh, I see.
fwmkeysreturns the key strings, so I can then operate directly on them that way.