How to assign Windows key combo to shortcut?

Page 1 of 2 12 LastLast

  1. Posts : 6
    Windows 10
       #1

    How to assign Windows key combo to shortcut?


    I'm trying to make Win + C open the Calculator, but the Shortcut key field in Properties (from the Desktop shortcut) doesn't register a Win key press (just Ctrl or Alt or Del or a letter).

    Is there some way to do this?
      My Computer


  2. Posts : 2,075
    Windows 10 Pro
       #2

    The key combo was used in windows 8 and IDT it works or has a function in windows 10 or if you can even assign one to it. If you have a keyboard that allows macro keys to be assigned then you can.
      My Computer


  3. Posts : 182
    Win 10 rs1 - build 14393.1944
       #3

    Windows + C = Open Cortana in listening mode (It is locked by Windows to this call)

    How to assign Windows key combo to shortcut?-ashampoo_snap_2017.11.02_21h29m27s_002_.png
      My Computer


  4. Posts : 6
    Windows 10
    Thread Starter
       #4

    OK, I didn't see that on the ref sheet I was looking at, but it doesn't need to be Win + C, I'm OK with any other letter, the point of the post was to try to use the Win key with a letter to open Calculator from anywhere... so, does anyone know how to do that?
      My Computer


  5. Posts : 85
    Windows 10 Home
       #5

    If you are ok with using 3rd party software then the free AutoHotKey will let you assign a key combination shortcut.
    I stay away from the Win key because it might cause conflicts with default Windows shortcuts so I use ctrl + = for Calculator. If you use the Calculator a lot you could remap just one key that you rarely use to launch it, like insert maybe ?

    You can do a gazillion other things with AHK and it is the first software I install

    https://autohotkey.com/

    https://www.autohotkey.com/docs/commands/Run.htm

    To launch Windows Calculator with ctrl + = is a simple Run code like this:
    Code:
    Ctrl & =::Run, C:\WINDOWS\system32\calc.exe
    If you need help with AHK there are many friendly and helpful members at the forum
    https://autohotkey.com/boards/

    Good luck :)
    Last edited by FrillyBits; 02 Nov 2017 at 21:50. Reason: Information overkill
      My Computer


  6. Posts : 42,963
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #6

    However that needs to be changed if the universal app is to be launched rather than calc.exe doesn't it?

    start calculator:
    works in Powershell e.g.

    This works in an Autohotkey script:
    #c::Run, explorer.exe shell:appsFolder\Microsoft.WindowsCalculator_8wekyb3d8bbwe!App

    Put that in a text file, rename as .AHK
    Double click it

    Windows key + C launches the universal calculator app
    Last edited by dalchina; 03 Nov 2017 at 11:56.
      My Computers


  7. Posts : 85
    Windows 10 Home
       #7

    You're probably right, I forgot about that app because I never use it.
    I don't use any apps on Windows, only use apps on Android when I go shopping etc
    Last edited by FrillyBits; 03 Nov 2017 at 21:35.
      My Computer


  8. Posts : 17,838
    Windows 10
       #8

    Pin Calculator to the Taskbar and press WinKey+whatever number, (in my case 6):

    How to assign Windows key combo to shortcut?-000157.png
      My Computer


  9. Posts : 6
    Windows 10
    Thread Starter
       #9

    By the way, Win+C doesn't do anything on my computer; it's set up by the company that provided it to me.
      My Computer


  10. Posts : 85
    Windows 10 Home
       #10

    DaveCan said:
    By the way, Win+C doesn't do anything on my computer; it's set up by the company that provided it to me.
    It is possible the company won't allow you to install and use AutoHotKey.
    The solution offered by Edwin is probably easiest and best :)
      My Computer


 

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

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




Windows 10 Forums