Some key bindings are designed in a way that Enter (<return>) and numpad Enter (<kb-enter>) are not the same (I guess, if a binding is (kbd "<return>/<kb-enter>") not (kbd "RET")). Is it possible to rewrite <kb-enter to <return> in Emacs or I have to change system settings?
Some key bindings are designed in a way that Enter ( <return> ) and
Share
It sounds like this is what you want:
That will translate the
<kp-enter>key to the<return>key.