how to do Ctrl+K, Ctrl+F in visual studio?

c#, visual-studio

Solution

You don't need to hold both keys at the same time. You only need to keep Ctrl held down, press K (release it) and then F (release Ctrl now).

Problem

In the Visual Studio , the auto-format is Ctrl+K, Ctrl+F , what does it mean ? I should hold the two keys at the same time .... ? Can I bind another key to this weird ? Thanks

Original source