I searched a bit here and in google, but I didn't find any solution for this issue. Probably I am not searching with right phrases, but hope you get what I mean.
I am using Ubuntu 18.04. My NumLock is always off. I am not using these digits while coding, and instead most of all I use the “End” button, which in combination with four navigation buttons (the arrows) is quite useful for me. I am using Sublime and there using Numpad’s end is as follows:
- “End” — brings the cursor to the end of the line;
- “Shift + End” — selects all from cursor position to the end of the line.
This is what I am expecting as a behavior. Soon I installed Atom and Visual Studio Code and while typed, I got the following behavior (NumLock — off):
- “End” — brings the cursor to the end of the line;
- “Shift + End” — prints number one (a digit “1”).
My question is: Is there any way to make Numpad’s “End” to behave like the case with Sublime, described first?
Thanks in advance!