sdias / win-10-virtual-desktop-enhancer

An application that enhances the Windows 10 multiple desktops feature by adding additional keyboard shortcuts and support for multiple wallpapers.
MIT License
1.77k stars 269 forks source link

Switch desktop by number - not working #119

Open jmilesb opened 6 years ago

jmilesb commented 6 years ago

I've just installed Virtual Desktop Enhancer (0.11.1), and have put in place the "Default configuration" as per the .md file. The Win+Ctrl+number combinations are not working for me at all. They appear to move the focus around my VSCode window though.

[KeyboardShortcutsModifiers]
SwitchDesktop=Win, Ctrl
MoveWindowToDesktop=
MoveWindowAndSwitchToDesktop=Win, Ctrl, Shift
NextTenDesktops=

[KeyboardShortcutsIdentifiers]
PreviousDesktop=Left
NextDesktop=Right

[KeyboardShortcutsCombinations]
TogglePinWindow=Win, Ctrl, Shift, Q
TogglePinApp=Win, Ctrl, Shift, A
PinWindow=
PinApp=
UnpinWindow=
UnpinApp=
; "SC029" is the key below your "Esc" key
OpenDesktopManager=LAlt, SC029
ChangeDesktopName=Win, F2

Any suggestions would be welcome!

sdias commented 6 years ago

Hi. If that's your entire settings file, you're missing the number hotkey settings. Please re-download the latest release and use the settings on that, which contains those settings, and see if that works for you. Also, make sure you have met all of the prerequisites for the app to work: https://github.com/sdias/win-10-virtual-desktop-enhancer/blob/master/docs/installation.md#prerequisites

davidkhuffman commented 6 years ago

Neither of these are working: MoveWindowToDesktop=Alt, Shift MoveWindowAndSwitchToDesktop=

This is working fine - SwitchDesktop=Win, Shift - which makes me think everything is installed ok.

But it may be that I'm running Windows 10 Build 16792.

Any ideas?