Change windows 10 task view virtual desktop keyboard shortcut

 

Change windows 10 task view virtual desktop keyboard shortcut

 

 

  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}

Leave a comment

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