Jumpy Keyboard / Cursor ?

So I received my CookBook pro just over a week ago, and so far am pretty happy with it. (It gets warm, but not so hot I can't pick it up. It does get uncomfortable on my lap, however.)
This is both my first Mac and my first "laptop".
I do a lot of coding for the web: Mostly PHP with HTML, and trying out different text editors. Right now I'm using Subethaedit, which I like a lot.
Anyway, sometimes when I'm typing, the cursor will jump up a number of lines. It will type everything I've entered, but just not where I intended it. So then I have to cut and paste back to where I was working.
Is this common among laptop keyboards? I would ask whether or not it's a case of sensitivity, but sometimes I stop to type characters One At A Time, nice & slowly, and it still hops.
Does anyone know why? I can type upwards of 60+ WPM, and having a jumping cursor is no good. Could it possibly be some "combination of keys" is a shortcut to "go up X lines"?
Thanks for your time.

In system preferences under mouse/keyboard under trackpad settings make sure that you have selected ignore accidental trackpad input.
Intead of Subethaedit I use BBedit which costs a couple bucks but is worth it in my opinion. You should check it out. It has a lot of integrated features (like subversion support) and is a really mature product.

Similar Messages

  • How to get keyboard cursor on specific field with a condition

    I am using forms6i. i have two fields 1st field1 and field2. I want that when field1='A' then keyboard cursor go to field2 else it must automatically skip the field2. and the condition is that the trigger must not be key-next-item, because if this process completed or not we have to go to next record and to save it.How is this possible???

    Depending on how your users navigate your application (mostly keyboard or combination of keyboard and mouse) the Key-Next-Item (KNI) trigger will not file if the user uses the mouse to leave Field1. Rather than use the KNI trigger I suggest you use a combination of the When-Validate-Item (WVI) and the Module/Form level When-Timer-Expired (WTE) triggers. This ensures no matter how your user leaves Field1 that the navigation cursor will go to Field2 if the value of field1 is 'A'. For example:
    /* Sample WVI trigger */
    DECLARE
       timer_id   TIMER;
    BEGIN
       IF ( :FIELD1 = 'A' ) THEN
          Create_Timer('GOTO_FIELDB',1,NO_REPEAT);
       END IF;
    END;This code creates a 1 millisecond timer which will execute immediately so there is no lag in your application. Also, since it is a 1 millisecond timer, it will not cause a network trip to the application server.
    /* Sample WTE trigger */
    /* This is a Module/Form level trigger */
    DECLARE
       v_Timer   VARCHAR2(30) := Get_Application_Property(TIMER_NAME);
    BEGIN
       IF ( v_timer = 'GOTO_FIELDB' ) THEN
          Go_Item('FIELDB');
       END IF;
    END;Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Imac Tiger keyboard cursor speed

    One feature of OS X that causes me pain is the keyboard. Aside from it's compactness (My old hands seem much too big for this keyboard), I miss the ability to have full control over the keyboard cursor. I cannot hold down the spacebar nor the arrow keys and have the cursor race across the text or speed up and down the page. Holding the options key and arrow keys moves a word at a time but that's not quite the same thing.
    Have I missed something here? Does anyone know how to restore this feature or know of any software utility that will make this possible?
    Everything else is near perfect.
    Hap

    Hi
    Have you tried going into System Preferences>Keyboard & Mouse>Keyboard & adjusting the Key Repeat Rate & Delay Until Repeat settings?
    Steve

  • Jumpy mouse cursor: bug in Acrobat 10.1.12?

    Is there a patch or fix for erratic mouse (jumpy cursor) at the edge of an Acrobat application window? When I move the cursor over any of the four sides or edges of an open window without clicking, the cursor jumps back and forth over the edge/border. This only happens when Acrobat is the active application, i.e. not when I'm using another application but happen to move my mouse over the boundaries of the Acrobat window.
    This seems to have appeared suddenly.
    OS: Mac 10.6.8.
    Things I've tried:
    Reboot
    Changing to different mouse
    Changing the mousing surface
    Cleaning the mouse lens
    Closing other open applications
    Thank you,
    Jenn.
    P.S. I couldn't find the right sub-forum to post this question - please redirect this question if needed.

    Are you sure didn't have the Shift key down at the same time as you pressed Cmd and the + (plus) key?
    Cmd-Shift-plus and Cmd-Shift-minus are the shortcuts for rotate clockwise and counterclockwise.
    For me, with Acrobat X 10.1.1 on Lion Mac OS X 10.7.2, Cmd-plus and Cmd-minus are working fine for zooming in and zooming out.

  • Keyboard,cursor question.

    when the cursor in the textArea,how to forbit(ignore) the keyboard input,
    and how locate the cursor's position,(for example i press a button,
    then will show some text in the current cursor's position)
    Thank in advance.

    Add a keylistener to your textarea and consume all keypresses you do not want. Something on the line of this:
    public class numericTextField
        extends javax.swing.JTextField {
      public numericTextField() {
        super();
        this.addKeyListener(new java.awt.event.KeyAdapter() {
          public void keyTyped(java.awt.event.KeyEvent e) {
            char c = e.getKeyChar();
            if (!((Character.isDigit(c) ||
                   (c == java.awt.event.KeyEvent.VK_BACK_SPACE) ||
                   (c == java.awt.event.KeyEvent.VK_DELETE)))) {
              getToolkit().beep();
              e.consume();
    }Hope this helps.
    Kisses,
    Mink

  • Keyboard cursor/shift keys !

    Can anyone tell me how to get up the cursor/shift keys (left, right, up and down) please ?
    Many thanks.

    http://www.sonymobile.com/global-en/support/contact-us/
    Contact sony about this,keep the forum clean,1 post at a time.
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Controlling sliders with keyboard cursor

    I don't know whether this is trivial or not but does anyone know how to control the sliders with the cursor keys? e.g. up-down cursor for up-down slider left-right for left-right slider.

    Give the control focus (Using TAB key)
    the SHIFT and arrow (UP)
    Interestingly its the same for both sliders
    (Ergonimic disaster or Windows native)?

  • Trackpad, Cursor issues

    MacBook Pro circa 12/2009  - 13"
    Just started.... only left side of trackpad clicks - when I type in documents and email the cursor moves .. For example if I try to type "the dog eat the cat" --- it will come out differently each time but something like  " he god act the" 
    Also when I try to move the cursor to cut and paste - it picks up everything off the page
    when try to scroll down a page it - copies everything
    alread reset PRAM 
    advice needed - trying to get this message was a great feat
    thank ouy

    Hi, I believe I'm having the same problem as you, Zaby, with the jumpy keyboard / letters / unexpected insertion points. Creating any document on my 2008 MacBook, including in email, I'll be typing and after a dozen or so keystrokes, the letters randomly fly to a line somewhere above and the sentence continues there. Sometimes this overwrites previous sentences (argh!) and sometimes things are suddenly highlighted and overwritten, gone! Spontaneous combustion. (Apple Z restores but it's a horrendously frustrating process.) Then I have to go to the lines above and drag the middle of the sentence back to where it started. And repeat.
    There's no discernable pattern. I tried making the lines very short because it happens somewhere into a line but this doesn't always work due to the randomness. Maddening!
    My thumbs stay off the trackpad.
    When I brought this problem to the Genius Bar, they pointed out that I had a "Crackpad" (which I had figured was normal wear and tear) and told me there's a quiet recall of the cracked keyboard/mouse/trackpad part. They said this could fix the problem. If not, the next step would be repairs to some cable beneath the keyboard costing $500 -- some kind of shorting between the trackpad, cursor and keys type deal.
    So the top of the MacBook was made new again (which also fixed my "white key syndrome").
    Problem with insertion points persists... up to now?
    I've been reading the Forums for about an hour to find suggested solutions to this issue not costing $500. The problem is not so well documented (that's why I'm going into great detail). Aside from reinstalling SMS (?) and PRAM there was no consensus on why this happens or how to fix it. HOWEVER I just followed a suggestion to go into System Preferences and click "ignore random input" in the Trackpad section. I also slowed down the keystroke rate and the repeat rate in the Keyboard preference.
    Suddenly I'm able to type this at my normal speed without the flying letters! I know this doesn't work for everyone and I'm quite skeptical that this will last more than an hour. But if the fix was that easy I'll be thrilled.
    cheers

  • JTextPane custom views keyboard problem

    Hi,
    I am trying to implement a custom view in the JTextPane. The view is appearing fine but the keyboard cursor movements are not working. The cursor no longer moves from line to line as it used to when using the arrow keys. However Iam able to move from the end of 1 line to the start of next line. This is when I override section view with my custom view.
    In another case, when I override paragraph view, then the cursor size is equal to the paragraph height and I get a tall cursor the size of the paragraph. I can no longer navigate the lines in the paragraph.
    Could someone tell me why this is happening.
    cheers,
    Hugo
    My views are setup as follows:
         class XmlViewFactory implements ViewFactory {
              // Creates the XML View.
              public View create(Element elem) {
                     String kind = elem.getName();
                if (kind.equals(AbstractDocument.ContentElementName)) {
                                 return new LabelView(elem);
                         else if (kind.equals(AbstractDocument.ParagraphElementName)) {                     
                                   return new ParagraphView(elem);
                         } else if (kind.equals(AbstractDocument.SectionElementName)) {
                              return new ResponseView(elem);                         //  <-------     my custom view
              //                return new BoxView(elem, View.Y_AXIS);
                         } else if (kind.equals(StyleConstants.ComponentElementName)) {
                             return new ComponentView(elem);
                         } else if (kind.equals(StyleConstants.IconElementName)) {
                             return new IconView(elem);
                    return new LabelView(elem);             

    Hi,
    Here's an update to my earlier question.
    The problem happend to be not with any custom views as earlier mentioned. The following usage doesn't work.
      if (kind.equals(AbstractDocument.ContentElementName)) {
                      return new LabelView(context, elem);
                  else
                  if (kind.equals(AbstractDocument.ParagraphElementName)) {
                            return new ParagraphView(elem);
                  } else if (kind.equals(AbstractDocument.SectionElementName)) {
                       return new BoxView(elem, View.Y_AXIS);
                  } else if (kind.equals(StyleConstants.ComponentElementName)) {
                      return new ComponentView(elem);
                  } else if (kind.equals(StyleConstants.IconElementName)) {
                      return new IconView(elem);
               return new LabelView( context, elem);even when no custom view is involved. I get a blank JTextPane.
    cheers
    OV

  • Changing the Cursor Width

    Hai all,
    I have an application in which I am not able to see the Keyboard cursor clearly. Can anyone help me in increasing the Keyboard Cursor width through Oracle Forms 6i.
    Thanks....
    Bye..
    Badari Hareesh.

    Hi,
    as far as I know, this is not possible. On teh Web chances would be to write a PJC that changes the cursor, but this too is more a work around than a feature.
    Frank

  • FF 8.0.1 Issue with cursor keys

    Hi,
    I encounter issue with using any of the keyboard cursor arrow keys (i.e. up/down/left/right, page up/dwn) in any textboxes on any websites that I open with FireFox.
    I made sure I have the latest mouse/keyboard drivers installed and I also checked the behaviour by openiung a web site using Internet Explorer where these sympthoms do not occur.
    When ever I enter any text and try to press arrow left/right the cursor didn't move. It only moves when I keep pressing the cursors key. The same happens by pressing Ctrl+arrow left/right or page down/up in multiline fields.
    Any advices are greatly appreciated.
    Thanks
    Bodo

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Annoying blinking cursor in console

    hi everybody,
    i've always been annoyed by blinking things. i don't really know the reason why. so when installing pretty much any desktop environment, i immediately turn blinking cursors off (if i can). i'm using gnome, where it's simple to set up for both the terminal (i use guake) and the standard applications. but since i'm low on ram and some tasks are better accomplished on the command line anyway, i grew more and more annoyed by the constant blinking.
    searching around, i found these pages, where the solution is nicely documented:
    http://linuxgazette.net/137/anonymous.html
    http://www.emacswiki.org/emacs/CursorOnLinuxConsole
    basically, all you have to do is use an escape sequence. but if you insert it only in your .whatevershellrc, the blinking cursor will return after opening a programme, e.g. nano. so you have to follow the instructions on the emacswiki page.
    oh, one more thing: afaik, the best cursor is simply an inverted (and, of course, non-blinking) block. none of the pages had an example for that. if you agree with me, here's the command for it:
    echo -n -e '\e[?17;14;224c'
    just thought i'd share this. have fun. :)
    EDIT: it's better without a newline, so i added '-n' to echo.
    Last edited by bamdad (2010-05-28 21:41:51)

    you could try setting the global preferences in system settings > keyboard > cursor blinks in text fields. unfortunately, i don't have access to a gnome 3 session currently, so i can't check for you.
    edit: if you've already done that, make sure that guake likes your current gtk theme (if it looks ugly, you know that it doesn't follow your global settings).
    Last edited by bamdad (2011-05-29 11:34:29)

  • Keyboard select controls stop working

    I have an Apple keyboard connected via usb, and an Apple wireless Magic Mouse.
    When working on a project I tend to use the browser to select a photo, make adjustments in the viewer, then move on to the next photo. Standard stuff.
    Typically the sort of adjustments are cropping, stacking, rating, skin smoothing, exposure etc. Again standard stuff.
    After doing a few of these, the move arrows (up, down, left, right) stop working, so navigating through the project becomes a pain. Also, it is not uncommon for the mouse to throw a 'wobbly' and dart all over to the wrong places.
    The solution is to close and restart Aperture.
    I've sent a bug report to Apple, but anyone else getting this?

    Hey, was wondering if it was just me. I have the same exact problem, and it may be something I'm doing wrong.
    What I used to do in Aperture 2 was say lift from one image then use the keyboard cursor keys to move left/right/up/down through the project and stamp when needed, this could be done without changing from the stamp tool.
    Now to do this I have to press 'O' to get the lift tool, then press 'A' to get me the selection cursor, then press 'SHIFT-O' to get the stamp tool, this will then allow me to stamp on thumbnails and move along to the next image using the keyboard without changing back to the selection cursor 'A'.
    Does this make sense? Because it's a pain and really slows the workflow down. I have no wireless input devices and the same happens on the MacPro and Macbook Pro.
    Greg

  • My screen disappeared and I can't get it back

    I posted this problem last week, but I may not have explained it properly. While on Firefox, the page suddenly disappeared and all I can get is a picture of the page when I mouse over the icon in the taskbar. Clicking on the picture doesn't restore the page. If I click on the icon itself, the page appears to fly off my screen and flies back when I click again, but it doesn't restore to full screen. I can't access any links or buttons because I don't have a web page at all, and I can't reset Firefox for the same reason. Is there anything I can do to fix this without actually using a web page?
    Thanks to the one person who replied last week, but I can't access the page to use the links. I need a solution that doesn't involve a web page.

    * Use Restore or Maximize in the right-click context menu of the Taskbar icon to set focus to the Firefox application if you do not see the Firefox window.
    * Open the system menu of that Firefox window via Alt+Space and see if you can move and resize the window into view by using the keyboard cursor keys.
    If this works then first close all other open Firefox windows and then close Firefox via "File > Exit/Quit" to save this setting.
    If the above didn't help then see:
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Couldn't get to the login scrn. Circle with slash symbol. S-mode not helpin

    System: *PowerMac G4 DDR 1GHz with 1.25GB RAM and Tiger 10.4.10 (or .11 not sure)*
    At first, I could not get the Mac to get to the login screen i.e. it boots up but the timer symbol thing (you know that clockwise 'loading' icon thingy) keeps cycling for hours (eventually I switched it off not to waste electricity).
    Tried second time using OS X install disk and check + repair disk, then boot up - still the same symptoms. (NB. Looks like I can do the fresh install though but that is not my intention just now).
    Then, did the reset PRAM thing (cmdalt+PR), second chime - folder/question mark (no startup disk screen), then it shows the circle with slash icon on screen, eventually shut it down.
    In single user mode, it stops after the 'got bootdisk...' and no flashing of the keyboard cursor.
    In verbose mode, almost the same as above.
    +Have not changed the PRAM battery or reset PMU. Have been off the grid (off at socket for quite a long period but does not normally do this).+
    +In single user mode, one of the line says clock is wrong or reset. After PRAM reset, one line says PMU was reset.+
    My questions are:
    1. What is that circle with slash icon mean? (can only find on Intel Mac pages - could not load boot.efi, or some other issue)
    - ref: <http://support.apple.com/kb/HT2674>
    2. Is installing a new system folder the only solution?
    3. Do I need to get a new battery?
    4. Is my startup hard disk at fault?
    Thanks.
    dean

    Hi Dean,
    Have been off the grid (off at socket for quite a long period but does not normally do this).
    I'm pretty sure the battery is extremely dead if the computer has been off the grid. Remove the PRAM battery and see if it starts. A new battery is always a good place to begin. We've seen plenty of posters here say their MDD startup problems cleared up with the installation ofa new battery. I get my batteries here:
    http://eshop.macsales.com/item/Newer%20Technology/BAA36VPRAM/
    I don't know your geographic location; if you are not in an area served by the above reseller, you can use the specs in that link to shop locally. Bottom line--you need to eliminate the battery as a suspect before proceeding with troubleshooting.
    If a battery is over a year old I don't bother testing it. I've had too many PRAM batteries test 3.6V in my hand yet did not perform well enough under load to propelr work in teh computer.
    Another easy thing to try is a Safe Boot. Info here:
    http://support.apple.com/kb/HT1455
    Be sure to give the computer time to get to a desktop--takes longer is safe mode.

Maybe you are looking for

  • Unable to run the maven project using TFS 2013

    Hi All, This is Raghu, I am new to TFS. I am running Maven project (selenium+java) using TFS. I configured TFS in my local box and installed TFS plugins for Eclipse. I have committed all of my code to TFS and created a new build in TFS using Eclipse

  • How do I get Lion machine 10.7.2 to connect to Mobile Me?  I need my calendars, etc.

    I bought a new Lion IMac 10.7.2 and moved over everything it could from my 10.5.8 Imac machine by using target mode since the two migration assistants didn't want to talk to each other..  But it did not move over my addresses, calendar, mail preferen

  • Ipod not recognized by itunes after update

    I received an error message upon attempting to sync my iPod after several months of not syncing.  I received an error message that if I didn't perform an update, I would lose all my apps.  The update took ~1 hour and to my dismay, reset my iPod to fa

  • Not Fit for Purpose in the 21st Century

    BT As someone who is on one hand fortunate enough to live in a semi rural area, and also unfortunate enough to live in a semi rural area. I have no other option open to me to use any other network (and I mean network) than BT's. Having to suffer copp

  • Difference SAP Business Workflow and ccBPM

    Hi, well both mentioned are for connecting Applications. In my point of view there is only a difference in... SAP Business Workflow: connects Applications via Tasks across SAP-Systems ccBPM: with help of PI it should connect Applications via Adapter