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

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since a7d4233 was c2535c3, checked in by Olly Betts <olly@…>, 20 years ago

unix file associations now print via aven

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

  • Property mode set to 100644
File size: 1.3 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=aven --print %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        open.tag1.Print=aven --print %f
18        open.tag2.Extend=extend %f
19        open.tag3.Convert to DXF=cad3d --dxf %f
20        open.tag4.Convert for hand plotting=3dtopos %f
21        icon-filename=@prefix@/share/@PACKAGE@/icons/plt.png
22
23application/x-cmap-xyz:
24        open=aven %f
25        open.tag1.Print=aven --print %f
26        open.tag2.Extend=extend %f
27        open.tag3.Convert to DXF=cad3d --dxf %f
28        open.tag4.Convert for hand plotting=3dtopos %f
29
30application/x-survex-err:
31        open=gnome-edit %f
32        open.tag1.Sort by Error=sorterr -r %f
33        open.tag2.Sort by Horizontal Error=sorterr -r -h %f
34        open.tag3.Sort by Vertical Error=sorterr -r -v %f
35        open.tag4.Sort by Percentage Error=sorterr -r -p %f
36        open.tag5.Sort by Error per Leg=sorterr -r -l %f
37        icon-filename=@prefix@/share/@PACKAGE@/icons/err.png
38
39application/x-survex-pos:
40        open=gnome-edit %f
41        icon-filename=@prefix@/share/@PACKAGE@/icons/pos.png
Note: See TracBrowser for help on using the repository browser.