1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<!DOCTYPE psi>
<psi version="defaults" >
<options comment="Client options">
<ui>
<look>
<font>
<chat type="QString">Sans Serif,12,-1,5,50,0,0,0,0,0</chat>
<contactlist type="QString">Sans Serif,12,-1,5,50,0,0,0,0,0</contactlist>
<message type="QString">Sans Serif,12,-1,5,50,0,0,0,0,0</message>
<passive-popup type="QString">Sans Serif,9,-1,5,50,0,0,0,0,0</passive-popup>
</font>
</look>
<notifications>
<typename type="QString">Growl</typename>
</notifications>
</ui>
<shortcuts comment="Shortcuts">
<contactlist comment="Shortcuts in the contactlist">
<delete type="QKeySequence" comment="Delete the selected contact">Shift+Del</delete>
</contactlist>
<common comment="Common actions" >
<history type="QKeySequence" comment="Open the message history">Ctrl+Shift+H</history>
</common>
<chat comment="Shortcuts in the chat dialog">
<quick-command type="QKeySequence" comment="Change to quick command mode">Ctrl+7</quick-command>
</chat>
</shortcuts>
<ui comment="User interface options">
<disable-send-button type="bool">true</disable-send-button>
<look>
<font>
<chat type="QString">Lucida Grande,11,-1,5,50,0,0,0,0,0</chat>
<contactlist type="QString">Lucida Grande,11,-1,5,50,0,0,0,0,0</contactlist>
<message type="QString">Lucida Grande,11,-1,5,50,0,0,0,0,0</message>
<passive-popup type="QString">Lucida Grande,9,-1,5,50,0,0,0,0,0</passive-popup>
</font>
</look>
</ui>
</options>
</psi>
|