Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 7 Map CTRL + j to the Down Arrow Key

I have been searching for months for a way to map a key combination (CTRL + something) to a directional key (like down or up).

I desperately want in Visual Studio to be able to press CTRL + j and have the cursor move down a line. I hate having to move my hands off of the home row to move up and down for things like intellisense or even just navigating up and down lines.

Does anyone have a solution for this? I would be ok with a Visual Studio-only solution, but something that works at the OS level would be ideal since this kind of navigation would be nice in any editor window and for instance SQL Server Management Studio also has intellisense.

I haven't considered any macro hotkey type solutions since they could conflict with in-app hotkeys (for instance if CTRL+j were assigned to something in Visual Studio already)

like image 913
omatase Avatar asked Apr 24 '12 16:04

omatase


People also ask

What is alternate key for down arrow?

press and hold down the Alt key, type the Alt Code value of the arrow you want, for example for an arrow down symbol, type 2 5 on the numeric pad , release the Alt key and you got a ↓ downwards arrow.

Where is the down arrow key?

Arrow keys are typically located at the bottom of the keyboard to the left side of the numeric keypad, usually arranged in an inverted-T layout but also found in diamond shapes and linear shapes. Arrow keys are commonly used for navigating around documents and for playing games.

How do I turn on arrow keys in Windows?

Most of the sytems have “Fn” key or a Function Lock key. This key can be used to Enable and Disable the Arrow keys.


1 Answers

I think the answer is nothing out there exists that would do this. I have done a lot of research.

I am now using Autohotkey instead of what would have been ideal. I have been familiar with this application for years and it does a pretty good job, but doesn't work across remote desktop for instance and so doesn't quite fill the need.

I mapped ctrl + i to do up, ctrl + k to be down, ctrl + j as left and ctrl + l for right.

like image 191
omatase Avatar answered Sep 23 '22 16:09

omatase