Share via

How to use external usb keypad on laptop to enter special chars?

Anonymous
2023-09-24T01:34:02+00:00

Hi all,

With a normal keyboard, we can use Alt+Numpad to enter special characters. Unfortunately my laptop does not have a keypad, nor does it have an option to use other keys for this purpose. Using the normal number keys also does not work.

I bought a USB numpad expecting it to allow the Alt+Numpad keys to work, but they do not. The keypad does work for normal numbers, so it's not an issue with the device or the usb port.

I have tried Alt+Numpad, Alt+Fn+Numpad, and I have added the below reg value as per a previously closed discussion to no avail.

Computer\HKEY_CURRENT_USER\Control Panel\Input Method 
EnableHexNumpad as String Value = 1

I am using Windows 11, on a <6 month old MSI gaming laptop.

Windows for home | Windows 11 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2023-10-10T01:28:31+00:00

    Hi,

    Thanks for pointing out the reason this is the case. I hadn't realised that there was the requirement for the Alt+keypad to be from the same device to work. Seems like a requirement not so easy to get around.

    I eventually checked out the AHK script, and seems remapping Alt+Numeric to Alt+KeypadNumeric has no negative side-effects (yet). Trying to combine Ctrl in the Alt code makes for a more challenging hand acrobatics than the alt key alone. I doesn't have any effect on their Shift+Symbol so this will have to do. Unfortunately my memory of the 'shape' of the alt codes are better than the digits themselves, so I have to re-learn them in a linear form lol. But at least they work.

    Cheers both for replies,

    Chloe

    0 comments No comments
  2. Anonymous
    2023-10-04T16:51:01+00:00

    The core issue is that Windows requires the entire alt+0ddd packet to come in the same USB packet (Alt and Numpad on the same device).

    Wikipedia entry: "One limitation of the Alt code feature is that the Alt key and the numpad keys being used to enter the code must both be on the same keyboard device. Users with keyboards that lack a numpad (e.g. tenkeyless designs) cannot use a separate numpad device to enter Alt codes while holding the Alt key on their main keyboard."

    The AutoHotkey script shown in the Reddit link from Sumit D might work, but I wouldn't recommend straight up remapping your number row, but instead use a modifier+number combination that's unlikely to be used in any of your Windows applications.

    Ctrl+Alt+num -> Alt+Numpad. This works. AutoHotkey script below:

    ^!1::!Numpad1 ^!2::!Numpad2^!3::!Numpad3^!4::!Numpad4^!5::!Numpad5^!6::!Numpad6^!7::!Numpad7^!8::!Numpad8^!9::!Numpad9^!0::!Numpad0

    0 comments No comments
  3. Sumit D - IA 166.2K Reputation points Independent Advisor
    2023-09-25T09:52:42+00:00

    Thanks Chloe.

    I researched on the Internet and saw there is a complex solution for that, which requires running AutoHotkey v2:

    https://www.reddit.com/r/techsupport/comments/z...

    Also check the following article:

    https://fsymbols.com/keyboard/windows/alt-codes...

    Standard 3rd party link disclaimer:

    There may be links to non-Microsoft websites that provide accurate and safe information. Watch out for ads on websites frequently classified as PUP (Potentially Unwanted Products). There is no need to buy paid products to fix your computers, as they sometimes do more harm than good.

    0 comments No comments
  4. Anonymous
    2023-09-25T06:33:39+00:00

    Here is the screenshot. Some laptops have a function key and numeric keypad buttons on j k l u i o 7 8 9, but not this one. I also cannot see any num-lock button or anything that might engage/allow the laptop to natively handle keypad keys.

    I really hope there is a way that windows 11 can recognise a USB keypad as a keypad for this purpose.

    Cheers,

    Chloe

    0 comments No comments
  5. Sumit D - IA 166.2K Reputation points Independent Advisor
    2023-09-24T05:13:54+00:00

    Hi Chloe,
    I'm Sumit, here to answer your query at the Microsoft Community.

    Can you send me a screenshot of the keyboard layout? Use your Phone's Camera to click a picture.

    0 comments No comments