blob: 56b534b1029e5ed8eaf2deefce8a817aaf65ab51 (
plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?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>
|