-
Notifications
You must be signed in to change notification settings - Fork 0
/
konsoleui.rc
59 lines (59 loc) · 1.72 KB
/
konsoleui.rc
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
<!DOCTYPE kpartgui>
<kpartgui version="6" name="konsole">
<MenuBar>
<Menu name="file">
<text>File</text>
<Action name="new-window"/>
<Action name="new-tab"/>
<DefineGroup name="session-tab-operations"/>
<!-- <Action name="remote-connection"/> !-->
<Separator/>
<DefineGroup name="session-operations"/>
<Action name="exit"/>
</Menu>
<Menu name="edit">
<text>Edit</text>
<DefineGroup name="session-edit-operations"/>
</Menu>
<Menu name="view">
<text>View</text>
<Menu name="view-split">
<text>Split View</text>
<Action name="split-view-left-right"/>
<Action name="split-view-top-bottom"/>
<Action name="close-active-view"/>
<Action name="close-other-views"/>
<Action name="expand-active-view"/>
<Action name="shrink-active-view"/>
</Menu>
<Separator/>
<Action name="detach-view"/>
<Action name="merge-windows"/>
<Separator/>
<DefineGroup name="session-view-operations"/>
</Menu>
<Action name="bookmark"/>
<Menu name="settings">
<text>Settings</text>
<DefineGroup name="session-settings"/>
<Action name="edit-current-profile"/>
<Action name="configure-profiles"/>
<Action name="show-menubar"/>
<Separator/>
<Action name="view-full-screen"/>
<Separator/>
<Action name="configure-notifications"/>
<Action name="configure-shortcuts"/>
</Menu>
<Menu name="help">
<text>Help</text>
</Menu>
</MenuBar>
<ActionProperties scheme="Default">
<Action shortcut="Ctrl+Shift+B" name="add_bookmark"/>
<Action shortcut="" name="help_contents"/>
<Action shortcut="Alt+Right; Alt+Down" name="next-view"/>
<Action shortcut="Alt+Left; Alt+Up" name="previous-view"/>
<Action shortcut="" name="new-window"/>
</ActionProperties>
</kpartgui>