How to simulate NUL character from keyboard?

后端 未结 5 1849
野的像风
野的像风 2020-12-03 21:09

Can we type NUL character (HEX 0) from the keyboard?

Most of the printable character starts from HEX value 20.

相关标签:
5条回答
  • 2020-12-03 21:49

    Press and hold Alt and type Num Pad 0Num Pad 0Num Pad 0 then release Alt

    Note: You must use the 0 key on the numeric key pad (a regular 0 key won't work for this), and you have to hold down Alt the whole time. The keystroke isn't emitted until you release the Alt key.

    0 讨论(0)
  • 2020-12-03 21:57

    Ctrl+spacebar works for both Windows and Linux platforms.

    0 讨论(0)
  • 2020-12-03 22:05

    In editing fields in SQL Server, it is Control Zero (Ctrl + 0)

    0 讨论(0)
  • 2020-12-03 22:08

    See if this control character works:

    Ctrl+@

    0 讨论(0)
  • 2020-12-03 22:09

    According to Wikipedia

    Ctrl+SPACE works on many terminals (worked for me).

    0 讨论(0)
提交回复
热议问题