delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / apps / konsole / desktop / partui.rc
blobaf3f366f993c9214dd89cc956ec6cc45ccdcad55
1 <!DOCTYPE kpartgui>
3 <kpartgui name="konsolepart" version="2">
4     <Menu name="session-popup-menu">
5         <Action name="copy"/>
6         <Action name="paste"/>
7         <Menu name="history">
8                 <text>S&amp;crollback</text>    
9                 <Action name="save-history" group="session-history-operations"/>
10                 <Separator group="session-history-operations"/>
11                 <Action name="history-options" group="session-history-operations"/>
12                 <Separator group="session-history-operations"/>
13                 <Action name="clear-history" group="session-history-operations"/>
14                 <Action name="clear-history-and-reset" group="session-history-operations"/>
15         </Menu>    
16         <Action name="open-browser"/>
17         <Separator/>
18         <Action name="show-menubar"/>
19         <Action name="change-profile"/>
20         <Action name="edit-current-profile" />
21         <Separator/>
22         <Action name="manage-profiles"/>
23         <Action name="close-session"/>
24     </Menu>
25     <Menu name="change-profile">
26         <text>&amp;Change Profile</text>
27         <ActionList name="profile-list" />
28     </Menu>
29     
30 </kpartgui>