<ctrl>+<alt>+<up_arrow> interpreted as <Home> when recording VS Code key binding

43 Views Asked by At

I am attempting to remap the key binding for scrollPageUp and scrollPageDown from <alt>+<page_up> and <alt>+<page_down> to <ctrl>+<alt>+<up_arrow> and <ctrl>+<alt>+<down_arrow>, respectively.

However, when in the 'key binding recorder' (where it says Press desired key combination and then press ENTER), <ctrl>+<alt>+<up_arrow> and <ctrl>+<alt>+<down_arrow> are interpreted as <Home> and <End>, respectively.

How do I set up my key bindings as desired?

1

There are 1 best solutions below

1
On

Maebe your shortcut settings are duplicated this options. See in docs how you lock this settings and change this, if you can.

https://code.visualstudio.com/docs/getstarted/keybindings