LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: lightbringer on May 01, 2008, 12:22:49

Title: No key events with linux and scim
Post by: lightbringer on May 01, 2008, 12:22:49
Running Ubuntu 8.04 and scim (http://www.scim-im.org/) (version 1.4.7 plus libraries and gnome bindings), I am not getting any input events at all from the Keyboard, although Keyboard.create() works. Uninstalling scim solves the issue. Problem occurs with lwjgl 2.0 beta as well as with 1.1.4.
Title: Re: No key events with linux and scim
Post by: wolf_m on May 15, 2008, 21:53:12
Have you tried to use scim alongside other apps that access the keyboard directly, like some SDL game?
Title: Re: No key events with linux and scim
Post by: lightbringer on May 31, 2008, 04:38:28
I tried that with Doom 3 Linux and with a version Tux Racer (I think both of these use SDL for input), both could access keyboard without problems alongside scim.