How does one send S-RET to Emacs in a terminal?

后端 未结 4 1631
天涯浪人
天涯浪人 2020-12-10 04:19

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

4条回答
  •  一向
    一向 (楼主)
    2020-12-10 04:56

    In general, lots of keystrokes are simply impossible to send via a terminal, since terminals emulate an old protocol that only allowed 256 separate keys (or maybe only 128).

    Chances are, when you press S-RET, Terminal.app does exactly the same thing as if you'd pressed RET. Thus Emacs has no way to distinguish those two cases.

提交回复
热议问题