remap number keys


  1. Posts : 141
    windows 8.1 pro
       #1

    remap number keys


    i have a keyboard with the additional number key pad. i was therefore thinking maybe there is a way to change to default of the regular number keys - above the letters - to act as they are pressed with the shift key.
    what i mean is, can i change the default of my number keys, to be !@#$%^&*()

    i am running windows 7 home premium, on a toshiba laptop

    thanks in advanced.
      My Computer


  2. Posts : 5,092
    Windows 7 32 bit
       #2

    You can download AutoHotkey_L here:
    AutoHotkey

    It's free and works on Windows XP and later. For what you describe this script should work:
    Code:
    Sendmode,Input
    percent := "%"
    1::!
    2::@
    3::#
    4::$
    5::send,%percent%
    6::^
    7::&
    8::*
    9::(
    0::)
    See the Autohotkey forums for help with scripts. You can either run the script directly or it may be more convenient to "compile" it into an exe that has the interpreter packed in. That way you can run it on systems that do not have AHK installed. It's great for making little tray hotkey utilities.
      My Computer


  3. Posts : 12,120
    Win 7 Pro x64 / Win 10 Pro
       #3

    Also there is KeyTweak Download

    Jerry
      My Computer


  4. Posts : 141
    windows 8.1 pro
    Thread Starter
       #4

    thanks, ill try to see what works best.

    bongo, your KeyTweak Download, is really a great program, but my problem being that it doesnt allow one to remap a key that needs a shift pressed to activate it. but it really has great options.

    milesahead, AutoHotkey, was exactly what i needed, i would have had to spend lots of time working out the script, which you copied for me, so essentially you did all the work.
    i would like to point out, the program also gives you an option to convert the file as an exe file, therefore making it that much easier to email to a friend that needed it badly.

    thanks, and have a good weekend
    Last edited by tapuz; 28 Feb 2014 at 08:03. Reason: added info
      My Computer


  5. Posts : 12,120
    Win 7 Pro x64 / Win 10 Pro
       #5

    Good gear you got it, milesahead knows autohotkey very well.

    Jerry
      My Computer


  6. Posts : 5,092
    Windows 7 32 bit
       #6

    Glad it worked for you. :)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:42.
Find Us