Live data from Hacker News

The day Return became Enter (2023)

aresluna.org

91–100 of 179 posts

Re: The day Return became Enter (2023)

#91
post #49

It's a damn shame that the control characters for "Field Separator" (FS ASCII 28 decimal) and "Record Separator" (RS ASCII 30 decimal) weren't used instead of TAB and CR/LF. Then the whole CRLF vs CR vs LF for line endings in files would have been totally avoided, with CR returning the print-head/cursor to the left-most position (right-most on R-L languages) and LF literally moving the print-head/cursor down. The dri…

But we do NOT need to setup CRLF translation at all? Who in his sane mind uses CRLF even under windows? All my source codes are in UNIX format (aka LF only) and I use it consistent under Windows, Cygwin and UNIX.. Why make your life harder?

Re: The day Return became Enter (2023)

#92
post #88

Earlier quoted context omitted.

We already have two keys, they are called Shift and Enter

I think I have about a 50% success rate in typing a multiline message without accidentally sending it early, having to edit / copy and delete the message and finish typing it before the recipient has a chance to read it, confusing both me and them in the process.

Same but with editing a message on a browser and trying to delete a word with Ctrl+w

Re: The day Return became Enter (2023)

#93
post #78
post #69

Earlier quoted context omitted.

> It's a damn shame that the control characters for "Field Separator" (FS ASCII 28 decimal) and "Record Separator" (RS ASCII 30 decimal) weren't used instead of TAB and CR/LF. No, it's not. That stuff is left over from 1940s-1950s schemes for polled multidrop teletype machines - multiple stations on one wire, taking turns. The idea was that you punched paper tapes locally and then put them into a reader. When it was…

Why? The use of TTYs for computing interfaces is very different to using them as teletypes on comms links. I thought the control characters for that sort of use were the DC1-4 characters? RS-485 uses polling but my understanding is that the characters for polling usually involve like "FF" (hex) and some sort of device ID. I just read a TTY model 28 manual about the stunt box and I didn't see anything specific about F…

TTY interfaces initially were teletypes on comms links.

Re: The day Return became Enter (2023)

#94
post #88
post #86

We need two keys, one for new line inside a MS Teams message, the other for sending the message

We already have two keys, they are called Shift and Enter

yes but you have to type sfhit+enter, while a single "new line key inside the message" would be better for the specific task.

Re: The day Return became Enter (2023)

#95

Earlier quoted context omitted.

On a current Mac laptop, you can still press fn + return to get the effect of the Enter key. The only thing I really use this for is renaming files in Finder: select a file and press Enter to edit the filename. Are there any other apps in which it does something useful nowadays?

On my 16" M1 MacBook Pro both Return and Fn+Return edit the filename... does it work differently on yours?

No, it works like that on mine. How amazing that I never noticed!

The habit of using Enter has been so ingrained for so many years that I never tried pressing Return before now. Has that always worked? I suspect that it didn’t at some point in the past, though it may be you have to go back a long way. Or perhaps I've been mistaken about this for decades and never realised…

Re: The day Return became Enter (2023)

#97
post #88

Earlier quoted context omitted.

We already have two keys, they are called Shift and Enter

I think I have about a 50% success rate in typing a multiline message without accidentally sending it early, having to edit / copy and delete the message and finish typing it before the recipient has a chance to read it, confusing both me and them in the process.

> I think I have about a 50% success rate in typing a multiline message without accidentally sending it early, having to edit / copy and delete the message and finish typing it before the recipient has a chance to read it, confusing both me and them in the process.

That won't change if you had a different dedicated key for "move one line down but don't send `enter` keycode". You'd still accidentally hit `enter` due to muscle memory.

After all, if you could get past muscle memory, you'd simply press Shift while hitting Enter.

Re: The day Return became Enter (2023)

#98

We had distinct keys for Enter and Return for the longest time. An ISO standard keyboard has Return in the main block and Enter in the numpad. https://en.m.wikipedia.org/wiki/Enter_key#/media/File%3AEnte...

The key in the main block was already labeled Enter on the original PC/AT keyboard and successors:

https://commons.wikimedia.org/wiki/File:AT_keyboard_original...

https://commons.wikimedia.org/wiki/File:IBM_Model_M.png

https://www.daskeyboard.com/blog/wp-content/uploads/Cherry_k...

Re: The day Return became Enter (2023)

#99
> And the IBM PC – and later Microsoft Windows – went with Enter. (Actually, they first chose the ↵ arrow.

I'd claim that the article draws its own wrong conclusions.

The key was not renamed. On the IBM PC, the key got overloaded with two functions.

The IBM PC keyboard was preceded by larger keyboards with the same mechanism, style and font for use with IBM's terminals. Those had two separate keys for ↵ and Enter.

The ↵ symbol was the Return symbol signifying the Return function. The textual legend "Enter" signified the Enter function, for data entry.

Some early Model F XT keyboards did not have stabilised keys so the touch-area had to be 1×1 with room only for ↵. From the Mode F AT (large backwards-L key) forwards however, the key did have both legends: ↵ and Enter. From there on, "Enter" is mostly just what IBM PC users called it.

There are other common misconceptions about key legends. For example that ↹ would mean Tab, when it is two symbols: ⇥ for Tab and ⇤ for Back-Tab. Back-tab is on the top because it is activated with Shift. (And again, some IBM terminal keyboards had separate Tab and Back-Tab keys. Apple keyboards have only the ⇥ symbol, BTW.)

Re: The day Return became Enter (2023)

#100
> [Apple] added Control next to Command, ensuring decades of confusion.

When Apple introduced the Macintosh II, buyers had the option to get a keyboard with the Macintosh layout, or the larger Apple Extended Keyboard with a mixed Macintosh/IBM PC layout.

The Apple Extended Keyboard was intended to be used with a IBM PC in a card slot. That is why it has a layout like a IBM Model M with two Control keys. It also has some sublegends that are PC-specific and otherwise didn't make sense on Macintosh.

But this keyboard got popular, and influenced its successors.

Post reply on HN