Modify SelectionFilterToggle

I use the selection filter a lot, particularly the Control Points filter.
The SelectionFilterToggle (F5) is nice to toggle the most used filters, but is it possible to modify its toggle states?

For example, only make it toggle to Control Points on or off.

I tried macro, but it flickers on my command window like crazy.
So SelectionFilterToggle seems like the faster and easiest method.

Hello- if you are macro-ing -SelectionFilter see if adding ‘NoEcho’ at the start helps with the command line noise

_NoEcho _-SelectionFilter etc etc

-Pascal