This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257971 - Keyboard is not responding - Ubuntu
Summary: Keyboard is not responding - Ubuntu
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-13 13:30 UTC by markiewb
Modified: 2016-02-13 13:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2016-02-13 13:30:41 UTC
{quote}
Today, I created a new class in src/main/test/xxx/ and Netbeans stopped responding to my keyboard.
I can't type in a Java file or XML. Control F1 , ESC does not work inside the IDE, but it's working on my other programs.
There is nothing of note in the messages.log

The strange thing is I can copy using Control C in my Output and paste in another app. This does not work from a XML or Java file.

Ubuntu 14.04 LTS and 1.8.0_72
{quote}

Solution A)
<code>ibus-daemon -rd</code> - http://askubuntu.com/questions/501907/keyboard-locks-in-intellij-idea-on-ubuntu-14-04

Solution B)
setting <code>XMODIFIERS</code> to <code>""</code> fixes the issue.

The <code>bin/netbeans shell script is the obvious place for this :
<code>export XMODIFIERS=""</code>

See 
http://netbeans-org.1045718.n5.nabble.com/81cat-8-1-Patch-1-keyboard-not-responding-like-IntelliJ-td5747379.html