Where can I edit keyboard shortcuts for text editing?

I described a little paper cut here: Right-Click Select — Blender Community

I checked out the Blender source code and made sure I can compile it.

Could someone give me a kickstart where to look for those keyboard shortcuts?
I would like to have a look whether that is something that would be doable for me as a first peak into the Blender source code.

Thanks :slight_smile:

3 Likes

Hm, I figured some things out myself. Most of the text handling can be configured in the Keymap.
However, this only applies for the Text Editor and the 3D Font object, not for text input widgets.

Those seem to be handled differently.

1 Like

Ok, forgot about this for a while and no had another go.
It’s here: /source/blender/editors/interface/interface_handlers.c

2 Likes

I have submitted a patch a while ago:
https://developer.blender.org/D15619

However I kinda doubt anybody has noticed it. It‘s ok, if there’s no dev time to review such a minor thing. I just wonder whether there‘s anything I need to do get it reviewed.

I have never done a patch for Blender before.

2 Likes