Add hot keys (ScrollLock,Ctrl+FX,Ctrl+Alt+Shift+Del)

master
Mike Hiretsky 14 years ago
parent a8ab173b87
commit 4683e8566b

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<gconf>
#?cl_remote_host!=#
<entry name="power" type="string">
<stringvalue></stringvalue>
</entry>
#cl_remote_host#
<entry name="screensaver" type="string">
<stringvalue>Scroll_Lock</stringvalue>
</entry>
</gconf>

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<gconf>
<entry name="switch_to_workspace_4" type="string">
<stringvalue>&lt;Control&gt;F4</stringvalue>
</entry>
<entry name="switch_to_workspace_3" type="string">
<stringvalue>&lt;Control&gt;F3</stringvalue>
</entry>
<entry name="switch_to_workspace_2" type="string">
<stringvalue>&lt;Control&gt;F2</stringvalue>
</entry>
<entry name="switch_to_workspace_1" type="string">
<stringvalue>&lt;Control&gt;F1</stringvalue>
</entry>
</gconf>

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<gconf>
<entry name="action" type="string">
<stringvalue>/usr/bin/gnome-session-save --logout</stringvalue>
</entry>
<entry name="name" type="string">
<stringvalue>Logout without questions</stringvalue>
</entry>
<entry name="binding" type="string">
<stringvalue>&lt;Shift&gt;&lt;Control&gt;&lt;Alt&gt;Delete</stringvalue>
</entry>
</gconf>

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<gconf>
<entry name="action" type="string">
<stringvalue>/usr/bin/gnome-session-save --logout-dialog</stringvalue>
</entry>
<entry name="name" type="string">
<stringvalue>Domain logout</stringvalue>
</entry>
<entry name="binding" type="string">
<stringvalue>&lt;Control&gt;&lt;Alt&gt;Delete</stringvalue>
</entry>
</gconf>
Loading…
Cancel
Save