Weird character input in textfield when hitting CTRL+somekeys

Hi,
Whenever an input textfield has the focus, some ctrl+something key combinations (for example ctrl+s, ctrl+o) produce some weird character input, that is, these weird characters (certainly non-ascii) appear in the textfield as if you had typed them.
This is obviously a bug, but is there any workaround? How can I prevent these combinations of keys to produce any text input at all? (without removing the focus from the textfield)?
This only happens in Flash Player (and Adobe AIR): I've never seen those character appear in any application as a result of ctrl+S, ctrl+O or any key combination (except alt+<numerical character code>)
Thanks in advance
m.

I'm not entirely sure that the issue we're facing is a font issue - I've managed to set a font for the TextField in question that can handle Japanese as well as English characters (in this case I'm using the Bitstream Cyberbit font), following guidelines in an article on the subject:
http://www.onjava.com/pub/a/onjava/2001/04/12/internationalization.html
If I enter the Japanese characters in a window of a native application, and then copy & paste into the TextField in my Java applet, they appear when using this font, and it seems like the applet can interpret them OK (in IE at least, still haven't tested in NS as yet) - the problem is that when entering the characters directly into the applet using the Win2k IME facility, they only appear as question marks.
Damian.

Similar Messages

  • Character input disaplay after " " when show up in af:outputFormatted

    When I input text after "<" in text field and save it in database varchar2 column. It is found that all character disappear after "<" when I retrieve it with af:outputFormatted. If I retrieve it with outputText. It can show up properly.
    For example, I input <abc> in the text field. I then the retrieve character from database. All the text <abc> disappear.

    Sorry for typo in title: it should read as "character input disappear after "<" when show up in <af:outputFormatted
    If I input &lt;abc>, then, the text <abc> show up properly
    hence, what can be done to fix it if I just input <abc> instead of &lt;abc>

  • Blob Brush Tool and Selecting Lines when Hitting Ctrl Z

    I've done searches for this answer, but I'm afraid it's too specific.  Basically, in Windows 7's Illustrator holding the ctrl key is a shortcut to the selection tool when someone is using the blob brush tool. (among others as well)  This means that if my cursor is ever hovering over a line when I hit undo (ctrl+z) it also selects the line because I've hit the ctrl key.  That means after the initial undo, I have to also move my cursor to another spot where there is no line and hit the control key again to deselect the line that became highlighted when I hit ctrl+z.
    I know it's not a big deal, but having to move your cursor every time you want to undo a mistake is really annoying.  Selecting the shape doesn't effect my drawing, but I'd rather not have a set of lines highlighted while I'm drawing.
    Is there a way I can stop Illustrator from selecting line segments when holding the control key?

    I'm having trouble understanding exactly what you mean. Floating the cursor over a line and then pressing Ctrl doesn't select the line -- it just temporarily changes the cursor to the last selection tool used. Nothing gets selected when you let go of the Ctrl-Z. However, read on:
    Regardless of where the cursor is, pressing Ctrl-Z just undoes the last operation. This could, of course, result in something being re-selected as a consequence of the UnDo. Are you perhaps pressing the left mouse button while pressing Ctrl-Z?
    Sorry if this is no help at all . . .
    Allen

  • Shutdown hook not called when hitting ctrl-c

    Hello
    I was expecting to be able to do clean-up (using a shutdown hook) when my application was terminated by a ctrl-c with the following code. But if the process is busy doing something (and not sleeping as is the case in all examples I've been able to find) the VM will not run it's hooks, so it seems.
    Am I missing something??
    public class ShutdownHook
    public static void main(String[] args)
    Runtime.getRuntime().addShutdownHook( new Thread() { public void run() { System.out.println("shutdown"); }});
    for (int j = 0; j < 10000; j++)
    System.out.println("run");
    // if the sleep is uncommented ctrl-c will work (99% of the time or so)
    // Thread.sleep(100);
    Regards,
    Jesper

    Cross-post. Original thread (with replies) is located at:
    http://forum.java.sun.com/thread.jspa?threadID=691132
    Kaj

  • When typing an 'L' followed by forward slash '/' I get a weird character

    I can't figure this out. whenever I type a string of text that requires an L and forward slash together I get some weird character that resembles an 'f' like for designating a 'function' in an equation only its backwards. this occurs in terminal, like in this example: cd /usr/local/name the 'l' at the end of local and the forward slash become one character. I can't duplicate this character any other time, just when l/ are in a string. Any ideas? I get this in terminal and entourage (only in plain text mode - html emails the character doesn't show) mainly.

    What you are seeing is a diacritic of an L with a line through it. It does the same for o/. You are probably using a font like Palantino, Hoefler, Chicago, or New York.
    I don’t use Terminal so I don’t know how to change it in that application, but in TextEdit
    1. open the Font panel (Format/Fonts/Show Fonts, or Command-t)
    2. from the Action menu (small gear shape in lower left corner) choose Typography
    3. in the Typography window select the Diacritics section (if there is no Diacritics, select in the Fonts panel one of the fonts mentioned above, like Chicago and the Typography window will change to show a Diacritics panel)
    4. click Don’t Compose Diacritics button
    I couldn’t find a Show Fonts command in Terminal, but now that you know the procedure, maybe you can figure it out.

  • Double character input error when entering data in numbers using Bluetooth keyboard.

    Using a bluetooth keyboard (Logitech) sometimes causes a double character input when entering data in numbers.
    For example if wish to enter the number "22" or the word "in" they become "2222" and "iinn". Pressing enter of tab also causes a double jump
    This problem is not always solved by turning keyboard off and on or by closing down and restarting numbers.
    This problem does not occur in any other app.
    I have used 2 different Logitech keyboards (ultra-slim and the recently new folio keyboard) and both caused the same problem.
    The error is sporadic but frequent and has lead to me often having to switch back to touch input.
    Very frustrating considering these excellent keyboards are ideal for using in numbers when working correctly!
    ANy advice would be much appreciated

    Zombie,
    Not much help I'm afraid, but I just saw your post & wanted to let you know that I have the same problem, but for me it manifests itself in many apps, and it happens with the Apple bluetooth keyboard
    . The only thing I've noticed is that it only seems to happen when I first start typing after not using the keyboard for a while (I'm not sure how long a while is, but maybe 30 seconds or so). Then I'll type & the first few letters will be fine, and then one letter double-types, and then it's fine again until I stop using it for whatever the threshold amount of time is. I'm guessing that it has something to do with the iPad's battery management & that it's shutting off the connection to the keyboard or something & once it picks it back up, then it double-types that letter.
    At least in Pages, it isn't as big of a deal because I know it's coming, I can correct it & then type for a long time. In Numbers, my keyboard use is much less consistent, so I need to be more cognisant of it.

  • Created an action in cs2 using ctrl-f12.  When I hit ctrl-f12, I get a print option and my action do

    created an action in cs2 using ctrl-f12.  When I hit ctrl-f12, I get a print option and my action does not run.

    If nothing in photoshop has that shortcut other than your action, perhaps that's a shortcut that some
    other running software is stealing from photoshop or the operating system itself has that shortcut assigned to print.
    I know some computer manufactors often have different functions assigned to some shortcuts that will override the photoshop keyboard shortcuts.
    What happens when you use the shortcut F12 in another program?
    Are you using any kind of macro program like AutoHotKey?
    Are you using a laptop?

  • Echoing ^C when I hit Ctrl+C - only on newer Arch boxes

    I've built a few new Arch boxes and noticed that while SSH'd in and I hit Ctrl+C, I see a "^C".  On my older Arch boxes, this isn't the case, it echos nothing, and I prefer it that way.  How can I get the old way back?

    Cadynum wrote:http://wiki.archlinux.org/index.php/Bas … ntrol_echo
    Ah thanks, completely missed that one.

  • A weird character becomes another one after saving it with RSKC!

    When we load a master data from R3 to BW, get an invalid character error which shows the weird character is kind of like two vertical parallel bars (sorry I am unable to give it here since whenever I submit this question, it will become other characters which could confuse you guys), we run RSKC to input this weird character, when inputting it, it shows as it is, but after saving it, find it becomes ##.  And the data load still fails.
    Any solution?
    Thanks
    Message was edited by: Kevin Smith

    hi Kevin,
    check if helps
    RSKC and # sign in the middle of a word
    Permitted characters during BW data load
    Load problem.......Special Chars..Urgent..

  • Weird Character in Code 128 Codeset B Barcode

    Hello Everyone,
    I am encoutering two issues dealing with barcodes in Crystal Reports 2008:
    I have an old Seagate Crystal Reports 7 report that uses Code 128 Codeset B barcodes.  I have converted the report to Crystal Reports 2008 and have tried using the new built-in 'Change to Barcode' function and the old BarcodeC128B() function that the old report used to create the barcode. The barcode is set to use font 'Code128'.  However, in both instances, and when I start fresh with the built-in function in a blank report, strange characters are appended to the end of the barcode.  Most of the characters are capital A's with different accent marks over the character, and sometimes they are capital E's with accent marks.  These barcodes do not match the barcodes that are generated out of the old version of the report.  Unfortunately, I do not have a scanner to test to see if they are working the same, but my instinct says they would not work with these extra characters.
    My next issue occurs when I export the report output to Microsoft Word.  The barcodes seem to change, i.e. they become smaller and the weird character on the end changes.  When I export report output from the old version of the Crystal Report to Word, the barcodes do not change.  Has anyone else experienced issues exporting barcodes to Word from Crystal Reports 2008?  I am using Crystal Reports 2008 version 12.3.5.925.  Thank you for your help.

    Hi Brian,
    I'm not convinced yet that it's the code set.  I am using Microsoft Server 2008 R2, and the fonts have been copied to the fonts folder just as I have done on every other platform where I have needed to produce or view the UPCs.  I have copied a file with UPCs that were generated correctly from Crystal Reports 8 over to the server and the UPCs are displayed correctly, which tells me the font is working on the server.
    I have contacted Azalea's technical support twice but I have gotten no response.  Has anyone else had a similar issue?

  • Fiefox not responding must hit ctrl,alt,deleate and close process.

    1) closing firefox .firefox not responding.Must hit ctrl,alt,deleat and go to processes and stop process.
    2)when moving from one site to another after visiting about 3 or 4 sites unable to leave page,get indicator " loading"which continues forever page does not change.Must restart firefox as outlined in item 1) very frustrating this is getting as bad as IE

    found plugins and disable all so far so good

  • Curve 9380: Return from character input to QWERTY keyboard

    Hello,
    I own BlackBerry Curve 9380 smartphone (all touch, without physical keyboard).
    I have the following issue:
    Consider you're writing a text message, when you need a question mark you're tapping on the "&% 123"  button in the left-down corner and selecting the question mark. In order to return back to the original QWERTY keyboard you need to tap on the button again, now "ABC".
    Is that possible to automate the return to the QWERTY keyboard from character input keyboard after tapping the "space" button?
    Keyboard is returning automatically back only if you will tap on the "Enter" button.
    Adding the "space" button would be a great enhancement for touch-based devices featuring BlackBerry 7 OS.
    Thank you.
    P.S. I didn't find any better medium for my concern than this forum, if somebody knows how to reach directly to software engineering group, please let me know.

    You still have the constructor declared inside the main method! :-)
    public class TrySimpleVectorWithKeyboardInput
    public static void main(String[] args)
    public TrySimpleVectorWithKeyboardInput()
    {}Move the two lines to outside the main. It should look something like this..
    import java.util.*;
    import java.io.*;
    public class TrySimpleVectorWithKeyboardInput {
        public TrySimpleVectorWithKeyboardInput() {
          // constructor code goes here
        public static void main(String[] args)    {
            Vector names = new Vector();       
            FormattedInput kb = new FormattedInput();       
            for (int i = 0; i < 5; i++) {         
                try {           
                    System.out.print("Enter a  name ");           
                    names.add( kb.readString());         
                } catch (InvalidUserInputException e) {           
                    System.out.println("InvalidUserInputException thrown. \n" + e.getMessage());         
            System.out.println("\nThe names in the vector are:\n ");       
            Iterator j = names.iterator();       
            while (j.hasNext()) {
                System.out.println(j.next());       
    }

  • Weird character while printing amount field in ADOBE form

    When amount field is set for any diplay pattern  in PDF form it is displaying like  ¤7.41.
    All display patterns are tried leading to same display.
    All display patterns show the first character as $, but displays this weird character '¤'.
    Advice me how to eliminate this or
    Is there a way to hide this character?

    Duplicate post - thread locked.

  • Chinese Character Input?

    Hi, I have snow leopard and I was wondering how to do the chinese character input, I know that you use the trackpad, but where do I go to do it? Thanks

    First of all you need to turn-on the features on the International Panel Located in the Preference area.
    I have encounter some bugs on the TrackPad Input. It recognize the characters quite well but, it is quite difficult to delete or accept characters you will understand what I'm saying when you tried it out.

  • Accidentally hitting Ctrl+Alt+F1

    I like to connect to my main desktop from work, and to do it I use VNC.
    Sometimes I'll accidentally hit Ctrl+Alt+F1 in VNC and this is apparently sent to my machine and so it switches to the first terminal!
    This completely locks me out because then apparently VNC stops sending keypresses, or my machine stops responding to them.
    What should I do in this situation?
    There has to be a way to send a keypress to my machine. What even listens for keypresses in the terminal or when I don't have X running and how can I send fake keys to it?
    Thanks.

    MJBoa wrote:If I wanted to send keys, could I?
    If the windows have the focus you can send keys with the command xdotool.
    To install:
    sudo pacman -S xdotool
    More information: man xdotool.

Maybe you are looking for

  • How to hide tabs/fields in crmd_order

    Dear All, We have been using transaction CRMD_ORDER for creation of quote/contract. We are in requirement to hide a few unused fields and a few unused tabs so that the user navigation is simplified and made error free. How do we achieve this. Regards

  • Type in text on a page, use that text in an animation

    Hi I've been reading up and starting to play with Edge Animate CC, but I can't write any of the code myself. (I used to be a programmer so I can "read" it, but I haven't learnt any languages in years.) As well as my video job I am also the Director o

  • Update the price related to condtions in Sales Order

    Hi all, I want to update the price related to condtions in Sales Order from input file. I am using bapi 'BAPI_SALESORDER_CHANGE' to for this. the code for this     wa_conditions-itm_number = wa_itab-itm_number.     wa_conditions-cond_value = wa_itab-

  • Matrix - Click Type ct_linked

    Hi All, I'd like to use a linked button in the matrix to allow the user to drill-down into an A/R Invoice. Unfortunately it is not possible to use the Document Number. You have to to use the internal Document "Entry" number for the linked button. I d

  • Ship to party name  in Sales Order

    Hello all. I created a sales order. I saw the technical information of a Ship-party in a sales order. It is a structure KUAGV. Field is TXTPA. I want to know  the real database table this information came from. Your help will be appreciated. Shirish