18 lines
626 B
XML
18 lines
626 B
XML
|
|
<!DOCTYPE psi>
|
||
|
|
<psi version="defaults" >
|
||
|
|
<options comment="Client options">
|
||
|
|
<shortcuts comment="Shortcuts">
|
||
|
|
<common comment="Common actions" >
|
||
|
|
<history type="QKeySequence" comment="Open the message history">Ctrl+Shift+H</history>
|
||
|
|
<close type="QVariantList" comment="Close the current window/tab">
|
||
|
|
<item type="QKeySequence">Esc</item>
|
||
|
|
<item type="QKeySequence">Ctrl+W</item>
|
||
|
|
</close>
|
||
|
|
</common>
|
||
|
|
</shortcuts>
|
||
|
|
<ya comment="Yandex-specific options">
|
||
|
|
<custom-frame type="bool" comment="Use custom compact frame style for roster and chat windows">false</custom-frame>
|
||
|
|
</ya>
|
||
|
|
</options>
|
||
|
|
</psi>
|