Added shortcuts for xfce 4.8
This commit is contained in:
parent
998e0ea8b9
commit
f3168f9767
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
# Calculate format=xml_xfce
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-keyboard-shortcuts" version="1.0">
|
||||
<property name="commands" type="empty">
|
||||
<property name="default" type="empty">
|
||||
<property name="Scroll_Lock" type="string" value="xflock4"/>
|
||||
<property name="Print" type="string" value="xfce4-screenshooter -f"/>
|
||||
<property name="<Control><Alt>Delete" type="string" value="xfce4-session-logout"/>
|
||||
<property name="<Shift><Control><Alt>Delete" type="string" value="xfce4-session-logout --fast --logout"/>
|
||||
<property name="<Control><Alt>Escape" type="string" value="xkill"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
Loading…
Reference in a new issue