Y
Hacker News
new
|
ask
|
show
|
jobs
by
j0e1
3134 days ago
Just curious.. How do you type-in whitespace?
1 comments
pksadiq
3134 days ago
spacebar results in "_" only when the cursor is immediately after [a-zA-Z0-9_]. And if I really need space, I have Shift-Space. Also, pressing spacebar after a keyword (like char, int, if, else, etc) results in real space.
link