5

キーボードのホーム行を離れずに提案のリストを移動する方法はありますか? ある種のvimスタイルのアナログから上/下矢印アクションを探しています。IntelliJ IDEA の提案のリスト

4

4 に答える 4

4

You can bind Fn + hjkl to arrow keys globally in your OS. No more leaving the home row, ever! Fn is often located in the bottom left corner of the keyboard where you can easily reach it with your left palm.

On OS X you can remap the keys using excellent Karabiner software (formerly known as KeyRemap4MacBook) which has a "Vi mode" preset.

On Linux there are several solutions using xmodmap or XKB, see https://superuser.com/questions/96299/mapping-superhjkl-to-arrow-keys-under-x. You might need to substitute Fn for LCtrl: I'm not sure if Fn is visible to key remapping code at all.

Not sure if there are any options on Windows.

Also, certain high-end keyboards can remap keys in hardware as well.

于 2016-09-29T12:20:57.937 に答える