Results 1 to 4 of 4

Thread: Make Shift+Numpad act as Home/End Keys

  1. #1
    Join Date
    Aug 2008
    Location
    Austria
    Beans
    15
    Distro
    Xubuntu 11.04 Natty Narwhal

    Make Shift+Numpad act as Home/End Keys

    In Ubuntu used to be a keyboard option called "Make Shift+NumPad work like MS Windows" or something. It allowed me to press for example Shift+NumPad 7 and it would get registered as the "Home" key. Without that option the shift key acts like a temporary NumLock and it'll pick up a "7" instead.

    My regular Home/End keys are somewhat out of reach, so I wonder where the setting is in XFCE. I'm using the latest XUbuntu 11.04.

  2. #2
    Join Date
    Aug 2008
    Location
    Austria
    Beans
    15
    Distro
    Xubuntu 11.04 Natty Narwhal

    Talking Re: Make Shift+Numpad act as Home/End Keys

    After some grepping I found the solution: You need to add the numpad:microsoft option to the XkbOptions. On older Ubuntus, do that in your xorg.conf. On newer ones open the file /etc/default/keyboard and change this line:
    Code:
    XKBOPTIONS=""
    to
    Code:
    XKBOPTIONS="numpad:microsoft"
    Save and reboot (restarting X doesn't seem to work, at least not with RAlt+PrintScreen+K).

  3. #3
    Join Date
    Mar 2011
    Beans
    8

    Re: Make Shift+Numpad act as Home/End Keys

    Thanks for this. This is a usual need for laptops, how would one go about suggesting the feature to be accessible from the settings configurator that comes with xfce? is it already there and I couldn't find it?

  4. #4
    Join Date
    Aug 2012
    Beans
    3

    Re: Make Shift+Numpad act as Home/End Keys

    I install a derivation of Ubuntu 12.04 and I have the same issue.

    This solution works for me.

    Thanks.

Tags for this Thread

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
  •