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
RevLine 
[a243fc5]1application/x-survex-svx:
[d8006b6]2        open=gnome-edit %f
[2868e97]3        open.tag1.Process=%view{ascii} cavern -q -o %f %f
[d8006b6]4        icon-filename=@prefix@/share/@PACKAGE@/icons/svx.png
[a243fc5]5
6application/x-survex-3d:
[be518f3]7        open=aven %f
[c2535c3]8        open.tag1.Print=aven --print %f
[d8006b6]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:
[be518f3]15        open=aven %f
[c2535c3]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
[d8006b6]20        icon-filename=@prefix@/share/@PACKAGE@/icons/plt.png
21
22application/x-cmap-xyz:
[be518f3]23        open=aven %f
[c2535c3]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
[a243fc5]28
29application/x-survex-err:
[d8006b6]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
[a243fc5]37
38application/x-survex-pos:
[d8006b6]39        open=gnome-edit %f
40        icon-filename=@prefix@/share/@PACKAGE@/icons/pos.png
Note: See TracBrowser for help on using the repository browser.