Emacs uses keybindings with "LFD", the Emacs FAQ provides the following information:

LFD: Linefeed or Newline; same as `C-j'

Is there a Linefeed button on my keyboard (other than C-j)?

link|improve this question

75% accept rate
feedback

2 Answers

Don't think so. In your keyboard, probably, you have only the "return", "enter" key. There's no linefeed in regular IBM-PC keyboard.

In windows you can use the Shift + Enter to mean a linefeed: http://msdn.microsoft.com/en-us/library/ms646268%28v=vs.85%29.aspx

link|improve this answer
I figured out that Shift + Enter replaces C-x LFD for the emacs keybinding in question. – David Aug 25 '11 at 20:19
feedback

Apparently some keyboards do have an LFD key, because the BASH docs also mention this:

If your keyboard lacks a LFD key, typing C-j will produce the desired character.

http://www.faqs.org/docs/bashman/bashref_82.html

link|improve this answer
1  
commodore 128 seens to be the only keyboard with a linefeed key – woliveirajr Aug 25 '11 at 20:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.