Joke Collection Website - Talk about mood - Which is the keyboard enter key?

Which is the keyboard enter key?

question 1: which is the Enter key? I don't understand it at present. There are usually two enter keys on a 4-point universal keyboard. Generally, there is a key with the word "Enter" written on the middle right side of the keyboard and a curved arrow, which is called the "Enter key" (main enter key). In addition, there is an "Enter key" (auxiliary enter key) on the lower right edge of the keyboard, as indicated by the red arrow in the figure below.

main "Enter key" diagram:

About the origin of "Enter key", we have to start with the mechanical English typewriter. On the mechanical English typewriter, there is a component called the "word car". Every time a word is typed, the "word car" advances one space. When a line of characters is filled, the typist has to push the "carriage" to the starting position. At this time, the typist will respond with two actions: one is that the "carriage" is reset, and the other is that the roller rolls up a line to start typing the next line. This action of pushing the "carriage" is called "enter". Later, on the electric English typewriter, people added a key that directly played the role of "Enter". This new key is called "Enter".

on the computer keyboard, the words "CR" and "RETURN" were once used on the "Enter" key, and later they were uniformly defined as "Enter".

Enter key has two functions, one is to confirm the input execution command, and the other is to play the role of line breaking in word processing.

Enter key is also one of the keys that are used more frequently on the computer keyboard. When using Enter key, you should pay attention to: Don't slam it hard.

the ASCII code of carriage return

is "xd" in hexadecimal

and "13" in decimal

which can be represented by \r in some languages.

carriage returns are handled differently in different operating systems:

in Unix/Linux systems, line breaks are represented by \n one character,

in Windows systems, they are represented by \n\r two characters.

virtual key: Enter key is vk_Return = $D; The corresponding Char is also #13

vk_LButton = $1;

vk_RButton = $2;

vk_Cancel = $3;

vk_MButton = $4; { NOT contiguous with L & RBUTTON }

vk_Back = $8;

vk_Tab = $9;

vk_Clear = $C;

vk_Return = $D;

vk_Shift = $1;

vk_Control = $11;

vk_Men stalk = $12;

vk_Pause = $13;

vk_Capital = $14;

vk_Escape = $1B;

The relevant information is quoted from "Baidu Encyclopedia: Enter"

If you are satisfied, please give me an adoption, thank you!

question 2: what does enter on the computer mean and which keyboard is it? Enter!

question 3: which is the enter key in the keyboard? 4 points is generally a big key with "enter" written on it.

question 4: which key is the enter key on the computer keyboard? Enter

Question 5: Where is the Enter key of the computer? The biggest key on the keyboard. It is marked with a curved arrow. It says Enter

Question 6: Which is the line feed key Ctrl+Enter on the keyboard? The corresponding ASCii code is 1, which is the line feed key, and enter is just the enter key

Question 7: Which is the enter key (in the middle of the keyboard, The key with a turning arrow drawn)

Question 8: What does enter mean on the keyboard on the computer? enter

OK

Question 9: Which key is the Enter key on the keyboard (the key with a turning arrow drawn in the middle of the keyboard)?