Change windows 10 task view virtual desktop keyboard shortcut
- install AutoHotkey
- Create file remap.ahk
- Put the code in file : for pageup / pagedown   Â
PgDn::Send ^#{Left}
PgUp::Send ^#{Right}
Exemple :Â alt1 ; alt2
!&::Send ^#{Left}
!é::Send ^#{Right}