You are not logged in.

#1 2007-04-11 21:13:49

Klette
Member
Registered: 2005-05-20
Posts: 27

Alt-Gr not working in Java applications

I'm having some troubles with java apps, I don't seem to have a working Alt-Gr key. Kinda sucks when I have to do java work in Netbeans.. Java development without {} and [] is kinda tricky tongue

I tried changing my XkbRules from xorg to xfree86 but to no prevail..

Using a norwegian keyboard btw, my xorg.conf looks like this

 Section "InputDevice"
  
      # generated from default
      Identifier     "Keyboard0"
      Driver         "kbd" 
      Option         "CoreKeyboard"
      Option         "XkbRules"           "xorg" 
      Option         "XkbModel"           "pc105" 
      Option         "XkbLayout"          "no"
  EndSection

Any ideas?

Last edited by Klette (2007-04-11 21:56:28)

Offline

#2 2007-04-12 09:54:01

[vEX]
Member
From: Sweden
Registered: 2006-11-23
Posts: 450

Re: Alt-Gr not working in Java applications

Does AltGr work otherwise? If it does then I don't think it's a problem with the X.org configuration.
Just for reference, here's my configuration (which works fine using AltGr even under java):

Section "InputDevice"
  Identifier     "Generic Keyboard"
  Driver         "kbd"
  Option         "CoreKeyboard"
  Option         "XkbRules" "xorg"
  Option         "XkbModel" "logiitc"
  Option         "XkbLayout" "se"
EndSection

PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM

Offline

Board footer

Powered by FluxBB