How-to-simply...

Remap ALT+TAB keybinding with GNOME dconf to use ALT+TAB in xfreerdp session

  • 1 dconf write /org/gnome/desktop/wm/keybindings/swith-applications "['<Super>Tab']"
    dconf write /org/gnome/desktop/wm/keybindings/switch-applications-custom "['<Alt>Tab']"
    dconf write /org/gnome/desktop/wm/kybindings/switch-applications-backward "['<Shift><Super>Tab']"
    dconf write /org/gnome/desktop/wm/keybindings/switch-applications-backward-custom "['<Shift><Alt>Tab']"
  • N Now you can use ALT+TAB and ALT+Shift+TAB inside xfreerdp session and Super+TAB and Super+Shift+TAB on the host.