Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: [solved] numeric keypad disabled, only mouse-moves results

  1. #1
    Join Date
    Apr 2007
    Beans
    76

    [solved] numeric keypad disabled, only mouse-moves results

    numeric keybad is suddenly disabled, pressing numlock does not work any more, every numeric keystroke only moves the mouse-pointer, reboot and newstart does not help, (shure, using a different keyboard shows same not working numeric keypad).
    -
    Switching to text-console via Alt-Shift-F1 proves numlock is working.
    -
    reason: one can disable the numeric keypad with pressing: Shift+Numlock
    and it will be disabled until one presses again Shift+Numlock

    and i do not know why i could not notice that in the gnome keyboard setup
    (that is: system->preferences->Keyboard) the point
    "Enable Mouse Keys" - "Select this option to make the numeric keypad emulate mouse actions...."
    should have been enabled.

    if someone finds the file and entry this setting is saved for every session, pls. give a note - i could not find it in the .gnome-user-directories.

    how it may happened to me: blender-3d uses a lot the shift-key while editing, and the numeric-keypad keys to switch the view(front, side). While still the shift-key seemed to be pressed, my large fingers may have hit not only the key-7 on numpad, i may hit the numlock-key above the key-7 too... ...
    Last edited by alterpinguin; October 16th, 2008 at 02:06 PM. Reason: how it happened without notice

  2. #2
    Join Date
    Mar 2009
    Beans
    1

    Re: [solved] numeric keypad disabled, only mouse-moves results

    I have had the exactly same problem.

    Many thanks to you (since I was getting tired for not finding a way to put the system in normal mode, and I solved the problem by reading your post).

    Actually this happened on a linux system with gnome, but not with ubuntu. So it is not specific to ubuntu.

    I made a backup copy of the several directories where gnome stores config files, and a diff between previous config files and present config files let me find that the place where this setting is store is

    ~/.gconf/desktop/gnome/accessibility/keyboard/%gconf.xml

    in a entry named

    mousekeys_enable

  3. #3
    Join Date
    Mar 2005
    Location
    Vancouver
    Beans
    7
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: [solved] numeric keypad disabled, only mouse-moves results

    Thanks, I had this problem as well.

    shift+numlock is strange enough that you'd think you would never hit it, yet it seems that it does happen to a few of us

  4. #4
    Join Date
    Dec 2005
    Location
    Vancouver, Canada
    Beans
    9
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: [solved] numeric keypad disabled, only mouse-moves results

    Thanks for the 'fix'. I was cursing my Microsoft keyboard for this.

    Turns out my 1 1/2 year old is much better with the computer than I am. Now both my kids have somehow changed my system in some way without me figuring out how.

  5. #5
    Join Date
    May 2010
    Beans
    2

    Re: [solved] numeric keypad disabled, only mouse-moves results

    Thank you! I was struggling with this for couple of weeks. I was wonder how it happened by it-self. I don't understand why all those magic tricks are copied from Windows, it's rubbish. More annoying than helping. Shift+NumLock, it's magic!

  6. #6
    Join Date
    Nov 2007
    Location
    Lajeado, RS, Brazil
    Beans
    15
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: [solved] numeric keypad disabled, only mouse-moves results

    Awesome! Shift-NumLock! I'd probably never notice that by myself! Thank you so so much!!!

  7. #7
    Join Date
    Aug 2005
    Location
    Costa Rica
    Beans
    119
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: [solved] numeric keypad disabled, only mouse-moves results

    How's this for a brainstorm idea? When you push shift-numlock it pops up an indication that mouse keys are being enabled.

  8. #8
    Join Date
    Jun 2009
    Location
    Rio de Janeiro, Brazil
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: [solved] numeric keypad disabled, only mouse-moves results

    Quote Originally Posted by mikerobinson View Post
    How's this for a brainstorm idea? When you push shift-numlock it pops up an indication that mouse keys are being enabled.
    I would DEFINATLY vote for it!!!

    My 2 cents on this whole issue:

    - The "mousekeys" behaviour can be turned ON or OFF using GUI: Menu -> System -> Preferences -> Keyboard -> Mouse Keys -> Check/Uncheck "Pointer can be controlled using the keypad"

    - Or, using gconf-editor: Menu -> System Tools -> Configurator Editor and then navigating to desktop/gnome/accessibility/keyboard/mousekeys_enable.

    - If the Configurator Editor (gconf-editor actually) is not showing in your menu (it is unfortunaly disabled by default), you can enable it using Menu -> System -> Preferences -> Main Menu

    - Command-line (useful for scripiting) to check, enable and disable the value:
    Code:
    gconftool --get /desktop/gnome/accessibility/keyboard/mousekeys_enable
    gconftool --set /desktop/gnome/accessibility/keyboard/mousekeys_enable false --type=bool
    gconftool --set /desktop/gnome/accessibility/keyboard/mousekeys_enable true  --type=bool

  9. #9
    Join Date
    Jun 2009
    Location
    Rio de Janeiro, Brazil
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: [solved] numeric keypad disabled, only mouse-moves results

    Oh, by the way: as for the keyboard shortcut for this, Shift+NumLock, i could not find where it is set, or how to change / disable it. Its not in Preferences > Keyboard Shortcuts. Any clues on that is welcome!

  10. #10
    Join Date
    Nov 2008
    Beans
    158

    Re: [solved] numeric keypad disabled, only mouse-moves results

    i have mouse keys disabled and i also used the gconf command to ensure it was disabled. i verified the value is set to false in ~/.gconf/desktop/gnome/accessibility/keyboard/%gconf.xml but my numpad is still moving the mouse pointer!!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •