Tips for XFCE:

Break down 'ShowDesktop' into two things -> 'HideAllWindows' e
'UnhideAllWindows'

Break down 'SwitchApplication' into two things ->
SwitchApplicationForwardsTBO e SwitchApplicationBackwardsTBO

Of course, the old options may remain as they are. The purpose is only to
increase config options.

The trick here is that SwitchApplication[Forwards/Backwards] would not work
the same way as Alt+Tab/Alt+Shift+Tab, because these ones work according to
clicking/stacking order.

The options I would like to see added to XFCE would allow the user to
switch windows according to the order they appear on the taskbar. Switching
Forwards would walk through each task individually from the leftmost task
to the rightmost task, and switching backwards
would allow the same, but from rightmost task to leftmost task. TBO stands
for TaskBarOrder.

With these options available, these keybindings would be possible:
Super+Up = UnhideAllWindows
Super+Down = HideAllWindows
Super+Right = SwitchApplicationForwardsTBO
Super+Left = SwitchApplicationBackwardsTBO

 
👍
1