Hi,
In the integrated Godot editor, the "Home" key scrolls to the top of the file and the "End" key to the bottom. Years of ingrained muscle-memory has got me pressing "Home" to go to the start of the line and "End" to go to the end of the line. I can't stop pressing these keys -- I do it without even thinking as I need to move around -- and of course, jumping away from the function I'm writing is not what I want to do!
I've looked through "Editor Settings" "Shortcuts" for any reference to the Home and End keys, but I find nothing. Is there some way to remap these keys? If not (which would be really disappointing) is there some way to completely disable them? Doing nothing would be far better than jumping to the top or bottom of the file every couple minutes!
(I've even tried using an external editor just so that I can have the Home/End keys work as I'm used to them, but I've run into too many issues with improper/unrecognized indenting and the lack of debugging support, so switching to an external editor doesn't seem to be a solution. I really just want to control the Home and End keys.)
Thanks in advance for any help!