Grabacr07 / SylphyHorn

Virtual Desktop Tools for Windows 10.
MIT License
389 stars 84 forks source link

Add feature to close current virtual desktop. #22

Closed mntone closed 7 years ago

mntone commented 7 years ago

Sample screenshot

Settings pane

image


PS

Its shortcut key to close current virtual desktop is provided by Windows: Win+Ctrl+F4
https://support.microsoft.com/en-us/help/12445/windows-keyboard-shortcuts

But, users want to override default key. https://twitter.com/ChiiAyano/status/812201130776109056

I think two surfaces methods to implement this function.

1) leave OS default shortcut key 2) disable OS default shortcut key

What do you think about?

Grabacr07 commented 7 years ago

I believe it is useful for users to be able to assign keys to closing functions. However, I think that it is not necessary to disable OS default shortcut key.

Although it is a suggestion, how about providing different shortcut keys that switching to right or left after closing? Like this: Close (switch left) Close (switch light)

In VirtualDesktop, this is possible because you can specify the fallback destination after closing.

thanks.

mntone commented 7 years ago

👍

Add support for closing and switching right.

Grabacr07 commented 7 years ago

Thanks, merged. 👍