My solution was to set Dexpot desktop hotkeys to unused win-key commands and then remap them using Autohotkey, which can override most of the Windows explorer hotkeys. http://www.autohotkey.com/
This is my Autohotkey remap script:
Code: Select all
; Connect Win+1 to Dexpot desktop 1 through win-y
#1::#y
; Connect Win+2 to Dexpot desktop 2 through win-h
#2::#h
; Connect Win+3 to Dexpot desktop 3 through win-i
#3::#i
; Connect Win+4 to Dexpot desktop 4 through win-k
#4::#k
This works perfectly but it would be easier not to have to rely on external software.