Windows 10 Virtual Desktop Hotkeys
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
add a comment |
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
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
add a comment |
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
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
windows keyboard-shortcuts windows-10
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
add a comment |
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
add a comment |
3 Answers
3
active
oldest
votes
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.

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

In the main settings window you can configure hotkeys and set wallpapers for each desktop

add a comment |
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.
add a comment |
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.

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

In the main settings window you can configure hotkeys and set wallpapers for each desktop

add a comment |
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.

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

In the main settings window you can configure hotkeys and set wallpapers for each desktop

add a comment |
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.

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

In the main settings window you can configure hotkeys and set wallpapers for each desktop

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.

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

In the main settings window you can configure hotkeys and set wallpapers for each desktop

answered Jul 4 '17 at 5:24
Michael Z.Michael Z.
1134
1134
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 16 '16 at 10:17
RosdiRosdi
3701519
3701519
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Feb 25 at 23:55
cuiliangcuiliang
1
1
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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