Windows 10 Keyboard Shortcut to Calculator?












9















On all my Windows PCs I do a 'Shortcut key' for calculator to open with Ctrl+Shift+C:



Windows 10 Calculator Properties, Shortcut tab



I can't figure out how to do it on Windows 10. There are no right-click properties.





Windows 10 Calculator right-click










share|improve this question




















  • 3





    I just use win+R then type calc

    – Burgi
    May 9 '16 at 22:31






  • 1





    I have the Logitech K520 keyboard that has an individual calculator button on the top right corner. As I do not have any Logitech drivers installed, there must be a default shortcut.

    – mgutt
    Mar 29 '17 at 21:27






  • 1





    Now I found the solution. The calc button on my keyboard is the appkey #18 as explained here: superuser.com/a/194102/129262

    – mgutt
    Jul 8 '18 at 23:22
















9















On all my Windows PCs I do a 'Shortcut key' for calculator to open with Ctrl+Shift+C:



Windows 10 Calculator Properties, Shortcut tab



I can't figure out how to do it on Windows 10. There are no right-click properties.





Windows 10 Calculator right-click










share|improve this question




















  • 3





    I just use win+R then type calc

    – Burgi
    May 9 '16 at 22:31






  • 1





    I have the Logitech K520 keyboard that has an individual calculator button on the top right corner. As I do not have any Logitech drivers installed, there must be a default shortcut.

    – mgutt
    Mar 29 '17 at 21:27






  • 1





    Now I found the solution. The calc button on my keyboard is the appkey #18 as explained here: superuser.com/a/194102/129262

    – mgutt
    Jul 8 '18 at 23:22














9












9








9


2






On all my Windows PCs I do a 'Shortcut key' for calculator to open with Ctrl+Shift+C:



Windows 10 Calculator Properties, Shortcut tab



I can't figure out how to do it on Windows 10. There are no right-click properties.





Windows 10 Calculator right-click










share|improve this question
















On all my Windows PCs I do a 'Shortcut key' for calculator to open with Ctrl+Shift+C:



Windows 10 Calculator Properties, Shortcut tab



I can't figure out how to do it on Windows 10. There are no right-click properties.





Windows 10 Calculator right-click







windows-10 shortcuts calculator






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 28 at 19:23









Glorfindel

1,44041220




1,44041220










asked May 9 '16 at 20:28









gregggregg

9612822




9612822








  • 3





    I just use win+R then type calc

    – Burgi
    May 9 '16 at 22:31






  • 1





    I have the Logitech K520 keyboard that has an individual calculator button on the top right corner. As I do not have any Logitech drivers installed, there must be a default shortcut.

    – mgutt
    Mar 29 '17 at 21:27






  • 1





    Now I found the solution. The calc button on my keyboard is the appkey #18 as explained here: superuser.com/a/194102/129262

    – mgutt
    Jul 8 '18 at 23:22














  • 3





    I just use win+R then type calc

    – Burgi
    May 9 '16 at 22:31






  • 1





    I have the Logitech K520 keyboard that has an individual calculator button on the top right corner. As I do not have any Logitech drivers installed, there must be a default shortcut.

    – mgutt
    Mar 29 '17 at 21:27






  • 1





    Now I found the solution. The calc button on my keyboard is the appkey #18 as explained here: superuser.com/a/194102/129262

    – mgutt
    Jul 8 '18 at 23:22








3




3





I just use win+R then type calc

– Burgi
May 9 '16 at 22:31





I just use win+R then type calc

– Burgi
May 9 '16 at 22:31




1




1





I have the Logitech K520 keyboard that has an individual calculator button on the top right corner. As I do not have any Logitech drivers installed, there must be a default shortcut.

– mgutt
Mar 29 '17 at 21:27





I have the Logitech K520 keyboard that has an individual calculator button on the top right corner. As I do not have any Logitech drivers installed, there must be a default shortcut.

– mgutt
Mar 29 '17 at 21:27




1




1





Now I found the solution. The calc button on my keyboard is the appkey #18 as explained here: superuser.com/a/194102/129262

– mgutt
Jul 8 '18 at 23:22





Now I found the solution. The calc button on my keyboard is the appkey #18 as explained here: superuser.com/a/194102/129262

– mgutt
Jul 8 '18 at 23:22










4 Answers
4






active

oldest

votes


















4















  1. Create a shortcut of Calendar

  2. Set the target: C:WindowsSystem32calc.exe

  3. Right click on the shortcut and select “Properties”

  4. On the “Shortcut” tab, enter the keyboard shortcut


enter image description here



enter image description here






share|improve this answer

































    3














    Option 1




    • File Explorer, type this (shell shortcut) in location bar shell:AppsFolder, right-click Calculator, Create shorcut, Yes

    • Right-click new Calculator shortcut on Desktop, Properties, there is our Shortcut key field/entry!


    Option 2




    • Go to %WinDir%System32, right-click calc.exe, Create Shortcut, Yes. Then step 2 above


    If I placed the shortcut in %WinDir%System or Documents it seemingly wouldn't work!? It was flakey even moving back to Desktop, but after I set the shortcut to something else, hit Apply, then back to Ctrl+Shift+C it'd work :P






    share|improve this answer

































      0














      Using AutoHotkey script allows to use "Win" key for shortcut, e.g for Win+C:



      #c::Run "calc.exe"





      share|improve this answer
























      • Can you please give a little more detail.

        – Clinton
        Feb 3 at 21:48











      • First, download and install AutoHotkey e.g. from autohotkey.com Then, create a new text file (e. g. "calc.ahk") and place the above script in it. Finally, run the script. You can read more about hotkeys here: autohotkey.com/docs/Hotkeys.htm

        – user1414213562
        Feb 5 at 10:27



















      0














      With Windows 10 you can just simply pull the calculator icon from the Windows menu to your desktop, right click it and then select properties. The window that opens should allow you to add a hotkey.






      share|improve this answer

























        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "3"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1074946%2fwindows-10-keyboard-shortcut-to-calculator%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        4















        1. Create a shortcut of Calendar

        2. Set the target: C:WindowsSystem32calc.exe

        3. Right click on the shortcut and select “Properties”

        4. On the “Shortcut” tab, enter the keyboard shortcut


        enter image description here



        enter image description here






        share|improve this answer






























          4















          1. Create a shortcut of Calendar

          2. Set the target: C:WindowsSystem32calc.exe

          3. Right click on the shortcut and select “Properties”

          4. On the “Shortcut” tab, enter the keyboard shortcut


          enter image description here



          enter image description here






          share|improve this answer




























            4












            4








            4








            1. Create a shortcut of Calendar

            2. Set the target: C:WindowsSystem32calc.exe

            3. Right click on the shortcut and select “Properties”

            4. On the “Shortcut” tab, enter the keyboard shortcut


            enter image description here



            enter image description here






            share|improve this answer
















            1. Create a shortcut of Calendar

            2. Set the target: C:WindowsSystem32calc.exe

            3. Right click on the shortcut and select “Properties”

            4. On the “Shortcut” tab, enter the keyboard shortcut


            enter image description here



            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Sep 16 '17 at 0:35









            Scott

            15.9k113990




            15.9k113990










            answered Sep 15 '17 at 23:52









            Ali AfzaliAli Afzali

            412




            412

























                3














                Option 1




                • File Explorer, type this (shell shortcut) in location bar shell:AppsFolder, right-click Calculator, Create shorcut, Yes

                • Right-click new Calculator shortcut on Desktop, Properties, there is our Shortcut key field/entry!


                Option 2




                • Go to %WinDir%System32, right-click calc.exe, Create Shortcut, Yes. Then step 2 above


                If I placed the shortcut in %WinDir%System or Documents it seemingly wouldn't work!? It was flakey even moving back to Desktop, but after I set the shortcut to something else, hit Apply, then back to Ctrl+Shift+C it'd work :P






                share|improve this answer






























                  3














                  Option 1




                  • File Explorer, type this (shell shortcut) in location bar shell:AppsFolder, right-click Calculator, Create shorcut, Yes

                  • Right-click new Calculator shortcut on Desktop, Properties, there is our Shortcut key field/entry!


                  Option 2




                  • Go to %WinDir%System32, right-click calc.exe, Create Shortcut, Yes. Then step 2 above


                  If I placed the shortcut in %WinDir%System or Documents it seemingly wouldn't work!? It was flakey even moving back to Desktop, but after I set the shortcut to something else, hit Apply, then back to Ctrl+Shift+C it'd work :P






                  share|improve this answer




























                    3












                    3








                    3







                    Option 1




                    • File Explorer, type this (shell shortcut) in location bar shell:AppsFolder, right-click Calculator, Create shorcut, Yes

                    • Right-click new Calculator shortcut on Desktop, Properties, there is our Shortcut key field/entry!


                    Option 2




                    • Go to %WinDir%System32, right-click calc.exe, Create Shortcut, Yes. Then step 2 above


                    If I placed the shortcut in %WinDir%System or Documents it seemingly wouldn't work!? It was flakey even moving back to Desktop, but after I set the shortcut to something else, hit Apply, then back to Ctrl+Shift+C it'd work :P






                    share|improve this answer















                    Option 1




                    • File Explorer, type this (shell shortcut) in location bar shell:AppsFolder, right-click Calculator, Create shorcut, Yes

                    • Right-click new Calculator shortcut on Desktop, Properties, there is our Shortcut key field/entry!


                    Option 2




                    • Go to %WinDir%System32, right-click calc.exe, Create Shortcut, Yes. Then step 2 above


                    If I placed the shortcut in %WinDir%System or Documents it seemingly wouldn't work!? It was flakey even moving back to Desktop, but after I set the shortcut to something else, hit Apply, then back to Ctrl+Shift+C it'd work :P







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited May 9 '16 at 20:49

























                    answered May 9 '16 at 20:28









                    gregggregg

                    9612822




                    9612822























                        0














                        Using AutoHotkey script allows to use "Win" key for shortcut, e.g for Win+C:



                        #c::Run "calc.exe"





                        share|improve this answer
























                        • Can you please give a little more detail.

                          – Clinton
                          Feb 3 at 21:48











                        • First, download and install AutoHotkey e.g. from autohotkey.com Then, create a new text file (e. g. "calc.ahk") and place the above script in it. Finally, run the script. You can read more about hotkeys here: autohotkey.com/docs/Hotkeys.htm

                          – user1414213562
                          Feb 5 at 10:27
















                        0














                        Using AutoHotkey script allows to use "Win" key for shortcut, e.g for Win+C:



                        #c::Run "calc.exe"





                        share|improve this answer
























                        • Can you please give a little more detail.

                          – Clinton
                          Feb 3 at 21:48











                        • First, download and install AutoHotkey e.g. from autohotkey.com Then, create a new text file (e. g. "calc.ahk") and place the above script in it. Finally, run the script. You can read more about hotkeys here: autohotkey.com/docs/Hotkeys.htm

                          – user1414213562
                          Feb 5 at 10:27














                        0












                        0








                        0







                        Using AutoHotkey script allows to use "Win" key for shortcut, e.g for Win+C:



                        #c::Run "calc.exe"





                        share|improve this answer













                        Using AutoHotkey script allows to use "Win" key for shortcut, e.g for Win+C:



                        #c::Run "calc.exe"






                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Feb 3 at 17:15









                        user1414213562user1414213562

                        1011




                        1011













                        • Can you please give a little more detail.

                          – Clinton
                          Feb 3 at 21:48











                        • First, download and install AutoHotkey e.g. from autohotkey.com Then, create a new text file (e. g. "calc.ahk") and place the above script in it. Finally, run the script. You can read more about hotkeys here: autohotkey.com/docs/Hotkeys.htm

                          – user1414213562
                          Feb 5 at 10:27



















                        • Can you please give a little more detail.

                          – Clinton
                          Feb 3 at 21:48











                        • First, download and install AutoHotkey e.g. from autohotkey.com Then, create a new text file (e. g. "calc.ahk") and place the above script in it. Finally, run the script. You can read more about hotkeys here: autohotkey.com/docs/Hotkeys.htm

                          – user1414213562
                          Feb 5 at 10:27

















                        Can you please give a little more detail.

                        – Clinton
                        Feb 3 at 21:48





                        Can you please give a little more detail.

                        – Clinton
                        Feb 3 at 21:48













                        First, download and install AutoHotkey e.g. from autohotkey.com Then, create a new text file (e. g. "calc.ahk") and place the above script in it. Finally, run the script. You can read more about hotkeys here: autohotkey.com/docs/Hotkeys.htm

                        – user1414213562
                        Feb 5 at 10:27





                        First, download and install AutoHotkey e.g. from autohotkey.com Then, create a new text file (e. g. "calc.ahk") and place the above script in it. Finally, run the script. You can read more about hotkeys here: autohotkey.com/docs/Hotkeys.htm

                        – user1414213562
                        Feb 5 at 10:27











                        0














                        With Windows 10 you can just simply pull the calculator icon from the Windows menu to your desktop, right click it and then select properties. The window that opens should allow you to add a hotkey.






                        share|improve this answer






























                          0














                          With Windows 10 you can just simply pull the calculator icon from the Windows menu to your desktop, right click it and then select properties. The window that opens should allow you to add a hotkey.






                          share|improve this answer




























                            0












                            0








                            0







                            With Windows 10 you can just simply pull the calculator icon from the Windows menu to your desktop, right click it and then select properties. The window that opens should allow you to add a hotkey.






                            share|improve this answer















                            With Windows 10 you can just simply pull the calculator icon from the Windows menu to your desktop, right click it and then select properties. The window that opens should allow you to add a hotkey.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Feb 28 at 19:08









                            Glorfindel

                            1,44041220




                            1,44041220










                            answered Feb 28 at 18:00









                            user1003244user1003244

                            1




                            1






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Super User!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1074946%2fwindows-10-keyboard-shortcut-to-calculator%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                                is 'sed' thread safe

                                How to make a Squid Proxy server?