Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do keyboard and letters not match in NetBeans?

Tags:

php

ide

netbeans

I am a beginner programmer trying to learn PHP, but when I installed NetBeans the entire IDE produces garbled letters (ie. all the letters I type don't correspond to the ones on the keyboard) for all of my applications. For example I tried to type "/" but instead it produces ",". Anyone can tell me what is wrong with it? Many thanks in advance!

like image 750
xczzhh Avatar asked Jul 27 '11 16:07

xczzhh


2 Answers

Use Alt+Shift key combination, that should switch the keyboard layout.

like image 110
Arnold Avatar answered Nov 13 '22 14:11

Arnold


Your keyboard layout is probably not in the language you desire. Ensure your keyboard layout matches within the OS.

like image 1
D.N. Avatar answered Nov 13 '22 16:11

D.N.