source: git/lib/survex.keys.in @ be518f3

RELEASE/1.0RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data svn-merged-with-survex-1.1
Last change on this file since be518f3 was be518f3, checked in by Olly Betts <olly@…>, 21 years ago

Gnome appears too broken to allow fallback from aven to xcaverot without
putting the wrapper in /usr/bin which is just too nasty so removed wrapper.

git-svn-id: file:///home/survex-svn/survex/trunk@2205 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 1.0 KB
Line 
1application/x-survex-svx:
2        open=gnome-edit %f
3        open.tag1.Open in SvxEdit=if test -x /usr/bin/svxedit ; then svxedit %f ; else gnome-edit %f ; fi
4        open.tag2.Process=%view{ascii} cavern -q -o %f %f
5        icon-filename=@prefix@/share/@PACKAGE@/icons/svx.png
6
7application/x-survex-3d:
8        open=aven %f
9        open.tag1.Print=printps %f
10        open.tag2.Extend=extend %f
11        open.tag3.Convert to DXF=cad3d --dxf %f
12        open.tag4.Convert for hand plotting=3dtopos %f
13        icon-filename=@prefix@/share/@PACKAGE@/icons/3d.png
14
15application/x-compass-plot:
16        open=aven %f
17        icon-filename=@prefix@/share/@PACKAGE@/icons/plt.png
18
19application/x-cmap-xyz:
20        open=aven %f
21
22application/x-survex-err:
23        open=gnome-edit %f
24        open.tag1.Sort by Error=sorterr -r %f
25        open.tag2.Sort by Horizontal Error=sorterr -r -h %f
26        open.tag3.Sort by Vertical Error=sorterr -r -v %f
27        open.tag4.Sort by Percentage Error=sorterr -r -p %f
28        open.tag5.Sort by Error per Leg=sorterr -r -l %f
29        icon-filename=@prefix@/share/@PACKAGE@/icons/err.png
30
31application/x-survex-pos:
32        open=gnome-edit %f
33        icon-filename=@prefix@/share/@PACKAGE@/icons/pos.png
Note: See TracBrowser for help on using the repository browser.