You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.1 KiB
68 lines
2.1 KiB
<?xml version = '1.0'?>
|
|
<!DOCTYPE kpartgui>
|
|
<kpartgui version="30" name="kopetechatwindow" >
|
|
<MenuBar>
|
|
<Menu noMerge="1" name="file" >
|
|
<text>&Chat</text>
|
|
<Action name="chat_send" />
|
|
<Action name="file_save" />
|
|
<Action name="file_print" />
|
|
<Separator lineSeparator="true" />
|
|
<Action name="contacts_menu" />
|
|
<Merge/>
|
|
<Separator lineSeparator="true" />
|
|
<Action name="tabs_close" />
|
|
<Action name="file_quit" />
|
|
</Menu>
|
|
<Menu name="format" >
|
|
<text>&Format</text>
|
|
<Action name="format_smiley" />
|
|
</Menu>
|
|
<Menu name="tabs" >
|
|
<text>&Tabs</text>
|
|
<Action name="tabs_placement" />
|
|
<Action name="tabs_detach" />
|
|
<Action name="tabs_detachmove" />
|
|
<Action name="tabs_left" />
|
|
<Action name="tabs_right" />
|
|
</Menu>
|
|
<Menu name="settings" >
|
|
<text>&Settings</text>
|
|
<Merge name="StandardToolBarMenuHandler" />
|
|
<Menu append="show_merge" name="options_chatmembers" >
|
|
<text>&Chat Members List</text>
|
|
<Action name="options_membersleft" />
|
|
<Action name="options_membersright" />
|
|
<Action name="options_togglemembers" />
|
|
</Menu>
|
|
<Action name="enable_auto_spell_check" />
|
|
<Action append="show_merge" name="options_styles" />
|
|
<Action append="configure_merge" name="settings_prefs" />
|
|
</Menu>
|
|
<Merge/>
|
|
</MenuBar>
|
|
<ToolBar name="mainToolBar" fullWidth="true" >
|
|
<text>Main Toolbar</text>
|
|
<Action name="format_smiley" />
|
|
<Separator lineSeparator="true" weakSeparator="true" />
|
|
<Merge/>
|
|
<Separator lineSeparator="true" weakSeparator="true" />
|
|
<Action name="toolbar_animation" />
|
|
</ToolBar>
|
|
<ToolBar name="statusToolBar" >
|
|
<text>Status</text>
|
|
</ToolBar>
|
|
<ToolBar name="formatToolBar" >
|
|
<text>Format Toolbar</text>
|
|
</ToolBar>
|
|
<ActionProperties>
|
|
<Action shortcut="Ctrl+Up" name="history_up" />
|
|
<Action shortcut="Return" name="chat_send" />
|
|
<Action shortcut="Ctrl+Period;Ctrl+PageDown" name="tabs_right" />
|
|
<Action shortcut="Ctrl+Shift+B" name="tabs_detach" />
|
|
<Action shortcut="Ctrl+Comma;Ctrl+PageUp" name="tabs_left" />
|
|
<Action shortcut="Tab" name="nick_compete" />
|
|
<Action shortcut="Ctrl+Down" name="history_down" />
|
|
</ActionProperties>
|
|
</kpartgui>
|