Wednesday, September 2, 2015

How to activate the tab auto-complete on a xrdp session in Xubuntu


  1. Open terminal
  2. Open the  ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml using a text editor
  3. Find the node

    <property name="&lt;Super&gt;Tab" type="string" value="switch_window_key"/>

  4. Replace to

    <property name="&lt;Super&gt;Tab" type="string" value="empty"/>

  5. Save the file
  6. Restart the machine

No comments:

Post a Comment