I searched for months for a way to match a key combination ( CTRL+ something) with a directional key (e.g. down or up).
I desperately want Visual Studio to be able to press CTRL+ jand move the cursor down the line. I don't like moving my hands from home to move up and down for things like intellisense or even just moving up and down.
Does anyone have a solution for this? I would be fine with the Visual Studio solution, but something that works at the OS level would be ideal, since such navigation would be nice in any editor window, and, for example, SQL Server Management Studio also has intellisense.
I did not consider any macros such as hot keys, as they could conflict with hot keys in the application (for example, if CTRL+ jwere already assigned to something in Visual Studio)
source
share