I'm currently trying to learn org-mode in OS X. And I found there's a keymap M-S-RET. But S-RET is not recognized in the iTerm2.
- It seems like terminal interpret
S-RETandRETas same. - iTerm2 can bind a
S-RETin the GUI preference tab. (PREFERENCE->PROFILE->KEY) - I can bind
S-RETand send hex value instead of 13. (13 is keycode for RET)
But I can't find what's the keycode for the S-RET. Actually, I think Shift + Enter does not exist as keycode. However, there must be some key combination that Emacs uses.
How can I figure it out? Are there any files containing that information?
Thank you for reading.
