MacOS – Yosemite Upgrade changed numeric keypad “Enter” key to issue “^[33OM”

keybindingsmacos

On Mavericks and previous, the "ENTER" key on the numeric keypad mimicked the "ENTER" key on the main keyboard. I can't find a way to map this back to working like an "ENTER" key again. Where this is showing up is while using the Terminal app in xterm emulation. It is only a problem in Terminal. I am using a full size Logitech Illuminated K740 keyboard.

Any clues would be greatly appreciated. This has been my default/habitual Enter key.

Thanks in advance for clues…

Jeff

Best Answer

Actually, I found the simplest answer... In Terminal Preferrences, Advanced Tab, I unchecked the box in the 'Input' options section: "Allow VT100 application keypad mode"

Now the keypad ENTER key is identical to the main keyboard ENTER key!

Simple and sweet, I found this when looking through the TMUX help information.

I didn't realize that the only place where the keypad ENTER was issuing "\EOM" was in my tmux sessions, since that is the default mode in my remote admin sessions. Thanks for the information above, but this was all I needed to do. I've I'd given more background people may have had better clues.