What is the character Ctrl + Backspace?

There are several places where you can enter this character by typing ctrl-backspace, including the loggon password for Windows.

What character is this and can I use it in a password?

+4
source share
1 answer

Depends on the control used. Assuming a regular text field, character code 127 (0x7f), an obsolete mapping for the DEL control code. It is displayed as a rectangle since there is no Unicode character for it. This will not necessarily be reproducible; the Rich Edit control will interpret it as the β€œdelete to begin of line” control key. It is very unlikely that you will be able to enter such a password at the invitation of a web page, for example.

+4
source

Source: https://habr.com/ru/post/1384591/


All Articles