char shortcut
hello guys
i have one little problem does anyone know what is the keyboard combination to tipe char "{" in intellijidea??
In croatian keyboard is AltGr + B. But when i type that in editor nothing happens?
AltGr + B = {
AltGr + N = }
请先登录再写评论。
same thing is for "[" and "]"
AltGr + F = [
AltGr + G = ]
pls someone help?
It's not clear what prevents you from using English layout during programmin and typing ASCII characters directly via keyboard.
Regarding shortcut processing - am I right understanding that your keyboard doesn't have '{' symbol and 'AltGr + B' shortcut types target symbol at other applications at your environment?
I think Mey has this keyboard layout: http://ascii-table.com/keyboard.php/234-1
it's very strange that '{' U+007B is not typed
Thanks, makes sense.
The question about 'AltGr + B' behavior at other applications is still clear.
mey mey, what OS do you use?
if Ubuntu (or other linux) then read shis: https://bugs.launchpad.net/ubuntu/+bug/250990
I hope it helps
I use windows 7
i get
AltGr + B = {
AltGr + N = }
AltGr + F = [
AltGr + G = ]
when i type it in notepad,wordpad,word, visual studio.. in any editor except Intellij Idea
Ok, thanks, I'll ask our QA to try to reproduce that in Windows 7 environment.
We reproduced the problem.
Corresponding ticket is created, feel free to check its progress - IDEA-55043.
thx