Skip to content

Releases: iskmz/VirtualDesktopManager

v2.4.3

10 Oct 11:45

Choose a tag to compare

added menu shortcut-letters (underlined) for desktops & data menus , for fast use of menus with keyboard

  • main context menu itself can be opened via ctrl+alt+shift+D
  • NOTE: for this feature to work, activate "Underline access keys when available" via Windows-Settings >> Ease of Access >> Keyboard

v2.4.2

03 Oct 19:15

Choose a tag to compare

  • a partial fix for longterm-problem of windows gaining focus while switching desktops
  • Added "mouse-hook" to detect mouse-wheel movement over main-taskbar area
    • mouse-wheel-down moves to next desktop
    • mouse-wheel-up moves to previous desktop

v2.4.1_w11--beta1

02 Oct 14:46

Choose a tag to compare

v2.4.1_w11--beta1 Pre-release
Pre-release

same features as v2.4.1 from the main branch, but adapted to work on windows 11

& also has backwards compatibility with win10 (at least 20H1, build 19041)

  • uses .NET 5 , and the latest VirtualDesktop.dll version 5.0.5

  • it was tested on WIN-10 20H2 build 19042, & works the same as in the original v2.4.1

  • HOWEVER, it was NOT tested on windows11 (hence, the 'beta' release)

  • also: .net framework version 4.x needs to be installed so that the relatively old (but essential) package of GlobalHotKey.dll works


fix for win11-22H2

added on 2023-02-01

VirtualDesktopDLL_fix_win11-22H2.zip

After downloading this release, Download the above fix and replace VirtualDesktop.dll with it.

This should fix the issue with win11 22H2, But may make it incompatible with previous versions of windows!

Thanks to @plhjd for the compilation and upload : original post

v2.4.1

28 Sep 19:20

Choose a tag to compare

Added some useful hotkeys

  • Ctrl+Alt+Shift+P : for (P)anic !
  • Ctrl+Alt+Shift+L : to show/hide desktops (L)ist
  • Ctrl+Alt+Shift+H : to show (H)otkeys list

v2.4

27 Sep 13:01

Choose a tag to compare

  • override default windows combination: Ctrl+Winkey+Right/Left, and also touchpad 4-finger-swipe Right/Left
  • major updates to Data sub-menu: list all browsers' URLs option , Export URLs to html file, list all open folders, Export Folders to batch file, Export All Data was updated to include also URLs list & folders list.
  • Screenshot Current Desktop, and Screenshot All Desktops options
  • Panic! item in data menu, which quickly does all the exports and screenshots with minimal prompts
  • Hotkeys button in "About" dialog: shows Hotkeys list information.
  • more organized and concise code

v2.3.1

21 Jul 06:20

Choose a tag to compare

minor 'cosmetic' changes to v2.3:

  • added two submenus: 'cycling' & 'data', to group together similar items and make main-menu more compact

v2.3

20 Jul 18:45

Choose a tag to compare

  • new icons in main-menu
  • splash screen option, to show desktop# & title on desktop change
  • "list windows" feature , to list all open windows
  • "export data" feature, to save a text file with all desktop & window data
  • descriptive tooltips for main-menu
  • "About" dialog

v2.2

09 Jul 18:30
7a95e1a

Choose a tag to compare

  • new menu-items in desktops-list:
    • "Close All" to close all desktops at once
    • "Add Multiple" to add as many desktops as user enters [range: 1 to 10]
  • some minor UI improvements in desktops-list: new icons, tooltips ...
  • minor code clean-up / order

v2.1

03 Mar 11:23
4b5dc21

Choose a tag to compare

major changes:-

  • CYCLE/REVERSE-CYCLE functions to cycle desktops automatically; including sub-menus for transition-time and number of cycles.
  • desktops-list: ADD/CLOSE desktops; desktop-names feature.
  • user preferences option, with load/save to an xml file.
  • code improvements, clean-up, re-organizing.
  • & more (check README )

v1.9.0_modified

20 Feb 07:36
26315ef

Choose a tag to compare

added: next, previous functions (in context menu & on-icon-click) , desktops sub-menu for fast transitions, colors sub-menu for customization.
Also a desktop # shown on mouse-hover over tray icon.
also improved visibility of icon-number and clean-up of unused resources folder icons.
icon numbers restricted back to up to 9 desktops with "+" for >9 desktops.