0

I have a German keyboard and I want to write "<" and ">" to code but my Laptop doesn´t have these keys. The only solution I found was "‹" and "›" but this doesn´t work in vscode.

What can I do?

Nmath
  • 12,664
ThuZ
  • 1

1 Answers1

0

Without the brand & model, it's hard to tell (laptops manufacturer sometimes use silly keyboard layouts)...
Anyway, the Unicode are respectively u+003c and u+003e (compose it with [left CTRL]+[shift]+u then type the character's code).
That's a makeshift solution, though, and if you have a lot to code (especially HTML), you'll get mad before Monday!

Isharfoxat
  • 11
  • 3