Change windows 11 task view virtual desktop keyboard shortcut

 Script to switch between two Virtual Desktops in Windows 10

  1. install AutoHotkey
  2. Create file remap.ahk
  3. Put the code in file  : for pageup / pagedown       

PgDn::Send ^#{Left}
PgUp::Send ^#{Right}

  1. Or Change it for your owns keys  with help page

Exemple :  alt1 ; alt2

!&::Send ^#{Left}
!é::Send ^#{Right}

 Script to switch between two Virtual Desktops in Windows 11

  • Install autoit
  • Run it , change keys for your keyboard if needed.

Leave a comment

Your email address will not be published. Required fields are marked *