Fix tabbing in xrdp

This commit is contained in:
2018-05-03 08:06:34 -04:00
parent fece272f15
commit fa825f73a3

View File

@@ -122,3 +122,9 @@
- name: Set xrdp session
command: echo "xfce4-session" > /home/{{ standard_user }}/.xsession
- name: Fix tabbing in xrdp
lineinfile: dest=/home/{{ standard_user }}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
regexp=name="<Super>Tab"
state=present
line=<property name="&lt;Super&gt;Tab" type="string" value="empty"/>