mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
24 lines
937 B
Plaintext
24 lines
937 B
Plaintext
<!DOCTYPE kpartgui>
|
|
|
|
<kpartgui name="konsolepart" version="8">
|
|
<Menu name="session-popup-menu">
|
|
<Action name="edit_copy"/>
|
|
<Action name="edit_paste"/>
|
|
<Action name="open-browser"/>
|
|
<Separator/>
|
|
<Menu name="history"><text>S&crollback</text>
|
|
<Action name="file_save_as" group="session-history-operations"/>
|
|
<Separator group="session-history-operations"/>
|
|
<Action name="adjust-history" group="session-history-operations"/>
|
|
<Separator group="session-history-operations"/>
|
|
<Action name="clear-history" group="session-history-operations"/>
|
|
<Action name="clear-history-and-reset" group="session-history-operations"/>
|
|
</Menu>
|
|
<Separator/>
|
|
<Action name="switch-profile"/>
|
|
<Action name="edit-current-profile"/>
|
|
<Separator/>
|
|
<Action name="close-session"/>
|
|
</Menu>
|
|
</kpartgui>
|