How can I run another app when pressing the calculator key on my keyboard?

31,512

Solution 1

Did you try Logitech's SetPoint software? It may not let you change what program the key opens, but it's worth a try. I don't have a Logitech keyboard, so I can't check.

You could also try replacing the Calculator executable (%windir%\system32\calc.exe) with the other calculator, but that may be risky.

Solution 2

Edit this registry key:

HKLM/software/microsoft/windows/currentversion/explorer/appkey/18/ShellExecute

If it does not exist, create a String Value with name ShellExecute and as value the path to your program.

Share:
31,512

Related videos on Youtube

mark
Author by

mark

Updated on September 17, 2022

Comments

  • mark
    mark over 1 year

    I've a Logitech Media Keyboard 600 which features a separate button to launch the calculator. I need that quite often, but the Windows shipped calculator is useless; there are more advanced out there.

    So I've installed another calculator application and want this special key start this other app instead of the default one.

    Is that possible?

    I'm not searching for a solution to pin the app to the taskbar and use another shortcut key to launch it.

    • Naidim
      Naidim over 13 years
      The new calculator in Win7 is really good. What do you find better?
    • mark
      mark over 13 years
      E.g. PowerToys Calculator for WXP, didn't work for W7 but SpeedCrunch does. Need something with history and such.
    • jnm2
      jnm2 about 9 years
      @mark, you may want to consider that Tim C's answer is less invasive than the accepted answer and seems to be the ideal solution.
  • mark
    mark over 13 years
    That's it! I always avoid this vendor supplied software, have had too much bad experience with it the last 15 years .. but seems time changes ;-) With this software you can configure the key to run any app you want.
  • rusty
    rusty over 13 years
    Good to hear! I was guessing a little, since the Logitech website doesn't specify which keys are programmable. Some keyboards have programmable keys but don't let you modify media/special function keys.
  • mark
    mark over 13 years
    Thanks, that was also helpful and works without the need to install any software!
  • Twinbee
    Twinbee about 11 years
    Mine is 'HKEY_LOCAL_MACHINE' rather than 'HKLM'.
  • Mark Cidade
    Mark Cidade over 10 years
    'HKLM' is a std. abbr. for 'HKEY_LOCAL_MACHINE'
  • Mark Jeronimus
    Mark Jeronimus almost 8 years
    On Windows 10 HKLM/software/microsoft/windows/currentversion/explorer/appk‌​ey/18 is empty. Edit: ShellExecute is a String Value that you have to make, and it's value should be the full path.
  • Eric Kittell
    Eric Kittell over 6 years
    In my case (Windows 10) the value which was there by default was ShellExecute=calc.exe. Changing this to a full path of the calculator of my choice worked fine.
  • Mikey
    Mikey over 6 years
    now for the grand prize, someone tell me how to launch a Windows 10 app from within there) There's an amazing calculator called Console Calculator in the Windows store. It's a metro app, not to be confused with the quite similar console calculator regular windows application, which is also good but I like this windows 10 app better
  • TCB13
    TCB13 about 4 years
    If you want to do this with a Microsoft Store App, follow this: tenforums.com/software-apps/… and copy the resulting command eg. explorer.exe shell:AppsFolder\42145KTFlabs.Consolecalculator_8z4z4d1rtnx0‌​p!App to your registry string value.