Linux x86_64 : Alt-Gr key not responding in SQL developer 1.5.4

SQL Developer 1.5.4 Build MAIN-5940
uname -a
Linux mosselin-pc 2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64 GNU/Linux
/usr/lib/jvm/jdk1.6.0_13# bin/java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode)
cat ~/.sqldeveloper/jdk
/usr/lib/jvm/jdk1.6.0_13
In sqldeveloper the Alt-Gr Key is dead
the keyboard works perfectly
on a french keyboard, this key is used for the "~#{[|`\^@]}" symbols
these are quite useful for coding
the only workaround I have is to type the text using the gedit tool and cut/paste the code
Am I alone with this issue ?

Found : I just had to MODIFY the sqldeveloper.sh
#!/bin/bash
export LANG=C
export NLS_LANG=American_AMERICA.UTF8
cd "`dirname $0`"/sqldeveloper/bin && bash sqldeveloper $*
The French Linux machines have
LANG=fr_FR.UTF8
and NLS_LANG is unset by default
issue solved

Similar Messages

  • Backspace key not working on SQL Developer 3.2.20.09 on Mac OS X 10.7.4

    Hi,
    I've searched around and found that the backspace and arrow key problem has been a known issue on 1.x versions of SQL Developer. In that version the fix was to reload the keyboard Accellerator bindings in Tools->Preferences->Accellerators. However, the Accellerator dialog isn't available on 3.2.2 version. Is there any other way to fix it? I know on some Macs, the keys work fine.
    Thanks,
    Richard

    Hi Richard,
    The Accelerator feature was renamed. Rather than
    Tools->Preferences->Accelerators -> Load Presettry instead
    Tools->Preferences-> Shortcut Keys -> More Actions -> Load Keyboard SchemeHopefully reloading in 3.2.2 will have the same impact as in the 1.x releases for your issue.
    Regards,
    Gary
    SQL Developer Team

  • ALT+TAB key not working in Acrobat CC

    In PC, ALT+TAB key not working in Acrobat CC version...PLs. suggest your best ASAP

    How does this connect to the Acrobat SDK? Are you a programmer?

  • 10.4.11 Policy Key Not Responding

    I opened my activity monitor to check on a current process then noticed in red, Policy Key Not Responding. It had 4 hangs as well. I have repaired disk permissions and that is about it. My question is, is there a security problem of some sort when my Policy Key is not responding and secondly how can i fix this. Thanks for the help.

    Here is what is listed when I check the info from the process. Its parent process is called Window Server 64. Not sure what any of the below means.
    /Applications/PolicyKey.app/Contents/MacOS
    /Applications/PolicyKey.app/Contents/MacOS/PolicyKey
    /System/Library/CoreServices/CharacterSets/CFUnicodeData-B.mapping
    /System/Library/CoreServices/CharacterSets/CFCharacterSetBitmaps.bitmap
    /Library/Caches/com.apple.IntlDataCache.sbdl.501
    /usr/lib/libxml2.2.dylib
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/Resources/Extras.rsrc
    /usr/lib/dyld
    /usr/lib/libSystem.B.dylib
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCo re.framework/Versions/A/CarbonCore
    /usr/lib/libobjc.A.dylib
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServic es.framework/Versions/A/OSServices
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata .framework/Versions/A/Metadata
    /System/Library/Frameworks/Security.framework/Versions/A/Security
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting. framework/Versions/A/OpenScripting
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/P rintCore.framework/Versions/A/PrintCore
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L aunchServices.framework/Versions/A/LaunchServices
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering. framework/Versions/A/HTMLRendering
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServ ices.framework/Versions/A/NavigationServices
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/HIToolbox
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKi t.framework/Versions/A/SearchKit
    /usr/lib/libstdc++.6.0.4.dylib
    /usr/lib/libicucore.A.dylib
    /usr/lib/libcrypto.0.9.7.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C olorSync.framework/Versions/A/ColorSync
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwor k.framework/Versions/A/CFNetwork
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A TS.framework/Versions/A/ATS
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I mageIO.framework/Versions/A/ImageIO
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I mageIO.framework/Versions/A/Resources/libJP2.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I mageIO.framework/Versions/A/Resources/libTIFF.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C oreText.framework/Versions/A/CoreText
    /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Deskt opServicesPriv
    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    /dev/null
    /dev/console
    /dev/console
    obj=0x0243aea0
    obj=0x02503ee0
    obj=0x0243aea0

  • P/SQL Not Working in SQL Developer

    The following P/SQL seems to work fine in SQL Plus but does not run in SQL Developer
    insert /*+ append */ into upl_exclude_claims
    (select /*+ ordered parallel(s,4) parallel(claim,4) */
    /*+ use_hash(s,claim) no_index(claim, xbm_clm_recip) */
    s.recip,
    s.month_1st_day
    from lrx.upl s,
    mcd.fact claim;
    Thanks

    911105 wrote:
    The following P/SQL seems to work fine in SQL Plus but does not run in SQL Developer
    insert /*+ append */ into upl_exclude_claims
    (select /*+ ordered parallel(s,4) parallel(claim,4) */
    /*+ use_hash(s,claim) no_index(claim, xbm_clm_recip) */
    s.recip,
    s.month_1st_day
    from lrx.upl s,
    mcd.fact claim;
    ThanksWhat happens when you run it? Do you get an error or does nothing happen?
    If you get an error post the message
    Why didn't the first answer I did to this question post???

  • (Substitution Variables) not working in "SQL Developer" Environment !!!!!!!

    this photo illustrate how that (Substitution Variables) not working in "SQL Developer" Environment :-
    http://www.imagehosting.com/show.php/1555180_ddddd.PNG.html
    any solve for this problem ?????!!!!!!!!!!

    There is a dedicated forum for SQL Developer related questions
    SQL Developer
    I should admit however, that query you have provided ( with substitution variables) works like a charme in my environment (SQL Developer 1.1.0.23 build 23.64)
    Best regards
    Maxim

  • File- Print not working from SQL Developer 1.2.1 Build MAIN-32.13

    File->Print not working from SQL Developer 1.2.1 Build MAIN-32.13.
    I downloaded sqldeveloper-1.2.1.3213.ZIP and extract to a local directory. From the extracted directory I ran ..\sqldeveloper\sqldeveloper.exe from Windows XP sp2. The program itself seems to run just fine but File-Print doesn't do anything. In Help-About, Java Platform is reported as 1.5.0_06 and Oracle IDE is 1.2.1.3213. I'm not sure where to look for what is causing the problem.
    Thanks

    I hadn't tried CTRL-P before but I did today. On the first attempt, I saw a small jump in the memory usage for sqldeveloper.exe as reported in Windows Task Manager. Otherwise, there was no change. A second CTRL-P in the same session produced a further bump but subsequent attempts in the same session produced no further change in CPU or Memory Usage.
    Using Task Manager to monitor this further, I tried File->Print again and saw that sqldeveloper would periodically climb to 1 or 2 percent CPU and consume a little more memory. After a minute or so, though, all activity stops again.
    I do not get a print dialog box from SQLDeveloper using either CTRL-P or File->Print

  • Enter key doesnt work in SQL developer

    enter key doesnt work in sql developer so cant creat new line in code.
    enter key works fine when use word etc
    Can I fix this in the SQL developer settings somewhere.?
    thanks in advance.

    Hi Sue,
    Just to let you know, your solution worked... My SQL Developer got into a state again where the backspace key stopped working... doing 'load preset, default' on the accelerators did fix it. Strange, because I don't use/configure the accelerators at all. Thanks for that, and hopefully this will be permanently fixed in the next version.
    To echo what I think someone else was trying to say... I also have the issue that sql developer will 'lock up' or get bogged down sometimes, when i'm just typing away in the worksheet. Any keystrokes I entered in though will always get entered into the worksheet, once sqldeveloper 'unfreezes' itself. Of course, this issue is an annoyance factor only (little bit of impact on productivity though), but hopefully it gets fixed as well.

  • My iPod touch 4 home key not responding half of the time

    My iPod touch 4 home key is not responding half of the time when closeing apps and when iPod is asleep

    You can try the standard fixes:
    - Reset. Nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    -  Restoring from backup
    - Restoring to factory defaults/new iPod.
    - If under waranty, try to get it fixed/replace under the warranty.
    - FIX for iPod Touch Home Button: Apple Support Communities

  • Apple Bluetooth Keyboard : ESC Key not responding

    I'm using an Apple Bluetooth Keyboard with many Apple products (MBA, MBP, iPad) and i have a big problem : The ESC key is not responding. Everything else is working on my keyboard except the ESC Key. Do you know how to fix it ?

    Hello:
    It is, of course, possible that the KB has failed....
    Try resetting the PRAM.  If that does not help, I think it is time for a new one.
    Barry

  • Volume Keys Not Responding

    I purchased a new wireless keyboard just recently.  I have attempted to increase/decrease volume with the function keys at the very top of the keyboard.  They have not responded.  After thoroughly searching the communities and repeating steps others have followed, I am still not able to use the volume keys.  I need help.

    you need to reset your SMC... heres the link
    http://support.apple.com/kb/HT3964

  • Open Firmware startup keys not responding

    Hi there,
    My Command-Option-O-F combination at powerup is not responding to get me into the Open Firmware.
    Any thoughts?
    Cheers,
    Aaron

    Intel Macs do not support Open Firmware rather they use the EFI - extended firmware interface. You can start up in safe mode, single-user mode, or verbose mode. See the following:
    Startup key combinations for Intel-based Macs.

  • Portege M400 Fn Keys not responding

    My function keys on my laptop are suddenly not responding.
    I've never had a problem with them prior to this, but I'm not sure how to fix them at this point.
    When I hit the function key by itself, the green light beneath F11 still responds, but that's really the extent of the activity.
    I've had the laptop for almost a year, and I'm running an XP OS.
    Any comments or suggestions are much appreciated.
    Thank you!

    Hi again ;)
    I mean the Common Modules is a Toshiba driver which is necessary and important for the FN button usage.
    You can find it on the Toshiba driver page:
    http://eu.computers.toshiba-europe.com -> Support & Download -> Download Drivers
    There you have to choose your notebook series, OS and then you could download it.
    Then unzip the package and reinstall it on your notebook.
    Hope this helps

  • Soft keys not responding

    hi
    i followed the steps in the tutorial http://www.thetechlabs.com/tutorials/flash/creating-a-flash-lite-application-with-flash-cs 4-and-actionscript-20/ but when i run the application in the device central emulator, the soft keys do not respond. i even edited the action script code to change the text in the textboxes when the soft key is pressed but there is still no response.
    Thanx

    Hi dahaka2010,
    Has your problem been solved?
    On what profile/s and what content type/s were you trying it out? Wallpaper, Screensaver and Embedded in HTML for example do not have soft key functionality. Some profiles also might not support soft keys altogether.
    Thanks,
    Nandi

  • F keys not responding

    I'm running tiger still but my F1 thru F11 keys do not respond does anyone have a idea how to fix this?

    Do they work if you hold fn and hit them ?
    If so open System Preferences/Keyboard & Mouse, click the Keyboard Tab and uncheck "Use all F1, F2 etc, keys as standard function keys"

Maybe you are looking for