"Alt Gr" Key

Hi there,
i just encountered a problem which i can't quite figure out why it is happening.
In my Extension there are inputfields where the user can enter an email-adress for example.
Working on a german-layouted keyboard there is the "Alt Gr"-Key which is used to write the @-Symbol. (I think this Key is just an additional Alt on US-Layouted ones)
Unfortunately all input using "Alt Gr" is simply ignored and no input is made within my input-field.
Experiencing this problem at the newest version of InDesign CC 2014
It's working fine in InDesign CC though
Can anyone reproduce this issue or maybe even has a solution to this?
With kind regards
Thomas

Hi Thomas,
We will be fixing this issue in a future release. ETA currently not available.
Kind regards,
Lea

Similar Messages

  • Alt+mnemonic key is not working properly for Menu Items

    Assume there are two menus , File Menu with mnemonic Alt+F
    and Save Menu with mnemonic Alt+S. File Menu contains the
    menu items like PageSetup with Mnemonic S. Save menu has
    the menu item Properties with Mnemonic P.
    Pressing Alt+F opens the File Menu which has the menu item
    PageSetup.Pressing S activates the PageSetup menu item.
    Similarly Pressing Alt+S opens the Save Menu which has the
    menu item Properties. Pressing P activates the Properties
    menu item acion. But Pressing Alt+P also activates the
    Properties menu item action(it is not the desired behaviour)
    Pressing Alt+Mnemonic key has to open only the Menus.It
    should not consider the menu items.
    STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
    1.Press Alt+F
    2.File Menu is invoked
    3.Press S
    4. Invokes the menu item action
    5. Press Alt+S
    6. Save menu is invoked
    7. Press P
    8. Invokes the menu item action
    9. Press Alt+P
    10. Invokes the menu item action
    EXPECTED VERSUS ACTUAL BEHAVIOR :
    Pressing of Alt+Mnemonic key invokes the menu and also menu
    item actions. If the same mnemonic is present in the Menu
    it is giving the priority to Menu only.Pressing of Alt key
    alone does not hiding the pull down menu
    Expected Result;
    Pressing of Alt+Mnemonic key has to list out the pull
    down menu only.It should not consider the menu items with
    the same mnemonic. If Alt key alone is pressed the pull
    down menu has to hide.
    REPRODUCIBILITY :
    This bug can be reproduced always.
    ---------- BEGIN SOURCE ----------
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class JavaBug extends JFrame
    public JavaBug()
    // Create menu bar
    JMenuBar menuBar = new JMenuBar(); // Create menu bar
    setJMenuBar(menuBar); // Add menu bar to window
    // Create first option on menuBar
    JMenu m1 = new JMenu("File");
    m1.setMnemonic('F');
    JMenuItem m1o1 = new JMenuItem("PageSetup");
    m1o1.setMnemonic('S');
    m1o1.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    System.out.println("File/PageSetup was selected");
    m1.add(m1o1);
    // Create second option on menuBar
    JMenu m2 = new JMenu("Save");
    m2.setMnemonic('S');
    JMenuItem m2o1 = new JMenuItem("Properties");
    m2o1.setMnemonic('P');
    m2o1.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    System.out.println("Save/Properties was selected");
    m2.add(m2o1);
    menuBar.add(m1);
    menuBar.add(m2);
    this.setTitle("Mnemonic Bugs");
    addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    System.exit(0);
    setSize(400,250);
    show();
    public static void main(String[] args)
    JavaBug bug = new JavaBug();
    Suggestions welcomed
    punniya

    I tried your code, but didn't get your "bug" using jdk 1.3 on windows 2000 (at my school).
    Kind regards,
    Levi

  • Application makes a sound when clicking alt + any key

    I have an EventListener that catches the key down and key up events to see if Alt is being pressed for certain hotkeys. I noticed when you hold down Alt + anykey the application makes a sound. I thought this may have been from what I had overwritten, but I opened an application that had nothing in it and hit alt + any key and it made the same sound. Where is this sound coming from and how can I remove it?

    I don't think so. If I hit Alt + 1, while no AIR app is running it doesn't make the sound.
    If I click Alt + 1, when any AIR app is running it makes the sound.

  • Alt car key on lenovo u430p not working.

    hey guys, my keyboard is the multilingual french keyboard. But for some reason when i try to enter french symbols using the "Alt Car" key and then pressing the desired key - nothing happens.
    anybody know of a fix to this problem? being un-able to use french characters is annoying me

    There is a feature with Starup Repair, at least for win7, that will fix some extras, including the partition tables.
    Simply Run it three times in a row from the DVD, not from the hard drive...without letting it try to boot into windows..
    Usually you can read through what it has checked and what it has changed.. hopefully will see a message that will give a hint of what is wrong.
    The first time takes a while,, on my win7/64 its maybe 30 minutes.., Then the 2nd and 3rd times run its only a few minutes each. Very fast.... Near the end of the 3rd run it will rebuild the partition tables, marks the boot or windows partition active.. and has done all it can & then quits.
    If you made a windows backup set with a system image it will replace the small boot partition and system image and replace all your doc/pics etc. ''Restore from back up" option on the same window/menu showing startup repair.

  • 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

  • Always Script Editor ... Alt Gr key does not work

    Hi,
    With IE6 in SQL Script Editor
    Alt Gr Key does not work.
    For instance, I cannot type ||
    In fact it's a copy-paste from SQL command (which works well)
    Note Script Editor does not work with Firefox.
    Thank you for any information
    Regards
    JRD120

    You might try this:
    Remove any USB device except mouse/keyboard
    Perform a PRAM-reset (hold ALT-CMD-P-R until you've heard the starting chime 3 times)

  • Ctrl-Alt-CapsLock key remapping not honored

    I have the Ctrl-Alt-CapsLock keys remapped on my Win XP system (using 
    MS PowerToys), but Illustrator (14.0) insists on using the original
    positions of these keys.  Anybody know how can I make Illustrator use
    the remapped positions with the built-in shortcuts, for example, when I press the
    key labelled CTRL, I want it to produce the ALT functionality (as it does in every other
    program I ever installed).

    As a bi-platform user of Adobe software, I know exactly why you'd want to interchange the positions of the left Alt and Ctrl keys.
    Unfortunately, when you use post-driver software (that works by intercepting keyboard interrupts), you put yourself at the mercy of "rogue" programmers -- such as those apparently hired by the Adobe Illustrator engineering department -- who have their own peculiar ideas about how things like this should work.
    My solution might sound radical (and it's not cheap), but it works: Buy a keyboard that enables remapping at the firmware level. An example would be the Avant keyboards -- the descendants of the Northgate OmniKey series -- that not only give you key remapping but also some rudimentary macro programming capabilities. They even come with extra keycaps and a keycap removal tool so that you can, for example, keep the labeling correct on your remapped Ctrl and Alt keys. They use Alps mechanical rather than membrane-type key switches, which is great for someone like me (who does a fair amount of writing and loved the original IBM keyboards)... but I do understand that is a matter of personal preference.
    As an added bonus, your key remaps and macros travel with the keyboard. Plug it into another computer, and all of your customizations are right there, ready to go.
    I'm sorry I don't have an easier answer for you.

  • Alt Gr + key combination not working in FF?

    When i wont to type for example "@" i cant because in FF combination of Alt Gr key and V are not working.
    Why the combination is not working and how i can fix that?

    I had the same problem, in my case the problem was the Firewall (COMODO). I set the Firefox program without permission to access to the keyboard, the most of keys worked perfectly but ALTGR+Any didn't work. Try to allow access to the keyboard to firefox program if you has any firewall with proactive defense.
    I hope this solve your problem.
    Regards,
    Blackmoon

  • [Solved]-Help me swap Space key with alt gr key

    My laptop is acer 4735, the Space key was dead. I've trying swap Space key with Alt Gr key but it's not success! The Alt Gr keycode is 100 and space is 65. What's can I do now
    Last edited by Narga (2013-03-01 09:12:25)

    Narga wrote:What's can I do now
    Follow the instructions on the wiki: https://wiki.archlinux.org/index.php/Ex … board_Keys

  • Alt/Option Key gets registered with any key I type. How can I fix

    Hello,
    Today I encountered an issue. Suddenly my macbook air is typing everything as if the alt/option key was stuck. When I display keyboard viewer I realize that it is not being registered as being pressed. However, as soon as I press any key all the characters switch into their respective symbols as if the alt/option key was active. I notice that if nothing is being pressed, the keyboard viewer displays all characters as regular, but as soon as any key gets pressed, they all switch to symbols and if held down, the image of symbols persist in replacement to the characters. I've tried disabling the alt/option key- no result. I tried restarting the computer-no result. I tried removing both alt/option keys manually and cleaning them- no result. Is this a hardware issue or some bug/malware causing my character registration to be messed with?
    Thank you very much for any help

    Try another keyboard.  It it works ok, this indicates your internal one is most likely damaged and needs repair/replacement.  Any software problem will affect all keyboards.

  • 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?

  • Windows 8.1 Alt + F4 key stops working

    After waking a new Samsung laptop from sleep, the Alt F4 key combination fails to close the desktop window with the focus.  The correct behaviour can be restored by carring out a full shutdown (shutdown.exe /s /f /t 00) and restart.  I am unable
    to test the action with the on-screenkeyboard (OSK) as the Windows 8.1 OSK does not have function (F) keys.
    My laptop is not connected to a domain and is of unmodified, factory (OEM) Windows 8 build, purchased in June 2013. Windows 8.1 was installed in November 2013.  I have no infomation on whether this issue was introduced before or after SP1 was installed
    Please advise how I can to prevent the Alt + F4 key combination failing to work after waking the laptop from sleep?

    Check with your System Maker's Support and their forums. Does your system have an
    F-Lock key that needs to be toggled?
    Some laptops have utilities which program the F keys which could be causing the issue.
    Check the StartUp Programs.
    How to perform a clean boot to troubleshoot a problem in Windows Vista, Windows 7,
    or Windows 8
    http://support.microsoft.com/kb/929135
    Other programs to help :
    Autoruns - Free - See what programs are configured to startup automatically
    when your system boots and you login. Autoruns also shows you the full list
    of Registry and file locations where applications can configure auto-start settings.
    http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Explorer - Free - Find out what files, registry keys and other objects
    processes have open, which DLLs they have loaded, and more. This uniquely
    powerful utility will even show you who owns each process.
    http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
    Hope this helps.
    Rob Brown - Microsoft MVP <- profile - Windows Expert - Consumer : Bicycle <- Mark Twain said it right!
    Rob Brown -
    Microsoft MVP <- profile - Windows Expert - Consumer : Bicycle - Mark Twain said it right.

  • Mac thinks alt/option key is always held down

    This problem has happened twice on this iMac in the last two weeks. The first time it didn't disappear until I reinstalled Yosemite fresh. Now it has randomly done it again. Here is the full deal.
    iMac 27" late 2009, 12 gb of RAM, Wacom Intuos 3 tablet, external OWC Mercury Elite Pro FW800 2 TB drive, Mac OS X Yosemite 10.10.2, Apple Wireless Keyboard (came with iMac), Microsoft Wireless Mobile Mouse 3500. The Mac goes along fine, then suddenly all type input from the keyboard is scrambled looking. However, the reason becomes clear when the Keyboard Viewer is opened: the Mac thinks the alt/option key is pressed. If the keyboard is powered off, taken away from the Mac, and linked up to an iPad Air 2, it works perfectly, so it isn't the keyboard.
    I am at my wits end. After years without a Mac (but with an iPhone and an iPad), I expected not to run into this kind of PC-style inexplicable nuttiness. Maybe someone here can explain this phenomena and tell me whatbI am doing wrong.

    Hi Glenn,
    It may help to reset your Mac's SMC and PRAM.
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/HT3964
    Reset your computer’s PRAM
    http://support.apple.com/kb/HT1379
    Regards,
    Allen

  • Boot alt/option key

    First thanks for read my question, so my problem is that I buy a Western Digital (My Book) USB external hard drive so I did a backup with Carbon Copy Cloner and SuperDuper both apps do a great backup job and with both I can boot from my USB external hardrive via System Preference Startup Disk, but when try to boot via restart and hold down alt/option key neither can boot Carbon Copy Cloner or SuperDupe not even my internal hard drive shows I releas the alt/option key and the computer boot from my internal drive so I disconect de external hardrive and restart my MacBook Pro (to see if the key is not working properly) but it works the computer show my internal drive almost instanyly so I choose it and the computer boots normaly then I try it again with the external hard drive conected and hold alt/option key for about 1 minute but neither hard drive shows but when I releas the alt/option key the computer boot from my internal drive properly.
    so what I'm doing wrong?
    Thanks

    thank you both so I reset my Reset Parameters Ram then restar the computer and said I will hold alt/option key until something happend and guess what something and after like 2 minutes an half something happend the two hardrives show so I guess the slownwes of the system to recognize the external harddrive is because the hardrice is cheap and very slow but again
    thanks

  • Alt/option key stuck

    Does anybody know what could cause the ALT/Option key to be stuck, when the key itself doesnt make contact?
    I have tried cleaning/resetting and the problem doesnt go away. I'm left typing in symbols.
    When using keyboard viewer it will show the Option-key is in use. But its not and not making any contact.
    Even when setting up no action for the Option-key its still pressed?

    I was hoping some of you guys could help me out with this.
    The other day I left my Macbook pro for a few hours and when I came back and opened it again, the keyboard could only type in a wierd symbol language (Looked almost like ancient greek ) - The only way to write English letters was to keep the CAPS LOCK key turned on.
    I opened the keyboard viewer - and this was what it showed:
    (No screenshot available sry)
    Furthermore, when I open my computer at startup - I have to press a HD symbol to access the mac.
    I may have pushed some shortcut button by accident, but I really can't recall.
    Do you folks have any clue as to what might be the problem?
    Thanks alot!

Maybe you are looking for