In org-mode
, pressing M-S-RET
(meta-shift-return) will create a new TODO
on a new line. This key sequence sends M-RET
to emacs through my terminal. I've checked this with C-h c ESC-S-RET
, which returns M-RET is undefined
in the mini-buffer.
I'm using Snow Leopard with Emacs 23.2.1 running in Terminal.app. There is no option to define a RET
sequence in the terminal keyboard preferences.
Any idea what's causing the missing SHIFT
? Workarounds?
If you are working with a command line interface with no option to start GUI application, start Emacs directly in the terminal with emacs .
You can get Emacs to pretend that it got S-RET
with C-x @ S RET
(note uppercase S
).
This also works for adding control, meta, alt, hyper or super modifiers; type C-x @ C-h
for the list of bindings. The Modifier Keys section in the Emacs manual mentions this as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With