On win10, I can switch between different bureau virtuels using the following shortcuts:
- Ctrl + Super + Left: allez dans the left desktop
- Ctrl + Super + Right: allez dans the right desktop
Cependant, Je ne pense pas it's fast enough for me. Par exemple, if Je veux allez dans desktop 8 from desktop 2, J'ai to press `Ctrl + Super + Right` for 6 times, that's not convenient.
I would like la commande suivante:
- Super + 1: allez dans desktop 1
- Super + 2: allez dans desktop 2
...
- Super + 9: allez dans desktop 9
Or something like that, so I can quickly switch to a specific desktop using only one shortcut. Is that possible?
Existe-t-il un moyen de quick switch between bureau virtuels in win10?
Re: Existe-t-il un moyen de quick switch between bureau virtuels in win10?
J'ai trouvé this excellent AutoHotKey script to help me achieve that.
[https://github.com/pmb6tz/windows-desktop-switcher]( 3 )
But par défaut it uses CapsLock as the modifier key, which is not what I want. I tweaked the script a little bit to make it work by using the `win` key.
[https://github.com/searene/windows-desktop-switcher]( 4 )
Now I can switch between desktops by `win + 1`, `win + 2`, etc.
[https://github.com/pmb6tz/windows-desktop-switcher]( 3 )
But par défaut it uses CapsLock as the modifier key, which is not what I want. I tweaked the script a little bit to make it work by using the `win` key.
[https://github.com/searene/windows-desktop-switcher]( 4 )
Now I can switch between desktops by `win + 1`, `win + 2`, etc.