/usr/share/kde4/apps/oktetapart/oktetapartbrowserui.rc is in okteta 4:4.13.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="oktetapartbrowser" version="2">
<MenuBar>
<Menu name="file">
<Action name="export" /><!--TODO: non-standard, needs group to add to-->
</Menu>
<Menu name="edit">
<Action name="copy_as" /><!--TODO: non-standard, needs group to add to-->
<Separator/>
<Action name="edit_select_all"/>
<Action name="edit_deselect"/>
<Action name="edit_select" /><!--TODO: non-standard, needs group to add to-->
<Separator/>
<Action name="edit_find"/>
<Action name="edit_find_next"/>
<Action name="edit_find_prev"/>
<Separator/>
<Action name="goto_offset" /><!--TODO: non-standard, needs group to add to-->
</Menu>
<Menu name="view">
<Separator/>
<Action name="view_zoom_in"/>
<Action name="view_zoom_out"/>
<Separator/>
<Action name="view_lineoffset" />
<Action name="view_offsetcoding" />
<Separator/>
<Action name="togglecolumns" />
<Action name="view_valuecoding" />
<Action name="view_charencoding" />
<Action name="view_showsnonprinting" />
<Separator/>
<Action name="view_bytesperline" />
<Action name="view_bytespergroup" />
<Action name="resizestyle" />
<Action name="viewmode" />
<Separator/>
<Action name="view_profile" />
</Menu>
</MenuBar>
<ToolBar name="mainToolBar"><text>Main Toolbar</text>
<Action name="view_zoom_in" />
<Action name="view_zoom_out" />
</ToolBar>
</kpartgui>
|