This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/options/macosx.xml

18 lines
626 B
XML
Raw Normal View History

2025-12-25 01:37:49 +05:00
<!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>