Cannot write commas after update to 2017.1.5

已回答

Yesterday I updated to v2017.1.5. But now I have a major problem: I can no longer type comma (,) or semicolon (,) in Java files.

I am using a keybord in default German QWERTZ layount and when I press the comma key I now get a question mark (?) and if I press SHIFT + comma I get a dollar sign ($).

As far as I can tell this only happens when editing Java files. Groovy and all text files work normally.

 

Has anyone any idea what might be going on?

 

Edit

I am using Windows 10.

1
Avatar
Permanently deleted user

I am using Windows 10.

The issue I am facing has nothing to do with shortcuts. I can no longer type normal characters in my Java files.

0
Avatar
Permanently deleted user

Thank you Serge!

I opend https://youtrack.jetbrains.com/issue/IDEA-175927 for this.

0

The issue is caused by the Typing Corrector plug-in, please disable it: https://youtrack.jetbrains.com/issue/IDEA-164601.

1
Avatar
Permanently deleted user

Typing Corrector plug-in was a problem, disabling it helped me to resolve the issue. Thanks a lot!

0

I have the same issue with Ubuntu and PhpStorm 2021.3.2, QUERTY (UK Keyboard).

The code editor does not react to keypress "comma"...

Pretty annoying.

0

I have the same issue with Ubuntu and PhpStorm 2021.3.2, QUERTY (UK Keyboard). The code editor does not react to keypress "comma"...

Does this happen only in certain filetypes or you cannot type it anywhere?

Is comma typed by pressing the key with <? If it requires some key combination to be pressed, then which exactly?

Please provide the Help | About info and the output of the

 set | grep -E 'XMODIFIERS|GTK_IM_MODULE|QT_IM_MODULE';setxkbmap -query
0

Ekaterina Valeeva - I have only noticed that for JavaScript files, so far.

So far I resolved by copy/pasting the commas where I needed them.

Help | About below:

{code}
PhpStorm 2021.3.2
Build #PS-213.6777.58, built on January 31, 2022
Runtime version: 11.0.13+7-b1751.25 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
{code}

Output of the CLI command below:

```
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
rules:      evdev
model:      pc105
layout:     gb,us
variant:    ,
```

0

I have only noticed that for JavaScript files, so far.

Sorry, still no clue. Please do the following to help us to investigate this further:

1. Please capture a screen recording demonstrating the issue. 

2. Please upload both the video and the IDE log file (Help | Show log in...) to https://uploads.jetbrains.com/.

3. After the uploading is finished please let me know the ID (your info will be accessible only for JB-employees).

Do I get it right commas are typed fine in e.g. .php files?

Does it always fail in JS files or only in some situations (like within class or object declaration)?

0

请先登录再写评论。