Windows 10 Virtual Desktop HotkeysDisable Win+1-9 HotkeysHow to quickly move current window to another task...

Count repetitions of an array

Is there a way to not have to poll the UART of an AVR?

Boss asked me to sign a resignation paper without a date on it along with my new contract

Microtypography protrusion with Polish quotation marks

Does an Eldritch Knight's Weapon Bond protect him from losing his weapon to a Telekinesis spell?

Need help with a circuit diagram where the motor does not seem to have any connection to ground. Error with diagram? Or am i missing something?

I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."

Can the "Friends" spell be used without making the target hostile?

Is there a verb that means to inject with poison?

Square Root Distance from Integers

Do authors have to be politically correct in article-writing?

Why didn't the 2019 Oscars have a host?

What makes papers publishable in top-tier journals?

Does a paladin have to announce that they're using Divine Smite before attacking?

Why is one not obligated to give up his life rather than violate Lashon Hara?

Midterm in Mathematics Courses

Plausible reason for gold-digging ant

How would an AI self awareness kill switch work?

Crack the bank account's password!

Converting very wide logos to square formats

Possible issue with my W4 and tax return

How vim overwrites readonly mode?

When Are Enum Values Defined?

Does Skippy chunky peanut butter contain trans fat?



Windows 10 Virtual Desktop Hotkeys


Disable Win+1-9 HotkeysHow to quickly move current window to another task view / desktop in Windows 10?AutoHotKey - Custom shortcut to switch to next/previous desktop in Windows 10Can I Disable CTRL+ALT+ArrowKey key combination in favor of the Windows 10 Virtual Desktops?Windows 10 Virtual Desktops - Shortcut to “enable” / “activate” a program after desktop switchShortcut keys to move windows between virtual windows 10 desktopWindows 10: Switch virtual deskop while in fullscreen remote desktopHow do I change Windows 10 hotkeys?New notepad++ window for each Windows 10 virtual desktop?How to change windows 10 “task view” Virtual Desktop Keyboard shortcut?













4















Is there a good way to change the hotkeys in windows 10 for the virtual desktop switcher?



My mouse, Logitech MX Performance, SetPoint doesn't support windows key. So i can bind my mouse to have it create a new desktop or switch desktops. Is there a way i can change WIN + SHIFT + D to SHIFT + 1 or some other shift + command?










share|improve this question


















  • 2





    You can use a program like AutoHotKeys and create your own hotkey, that maps back, to the actual hotkey. It is extremely difficult to change the default shortcuts in Windows

    – Ramhound
    Jul 30 '15 at 20:49











  • I have been fiddling with auto hotkey but cant figure it out. Especially the 3 key to 1 or 2 keys.

    – John Ayers
    Jul 30 '15 at 20:59











  • If your question was what's an AHK script for taking in Shift + 1 and sending WIN + SHIFT + D my answer would be : +1:: Send #+d:: return

    – TechnoCore
    Jul 30 '15 at 22:03











  • Woops, extra colons. Should be +1:: Send #+d return

    – TechnoCore
    Jul 30 '15 at 22:32











  • ^Numpad3:: Send #^Right return is what i mad to make control plus numpad fire off WIN + CONTROL + RIGHT ARROW. It doesnt work. Any ideas?

    – John Ayers
    Jul 31 '15 at 13:08
















4















Is there a good way to change the hotkeys in windows 10 for the virtual desktop switcher?



My mouse, Logitech MX Performance, SetPoint doesn't support windows key. So i can bind my mouse to have it create a new desktop or switch desktops. Is there a way i can change WIN + SHIFT + D to SHIFT + 1 or some other shift + command?










share|improve this question


















  • 2





    You can use a program like AutoHotKeys and create your own hotkey, that maps back, to the actual hotkey. It is extremely difficult to change the default shortcuts in Windows

    – Ramhound
    Jul 30 '15 at 20:49











  • I have been fiddling with auto hotkey but cant figure it out. Especially the 3 key to 1 or 2 keys.

    – John Ayers
    Jul 30 '15 at 20:59











  • If your question was what's an AHK script for taking in Shift + 1 and sending WIN + SHIFT + D my answer would be : +1:: Send #+d:: return

    – TechnoCore
    Jul 30 '15 at 22:03











  • Woops, extra colons. Should be +1:: Send #+d return

    – TechnoCore
    Jul 30 '15 at 22:32











  • ^Numpad3:: Send #^Right return is what i mad to make control plus numpad fire off WIN + CONTROL + RIGHT ARROW. It doesnt work. Any ideas?

    – John Ayers
    Jul 31 '15 at 13:08














4












4








4








Is there a good way to change the hotkeys in windows 10 for the virtual desktop switcher?



My mouse, Logitech MX Performance, SetPoint doesn't support windows key. So i can bind my mouse to have it create a new desktop or switch desktops. Is there a way i can change WIN + SHIFT + D to SHIFT + 1 or some other shift + command?










share|improve this question














Is there a good way to change the hotkeys in windows 10 for the virtual desktop switcher?



My mouse, Logitech MX Performance, SetPoint doesn't support windows key. So i can bind my mouse to have it create a new desktop or switch desktops. Is there a way i can change WIN + SHIFT + D to SHIFT + 1 or some other shift + command?







windows keyboard-shortcuts windows-10






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 30 '15 at 20:47









John AyersJohn Ayers

3114




3114








  • 2





    You can use a program like AutoHotKeys and create your own hotkey, that maps back, to the actual hotkey. It is extremely difficult to change the default shortcuts in Windows

    – Ramhound
    Jul 30 '15 at 20:49











  • I have been fiddling with auto hotkey but cant figure it out. Especially the 3 key to 1 or 2 keys.

    – John Ayers
    Jul 30 '15 at 20:59











  • If your question was what's an AHK script for taking in Shift + 1 and sending WIN + SHIFT + D my answer would be : +1:: Send #+d:: return

    – TechnoCore
    Jul 30 '15 at 22:03











  • Woops, extra colons. Should be +1:: Send #+d return

    – TechnoCore
    Jul 30 '15 at 22:32











  • ^Numpad3:: Send #^Right return is what i mad to make control plus numpad fire off WIN + CONTROL + RIGHT ARROW. It doesnt work. Any ideas?

    – John Ayers
    Jul 31 '15 at 13:08














  • 2





    You can use a program like AutoHotKeys and create your own hotkey, that maps back, to the actual hotkey. It is extremely difficult to change the default shortcuts in Windows

    – Ramhound
    Jul 30 '15 at 20:49











  • I have been fiddling with auto hotkey but cant figure it out. Especially the 3 key to 1 or 2 keys.

    – John Ayers
    Jul 30 '15 at 20:59











  • If your question was what's an AHK script for taking in Shift + 1 and sending WIN + SHIFT + D my answer would be : +1:: Send #+d:: return

    – TechnoCore
    Jul 30 '15 at 22:03











  • Woops, extra colons. Should be +1:: Send #+d return

    – TechnoCore
    Jul 30 '15 at 22:32











  • ^Numpad3:: Send #^Right return is what i mad to make control plus numpad fire off WIN + CONTROL + RIGHT ARROW. It doesnt work. Any ideas?

    – John Ayers
    Jul 31 '15 at 13:08








2




2





You can use a program like AutoHotKeys and create your own hotkey, that maps back, to the actual hotkey. It is extremely difficult to change the default shortcuts in Windows

– Ramhound
Jul 30 '15 at 20:49





You can use a program like AutoHotKeys and create your own hotkey, that maps back, to the actual hotkey. It is extremely difficult to change the default shortcuts in Windows

– Ramhound
Jul 30 '15 at 20:49













I have been fiddling with auto hotkey but cant figure it out. Especially the 3 key to 1 or 2 keys.

– John Ayers
Jul 30 '15 at 20:59





I have been fiddling with auto hotkey but cant figure it out. Especially the 3 key to 1 or 2 keys.

– John Ayers
Jul 30 '15 at 20:59













If your question was what's an AHK script for taking in Shift + 1 and sending WIN + SHIFT + D my answer would be : +1:: Send #+d:: return

– TechnoCore
Jul 30 '15 at 22:03





If your question was what's an AHK script for taking in Shift + 1 and sending WIN + SHIFT + D my answer would be : +1:: Send #+d:: return

– TechnoCore
Jul 30 '15 at 22:03













Woops, extra colons. Should be +1:: Send #+d return

– TechnoCore
Jul 30 '15 at 22:32





Woops, extra colons. Should be +1:: Send #+d return

– TechnoCore
Jul 30 '15 at 22:32













^Numpad3:: Send #^Right return is what i mad to make control plus numpad fire off WIN + CONTROL + RIGHT ARROW. It doesnt work. Any ideas?

– John Ayers
Jul 31 '15 at 13:08





^Numpad3:: Send #^Right return is what i mad to make control plus numpad fire off WIN + CONTROL + RIGHT ARROW. It doesnt work. Any ideas?

– John Ayers
Jul 31 '15 at 13:08










3 Answers
3






active

oldest

votes


















1














Yes there is!! It's called zVirtualDesktop. You can configure the hotkeys any way you'd like. It also has a nice feature called DesktopView which lets you drag and drop your windows across desktops. This view also lets you quickly navigate to any window.



https://github.com/mzomparelli/zVirtualDesktop



Here are some screenshots.



You can choose from several sets of system tray icons that indicate which desktop you are viewing.
enter image description here



This is DesktopView which lets you move your windows around or navigate to a window.
enter image description here



In the main settings window you can configure hotkeys and set wallpapers for each desktop
enter image description here






share|improve this answer































    0














    Doesn't really answer your question, but since you are using Logitech mouse (like me) and you are trying to configure SetPoint to switch Windows 10 Virtual Desktop via mouse (like me), then this will help:



    X-Mouse Button Control



    Basically I ditch SetPoint and replaced it with X-Mouse Button Control, I couldn't be happier!



    Logitech is just trying to force us to buy their more expensive mouse for this feature.






    share|improve this answer































      0














      I created a small tool called "QuickMouse". With QuickMouse you can switch virtual desktop by just push mouse middle button(wheel) left or right on top of screen. No hotkey needed.






      share|improve this answer








      New contributor




      cuiliang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















        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%2f947869%2fwindows-10-virtual-desktop-hotkeys%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        1














        Yes there is!! It's called zVirtualDesktop. You can configure the hotkeys any way you'd like. It also has a nice feature called DesktopView which lets you drag and drop your windows across desktops. This view also lets you quickly navigate to any window.



        https://github.com/mzomparelli/zVirtualDesktop



        Here are some screenshots.



        You can choose from several sets of system tray icons that indicate which desktop you are viewing.
        enter image description here



        This is DesktopView which lets you move your windows around or navigate to a window.
        enter image description here



        In the main settings window you can configure hotkeys and set wallpapers for each desktop
        enter image description here






        share|improve this answer




























          1














          Yes there is!! It's called zVirtualDesktop. You can configure the hotkeys any way you'd like. It also has a nice feature called DesktopView which lets you drag and drop your windows across desktops. This view also lets you quickly navigate to any window.



          https://github.com/mzomparelli/zVirtualDesktop



          Here are some screenshots.



          You can choose from several sets of system tray icons that indicate which desktop you are viewing.
          enter image description here



          This is DesktopView which lets you move your windows around or navigate to a window.
          enter image description here



          In the main settings window you can configure hotkeys and set wallpapers for each desktop
          enter image description here






          share|improve this answer


























            1












            1








            1







            Yes there is!! It's called zVirtualDesktop. You can configure the hotkeys any way you'd like. It also has a nice feature called DesktopView which lets you drag and drop your windows across desktops. This view also lets you quickly navigate to any window.



            https://github.com/mzomparelli/zVirtualDesktop



            Here are some screenshots.



            You can choose from several sets of system tray icons that indicate which desktop you are viewing.
            enter image description here



            This is DesktopView which lets you move your windows around or navigate to a window.
            enter image description here



            In the main settings window you can configure hotkeys and set wallpapers for each desktop
            enter image description here






            share|improve this answer













            Yes there is!! It's called zVirtualDesktop. You can configure the hotkeys any way you'd like. It also has a nice feature called DesktopView which lets you drag and drop your windows across desktops. This view also lets you quickly navigate to any window.



            https://github.com/mzomparelli/zVirtualDesktop



            Here are some screenshots.



            You can choose from several sets of system tray icons that indicate which desktop you are viewing.
            enter image description here



            This is DesktopView which lets you move your windows around or navigate to a window.
            enter image description here



            In the main settings window you can configure hotkeys and set wallpapers for each desktop
            enter image description here







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jul 4 '17 at 5:24









            Michael Z.Michael Z.

            1134




            1134

























                0














                Doesn't really answer your question, but since you are using Logitech mouse (like me) and you are trying to configure SetPoint to switch Windows 10 Virtual Desktop via mouse (like me), then this will help:



                X-Mouse Button Control



                Basically I ditch SetPoint and replaced it with X-Mouse Button Control, I couldn't be happier!



                Logitech is just trying to force us to buy their more expensive mouse for this feature.






                share|improve this answer




























                  0














                  Doesn't really answer your question, but since you are using Logitech mouse (like me) and you are trying to configure SetPoint to switch Windows 10 Virtual Desktop via mouse (like me), then this will help:



                  X-Mouse Button Control



                  Basically I ditch SetPoint and replaced it with X-Mouse Button Control, I couldn't be happier!



                  Logitech is just trying to force us to buy their more expensive mouse for this feature.






                  share|improve this answer


























                    0












                    0








                    0







                    Doesn't really answer your question, but since you are using Logitech mouse (like me) and you are trying to configure SetPoint to switch Windows 10 Virtual Desktop via mouse (like me), then this will help:



                    X-Mouse Button Control



                    Basically I ditch SetPoint and replaced it with X-Mouse Button Control, I couldn't be happier!



                    Logitech is just trying to force us to buy their more expensive mouse for this feature.






                    share|improve this answer













                    Doesn't really answer your question, but since you are using Logitech mouse (like me) and you are trying to configure SetPoint to switch Windows 10 Virtual Desktop via mouse (like me), then this will help:



                    X-Mouse Button Control



                    Basically I ditch SetPoint and replaced it with X-Mouse Button Control, I couldn't be happier!



                    Logitech is just trying to force us to buy their more expensive mouse for this feature.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 16 '16 at 10:17









                    RosdiRosdi

                    3701519




                    3701519























                        0














                        I created a small tool called "QuickMouse". With QuickMouse you can switch virtual desktop by just push mouse middle button(wheel) left or right on top of screen. No hotkey needed.






                        share|improve this answer








                        New contributor




                        cuiliang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.

























                          0














                          I created a small tool called "QuickMouse". With QuickMouse you can switch virtual desktop by just push mouse middle button(wheel) left or right on top of screen. No hotkey needed.






                          share|improve this answer








                          New contributor




                          cuiliang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.























                            0












                            0








                            0







                            I created a small tool called "QuickMouse". With QuickMouse you can switch virtual desktop by just push mouse middle button(wheel) left or right on top of screen. No hotkey needed.






                            share|improve this answer








                            New contributor




                            cuiliang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.










                            I created a small tool called "QuickMouse". With QuickMouse you can switch virtual desktop by just push mouse middle button(wheel) left or right on top of screen. No hotkey needed.







                            share|improve this answer








                            New contributor




                            cuiliang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            share|improve this answer



                            share|improve this answer






                            New contributor




                            cuiliang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            answered 5 hours ago









                            cuiliangcuiliang

                            1




                            1




                            New contributor




                            cuiliang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.





                            New contributor





                            cuiliang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            cuiliang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






























                                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%2f947869%2fwindows-10-virtual-desktop-hotkeys%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

                                VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                                Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                                looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...