source: git/lib/survex.keys.in @ 4f38f94

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 4f38f94 was 2868e97, checked in by Olly Betts <olly@…>, 9 years ago
  • .gitignore,configure.ac,desc-svxedit.txt,doc/,lib/,src/Makefile.am,

src/svxedit.rc: Remove lingering traces of svxedit.

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