Mac: How to fix some keys re-mapped in Java classes?

Answered

Hi,

I'm new to IntelliJ and use version 2016.3 of the Ultimate edition as a trial. I have a Mac with Sierra; OS language is English but my keyboard is German (see here for its layout) as the only input language.

I followed the Youtube Video tutorial playlist. While trying to enter some shortcuts, I must have screwed up my keyboard shortcuts / mappings in a bizarre way. They worked when I started using IntelliJ, but now the two keys right of the space bar (, and .) and two other ones are mapped to something else - and in Java files only!

  • , is ?
  • ; is $
  • . is / 
  • : is ^
  • <Shift>-2 is @ instead of "
  • <Shift>-ß is & instead of ?

The keys work fine in an HTML file, a Ruby file and on the last line of a Java file. But everywhere else in a Java files, they are re-mapped as shown above. The other usual suspects (the keys for the umlauts, for instance) also work fine in the Java file.

I already added and removed English as an input language, restarted IntelliJ and my Mac, to no avail.

Does anybody know what's causing this and how to fix it?


Regards,
Karsten Silz

0
5 comments

Please share idea.log file after starting IDEA (https://intellij-support.jetbrains.com/hc/articles/207241085).

Did you enable international (German) keyboard support in IDEA Keymap settings?

0

I don't seem to have a way to enable international keyboard support. I added English as another input language in macOS preferences and restarted IDEA, didn't help:

Below's the content of my idea.log.

 

2016-11-26 11:24:46,123 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2016-11-26 11:24:46,143 [ 20] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-163.7743.44, 17 Nov 2016 16:46)
2016-11-26 11:24:46,143 [ 20] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.12.1, x86_64)
2016-11-26 11:24:46,143 [ 20] INFO - #com.intellij.idea.Main - JRE: 1.8.0_112-release-408-b2 (JetBrains s.r.o)
2016-11-26 11:24:46,143 [ 20] INFO - #com.intellij.idea.Main - JVM: 25.112-b2 (OpenJDK 64-Bit Server VM)
2016-11-26 11:24:46,149 [ 26] INFO - #com.intellij.idea.Main - JVM Args: -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -XX:ErrorFile=/Users/Karsten/java_error_in_idea_%p.log -XX:HeapDumpPath=/Users/Karsten/java_error_in_idea.hprof -Xbootclasspath/a:../lib/boot.jar -Xms128m -Xmx2048m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -Djb.vmOptionsFile=/Users/Karsten/Library/Preferences/IntelliJIdea2016.3/idea.vmoptions -Didea.java.redist=jdk-bundled -Didea.home.path=/Applications/IntelliJ IDEA.app/Contents -Didea.executable=idea -Didea.paths.selector=IntelliJIdea2016.3
2016-11-26 11:24:46,149 [ 26] INFO - #com.intellij.idea.Main - ext: /Applications/IntelliJ IDEA.app/Contents/jdk/Contents/Home/jre/lib/ext: [cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunpkcs11.jar, zipfs.jar]
2016-11-26 11:24:46,150 [ 27] INFO - #com.intellij.idea.Main - ext: /Library/Java/Extensions: [librxtxSerial.jnilib, RXTXcomm.jar]
2016-11-26 11:24:46,150 [ 27] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [AppleScriptEngine.jar, dns_sd.jar, j3daudio.jar, j3dcore.jar, j3dutils.jar, jai_codec.jar, jai_core.jar, libAppleScriptEngine.jnilib, libJ3D.jnilib, libJ3DAudio.jnilib, libJ3DUtils.jnilib, libmlib_jai.jnilib, mlibwrapper_jai.jar, MRJToolkit.jar, vecmath.jar]
2016-11-26 11:24:46,150 [ 27] INFO - #com.intellij.idea.Main - ext: /usr/lib/java: [libjdns_sd.jnilib]
2016-11-26 11:24:46,150 [ 27] INFO - #com.intellij.idea.Main - JNU charset: UTF-8
2016-11-26 11:24:46,157 [ 34] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 7 ms
2016-11-26 11:24:46,170 [ 47] INFO - #com.intellij.idea.Main - initializing environment
2016-11-26 11:24:46,170 [ 47] INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/bash -l -i -c '/Applications/IntelliJ IDEA.app/Contents/bin/printenv.py' '/private/var/folders/r0/jc2fxkfj1jd7xx49sk8mf75m0000gn/T/intellij-shell-env.tmp'
2016-11-26 11:24:46,176 [ 53] INFO - #com.intellij.util.ui.JBUI - UI scale factor: 1.0
2016-11-26 11:24:46,685 [ 562] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (59 vars)
2016-11-26 11:24:46,685 [ 562] INFO - .intellij.util.EnvironmentUtil - LC_CTYPE=en_US.UTF-8
2016-11-26 11:24:47,810 [ 1687] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor ruby-yaml-plugin-common.xml
2016-11-26 11:24:48,175 [ 2052] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor plugin-intelliLang.xml
2016-11-26 11:24:48,411 [ 2288] INFO - llij.ide.plugins.PluginManager - Plugin 'CVS Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,415 [ 2292] INFO - llij.ide.plugins.PluginManager - Plugin 'ClearCase Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,415 [ 2292] INFO - llij.ide.plugins.PluginManager - Plugin 'Perforce Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,416 [ 2293] INFO - llij.ide.plugins.PluginManager - Plugin 'Subversion Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,417 [ 2294] INFO - llij.ide.plugins.PluginManager - Plugin 'TFS Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,418 [ 2295] INFO - llij.ide.plugins.PluginManager - Plugin 'XSLT-Debugger' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,418 [ 2295] INFO - llij.ide.plugins.PluginManager - Plugin 'ZKM-Unscramble' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,419 [ 2296] INFO - llij.ide.plugins.PluginManager - Plugin 'JBA Cloud Config' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,419 [ 2296] INFO - llij.ide.plugins.PluginManager - Plugin 'Ant Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,419 [ 2296] INFO - llij.ide.plugins.PluginManager - Plugin 'Plugin DevKit' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,420 [ 2297] INFO - llij.ide.plugins.PluginManager - Plugin 'Guice' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,420 [ 2297] INFO - llij.ide.plugins.PluginManager - Plugin 'J2ME' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,420 [ 2297] INFO - llij.ide.plugins.PluginManager - Plugin 'TestNG-J' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,421 [ 2298] INFO - llij.ide.plugins.PluginManager - Plugin 'UI Designer' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,421 [ 2298] INFO - llij.ide.plugins.PluginManager - Plugin 'Velocity support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,421 [ 2298] INFO - llij.ide.plugins.PluginManager - Plugin 'ASP' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,421 [ 2298] INFO - llij.ide.plugins.PluginManager - Plugin 'Remote Hosts Access' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,422 [ 2299] INFO - llij.ide.plugins.PluginManager - Plugin 'hg4idea' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,422 [ 2299] INFO - llij.ide.plugins.PluginManager - Plugin 'CFML Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,422 [ 2299] INFO - llij.ide.plugins.PluginManager - Plugin 'Playframework Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,423 [ 2300] INFO - llij.ide.plugins.PluginManager - Plugin 'Cucumber for Groovy' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,423 [ 2300] INFO - llij.ide.plugins.PluginManager - Plugin 'Eclipse Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,423 [ 2300] INFO - llij.ide.plugins.PluginManager - Plugin 'Osmorc' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,424 [ 2301] INFO - llij.ide.plugins.PluginManager - Plugin 'Flash/Flex Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,425 [ 2302] INFO - llij.ide.plugins.PluginManager - Plugin 'GlassFish Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,425 [ 2302] INFO - llij.ide.plugins.PluginManager - Plugin 'Heroku integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,425 [ 2302] INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,426 [ 2303] INFO - llij.ide.plugins.PluginManager - Plugin 'JSR45 Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,426 [ 2303] INFO - llij.ide.plugins.PluginManager - Plugin 'OpenShift integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,426 [ 2303] INFO - llij.ide.plugins.PluginManager - Plugin 'Resin Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,426 [ 2303] INFO - llij.ide.plugins.PluginManager - Plugin 'CloudBees integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,427 [ 2304] INFO - llij.ide.plugins.PluginManager - Plugin 'Geronimo Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,427 [ 2304] INFO - llij.ide.plugins.PluginManager - Plugin 'WebSphere Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,427 [ 2304] INFO - llij.ide.plugins.PluginManager - Plugin 'WebLogic Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,428 [ 2305] INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,428 [ 2305] INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Drools Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,428 [ 2305] INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Arquillian Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,429 [ 2306] INFO - llij.ide.plugins.PluginManager - Plugin 'Struts 1.x' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,429 [ 2306] INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss jBPM' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,430 [ 2307] INFO - llij.ide.plugins.PluginManager - Plugin 'Java EE: Java Server Faces' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,430 [ 2307] INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Seam Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,430 [ 2307] INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Seam Pageflow Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,431 [ 2308] INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Seam Pages Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,431 [ 2308] INFO - llij.ide.plugins.PluginManager - Plugin 'Cloud Foundry integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,431 [ 2308] INFO - llij.ide.plugins.PluginManager - Plugin 'Java EE: Web Services (JAX-WS)' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,432 [ 2309] INFO - llij.ide.plugins.PluginManager - Plugin 'dmServer Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,432 [ 2309] INFO - llij.ide.plugins.PluginManager - Plugin 'FreeMarker support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,432 [ 2309] INFO - llij.ide.plugins.PluginManager - Plugin 'GWT Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,433 [ 2310] INFO - llij.ide.plugins.PluginManager - Plugin 'Google App Engine Integration' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,433 [ 2310] INFO - llij.ide.plugins.PluginManager - Plugin 'Vaadin Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,433 [ 2310] INFO - llij.ide.plugins.PluginManager - Plugin 'Struts 2' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,433 [ 2310] INFO - llij.ide.plugins.PluginManager - Plugin 'Tapestry support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,434 [ 2311] INFO - llij.ide.plugins.PluginManager - Plugin 'Grails' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,434 [ 2311] INFO - llij.ide.plugins.PluginManager - Plugin 'Android Support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,437 [ 2314] INFO - llij.ide.plugins.PluginManager - Plugin 'Kotlin' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,438 [ 2315] INFO - llij.ide.plugins.PluginManager - Plugin 'HAML' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,438 [ 2315] INFO - llij.ide.plugins.PluginManager - Plugin 'JavaFX' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,438 [ 2315] INFO - llij.ide.plugins.PluginManager - Plugin 'LESS support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,438 [ 2315] INFO - llij.ide.plugins.PluginManager - Plugin 'SASS support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,439 [ 2316] INFO - llij.ide.plugins.PluginManager - Plugin 'Stylus support' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,439 [ 2316] INFO - llij.ide.plugins.PluginManager - Plugin 'CoffeeScript' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,440 [ 2317] INFO - llij.ide.plugins.PluginManager - Plugin 'SSH Remote Run' can't be loaded because: Plugin is disabled
2016-11-26 11:24:48,528 [ 2405] INFO - llij.ide.plugins.PluginManager - 138 plugins initialized in 868 ms
2016-11-26 11:24:48,529 [ 2406] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Application Servers View (0.2.0), AspectJ Support (1.2), Bytecode Viewer (0.1), CSS Support (163.7743.44), Copyright (8.1), Coverage (163.7743.44), Cucumber for Java (999.999), DSM Analysis (1.0.0), Database Tools and SQL (1.0), EditorConfig (163.7743.44), Emma (163.7743.44), Gherkin (999.999), Git Integration (8.1), GitHub (163.7743.44), Gradle (163.7743.44), Groovy (9.0), HTML Tools (2.0), Hibernate Support (1.0), I18n for Java (163.7743.44), IDEA CORE (163.7743.44), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (163.7743.44), Java EE: Batch Applications (1.0), Java EE: Bean Validation Support (1.1), Java EE: Contexts and Dependency Injection (1.1), Java EE: EJB, JPA, Servlets (1.0), Java EE: JMS, JSON Processing, Concurrency, Transaction (1.0), Java EE: RESTful Web Services (JAX-RS) (1.0), Java EE: WebSockets (1.0), Java Server Pages (JSP) Integration (1.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Jetty Integration (1.0), Markdown support (VERSION), Maven Integration (163.7743.44), Maven Integration Extension (163.7743.44), Persistence Frameworks Support (1.0), Properties Support (163.7743.44), QuirksMode (163.7743.44), REST Client (163.7743.44), Refactor-X (2.01), Settings Repository (163.7743.44), Spring AOP/@AspectJ (1.0), Spring Batch (1.0), Spring Boot (1.0), Spring Data (1.0), Spring Integration Patterns (1.0), Spring MVC (1.0), Spring OSGi (1.0), Spring Security (1.0), Spring Support (1.0), Spring Web Flow (1.0), Spring Web Services (1.0), Spring WebSocket (1.0), Spy-js (163.7743.44), Task Management (1.0), Terminal (0.1), Thymeleaf (1.0), Time Tracking (1.0), Tomcat and TomEE Integration (1.0), UML Support (1.0), W3C Validators (2.0), XPathView + XSLT Support (4), YAML (163.7743.44)
2016-11-26 11:24:48,530 [ 2407] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: .ignore (1.6), AngularJS (163.7743.13), Completion Stats Collector (0.0.42), Docker integration (2.4.1), Karma (163.6110.28), LiveEdit (163.7743.25), NodeJS (163.7743.51), Ruby (2016.3.20161117), Typing Corrector (1.2.2), Yeoman (163.7743.25)
2016-11-26 11:24:48,530 [ 2407] INFO - llij.ide.plugins.PluginManager - Disabled plugins: ASP (0.1), Android Support (10.2.2), Ant Support (1.0), CFML Support (3.53), CVS Integration (11), ClearCase Integration (2.0), Cloud Foundry integration (1.0), CloudBees integration (1.0), CoffeeScript (2.0), Cucumber for Groovy (999.999), Eclipse Integration (3.0), Flash/Flex Support (163.7743.44), FreeMarker support (1.0), GWT Support (1.0), Geronimo Integration (1.0), GlassFish Integration (1.0), Google App Engine Integration (1.1.4), Grails (9.0), Guice (8.0), HAML (163.7743.44), Heroku integration (1.0), J2ME (1.0), JBA Cloud Config (163.7743.44), JBoss Arquillian Support (1.0), JBoss Drools Support (1.0), JBoss Integration (1.0), JBoss Seam Pageflow Support (1.0), JBoss Seam Pages Support (1.0), JBoss Seam Support (1.0), JBoss Support (1.0), JBoss jBPM (2.0.0), JSR45 Integration (1.0), Java EE: Java Server Faces (2.2.X.), Java EE: Web Services (JAX-WS) (1.9), JavaFX (1.0), Kotlin (1.0.5-release-IJ2016.3-1), LESS support (163.7743.44), OpenShift integration (1.0), Osmorc (1.4.8), Perforce Integration (2.0), Playframework Support (1.0), Plugin DevKit (1.0), Remote Hosts Access (0.1), Resin Integration (8.1), SASS support (163.7743.44), SSH Remote Run (0.1), Struts 1.x (2.0), Struts 2 (1.0), Stylus support (999.999), Subversion Integration (1.1), TFS Integration (999.999), Tapestry support (1.0), TestNG-J (8.0), UI Designer (163.7743.44), Vaadin Support (1.0), Velocity support (1.0), WebLogic Integration (1.0), WebSphere Integration (1.0), XSLT-Debugger (1.4), ZKM-Unscramble (1.0), dmServer Support (0.9.5), hg4idea (10.0)
2016-11-26 11:24:48,946 [ 2823] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1961
2016-11-26 11:24:48,980 [ 2857] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/IntelliJ IDEA.app/Contents/bin/fsnotifier
2016-11-26 11:24:48,987 [ 2864] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2016-11-26 11:24:49,661 [ 3538] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2016-11-26 11:24:49,708 [ 3585] INFO - gs.impl.UpdateCheckerComponent - channel: release
2016-11-26 11:24:49,758 [ 3635] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:25
2016-11-26 11:24:49,761 [ 3638] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:2
2016-11-26 11:24:49,778 [ 3655] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:12
2016-11-26 11:24:49,779 [ 3656] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2016-11-26 11:24:49,825 [ 3702] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2016-11-26 11:24:50,214 [ 4091] INFO - plication.impl.ApplicationImpl - 94 application components initialized in 2556ms
2016-11-26 11:24:50,239 [ 4116] INFO - .intellij.idea.IdeaApplication - App initialization took 4767 ms
2016-11-26 11:24:50,340 [ 4217] INFO - pl$FileIndexDataInitialization - Initialization done:578
2016-11-26 11:24:50,419 [ 4296] WARN - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2016-11-26 11:24:50,684 [ 4561] INFO - exImpl$StubIndexInitialization - Initialization done:344
2016-11-26 11:24:50,923 [ 4800] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@28edd76d
2016-11-26 11:24:51,236 [ 5113] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2016-11-26 11:24:51,612 [ 5489] INFO - management.pik.PikSdkRefresher - Refreshing sdks
2016-11-26 11:24:51,612 [ 5489] INFO - management.pik.PikSdkRefresher - pik isn't supported by OS
2016-11-26 11:24:51,617 [ 5494] INFO - gement.rbenv.RbenvSdkRefresher - Refreshing sdks
2016-11-26 11:24:51,618 [ 5495] INFO - gement.rbenv.RbenvSdkRefresher - rubies folder doesn't exist
2016-11-26 11:24:51,625 [ 5502] INFO - ellij.project.impl.ProjectImpl - 144 project components initialized in 792 ms
2016-11-26 11:24:51,699 [ 5576] INFO - le.impl.ModuleManagerComponent - 2 module(s) loaded in 74 ms
2016-11-26 11:24:52,316 [ 6193] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@51e7e81c
2016-11-26 11:24:52,776 [ 6653] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@4f7ffe75
2016-11-26 11:24:52,909 [ 6786] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 47ms; general responsiveness: ok; EDT responsiveness: ok
2016-11-26 11:24:54,725 [ 8602] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1813ms; general responsiveness: ok; EDT responsiveness: 1/2 sluggish
2016-11-26 11:24:54,827 [ 8704] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Project) or icon jar:file:/Applications/IntelliJ%20IDEA.app/Contents/lib/icons.jar!/toolwindows/toolWindowProject.png
2016-11-26 11:24:55,810 [ 9687] INFO - tartup.impl.StartupManagerImpl - /Users/Karsten/IdeaProjects/HelloWorld/.idea case-sensitivity: expected=false actual=false
2016-11-26 11:24:57,102 [ 10979] INFO - tor.impl.FileEditorManagerImpl - Project opening took 6446 ms
2016-11-26 11:24:57,967 [ 11844] INFO - .script.IdeScriptEngineManager - javax.script.ScriptEngineManager initialized in 2323 ms

 

0

Does it help if you disable the non-bundled plug-ins? http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.

Maybe Typing Corrector is causing the issue?

0

That was it - once I disabled the option below, my keys work again correctly. How can I report this as an official bug?

0

Please sign in to leave a comment.