source: git/lib/survex.keys.in @ 0ab9f44

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

Introduced aven-or-xcaverot script to work around Gnome file association
bug.

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

  • Property mode set to 100644
File size: 1.1 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=@prefix@/share/@PACKAGE@/aven-or-xcaverot
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=@prefix@/share/@PACKAGE@/aven-or-xcaverot
17        icon-filename=@prefix@/share/@PACKAGE@/icons/plt.png
18
19application/x-cmap-xyz:
20        open=@prefix@/share/@PACKAGE@/aven-or-xcaverot
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.