Fix tabbing in xrdp
This commit is contained in:
@@ -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="<Super>Tab" type="string" value="empty"/>
|
||||
|
||||
Reference in New Issue
Block a user