File: jukui.rc

package info (click to toggle)
juk 4%3A18.08.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,820 kB
  • sloc: cpp: 17,240; xml: 617; makefile: 3; sh: 2
file content (112 lines) | stat: -rw-r--r-- 2,784 bytes parent folder | download | duplicates (4)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!-- PLEASE UPDATE jukui-rtl.rc WHEN UPDATING THIS FILE -->

<!DOCTYPE kpartgui>
<kpartgui name="juk" version="15">
<MenuBar>
	<Menu name="file" noMerge="1"><text>&amp;File</text>
		<Action name="file_new"/>
		<Action name="file_open"/>
		<Action name="openDirectory"/>

		<Separator/>

		<Action name="renamePlaylist"/>
		<Action name="editSearch"/>
		<Action name="duplicatePlaylist"/>
		<Action name="reloadPlaylist"/>
		<Action name="deleteItemPlaylist"/>

		<Separator/>

		<Action name="file_save"/>
		<Action name="file_save_as"/>

		<Separator/>

		<Action name="file_quit"/>
	</Menu>
	<Menu name="view" noMerge="1"><text>&amp;View</text>
		<Action name="showSearch"/>
		<Action name="showEditor"/>
		<Action name="showLyrics"/>
		<Action name="showHistory"/>
		<Action name="showUpcoming"/>
		<Action name="showColumns"/>
		<Action name="resizeColumnsManually"/>

		<Separator/>

		<Action name="viewModeMenu"/>
	</Menu>
	<Menu name="player"><text>&amp;Player</text>
		<Action name="actionMenu"/>

		<Action name="loopPlaylist"/>

		<Separator/>

		<Action name="play"/>
		<Action name="pause"/>
		<Action name="stop"/>
		<Action name="forward"/>
		<Action name="back"/>

		<Separator/>

		<Action name="forwardAlbum"/>
	</Menu>
	<Menu name="playlist"><text>&amp;Tagger</text>
		<Action name="saveItem"/>
		<Action name="removeItem"/>
		<Action name="refresh"/>

		<Separator/>

		<Action name="guessTag"/>
		<Action name="coverManager"/>
		<Action name="renameFile"/>
	</Menu>
	<Menu name="settings"><text>&amp;Settings</text>
		<Action name="options_show_menubar"/>
		<Action name="toggleSystemTray" append="show_merge"/>
		<Action name="dockOnClose" append="show_merge"/>
		<Action name="togglePopups" append="show_merge"/>
		<!-- <Action name="saveUpcomingTracks" append="show_merge"/> -->
		<Action name="tagGuesserConfig" append="save_merge"/>
		<Action name="fileRenamerConfig" append="save_merge"/>
		<Action name="scrobblerConfig" append="save_merge"/>
		<Action name="outputSelect" append="save_merge"/>
	</Menu>
</MenuBar>

<ToolBar name="mainToolBar" hidden="true" noMerge="1"><text>Main Toolbar</text>
	<Action name="file_new"/>
	<Action name="file_open"/>
	<Action name="file_save"/>

	<Separator lineSeparator="true"/>

	<Action name="edit_cut"/>
	<Action name="edit_copy"/>
	<Action name="edit_paste"/>

	<Separator lineSeparator="true"/>

	<Action name="showSearch"/>
	<Action name="showEditor"/>
	<Action name="showNowPlaying"/>
</ToolBar>

<ToolBar name="playToolBar" noMerge="1"><text>Play Toolbar</text>
	<Action name="play"/>
	<Action name="pause"/>
	<Action name="stop"/>

	<Separator lineSeparator="false"/>	

	<Action name="back"/>
	<Action name="forward"/>
	<Action name="trackPositionAction"/>
	<Action name="volumeAction"/>
</ToolBar>
</kpartgui>