home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume19 / xfig / part01 / Fig.ad < prev    next >
Encoding:
Text File  |  1993-05-27  |  2.3 KB  |  81 lines

  1. ! some sample settings you may want to change
  2.  
  3. Fig.internalborderwidth:    2
  4. Fig.geometry:            +0+0
  5. Fig.iconX:            +0
  6. Fig.iconY:            -0
  7. ! the following should fix the problem that some have had with
  8. ! their window manager fighting with xfig over the geometry
  9. Fig*allowShellResize:        False
  10. ! pick a nice font for the popup edit window for text objects
  11. Fig*Text =*font:        -*-times-medium-r-normal--14-*
  12. ! filename mask for the file popup browser
  13. Fig*file_panel*mask*string:    *.fig
  14. ! filename mask for the export popup browser
  15. Fig*export_panel*mask*string:    *ps
  16. ! printer name
  17. ! If the following resource is NOT set, xfig will use the PRINTER 
  18. ! shell environment variable for the printer name
  19. !Fig*printer*string:        ps
  20.  
  21. ! make the F20 key paste text in the canvas
  22. Fig*translations: #override \n\
  23.             <Key>F20: PasteCanv()\n
  24.  
  25. ! Specify a private Compose key database file.  If this resource contains a "/"
  26. ! then the wired-in name of the xfig global directory won't be prefixed to it.
  27. ! An initial "~/" is replaced by the value of "$HOME/".
  28. !
  29. !Fig*ComposeKeyDB:    ~/.xfig.Compose-key
  30.  
  31. ! let's make these buttons oval in the edit panel
  32. Fig.xfig_edit_panel*done.label:        Done
  33. Fig.xfig_edit_panel*done.ShapeStyle:    oval
  34. Fig.xfig_edit_panel*apply.label:    Apply
  35. Fig.xfig_edit_panel*apply.ShapeStyle:    oval
  36. Fig.xfig_edit_panel*cancel.label:    Cancel
  37. Fig.xfig_edit_panel*cancel.ShapeStyle:    oval
  38.  
  39. ! keyboard accelerators
  40.  
  41. Fig*accelerators: \
  42.     Meta<Key>s: SaveFile()\n\
  43.     Meta<Key>l: LoadFile()\n
  44.  
  45. Fig*quit*accelerators: \
  46.     Meta<Key>q: quit()\n
  47. Fig*delete_all*accelerators: \
  48.     Meta<Key>d: delete_all()\n
  49. Fig*undo*accelerators: \
  50.     Meta<Key>u: undo()\n
  51. Fig*redraw*accelerators: \
  52.     Meta<Key>r: redraw()\n
  53. Fig*paste*accelerators: \
  54.     Meta<Key>t: paste()\n
  55. Fig*file*accelerators: \
  56.     Meta<Key>f: file()\n
  57.  
  58. Fig*xfig_file_menu*accelerators: \
  59.     Meta<Key>c: cancel()\n\
  60.     Meta<Key>l: load()\n\
  61.     Meta<Key>m: merge()\n\
  62.     Meta<Key>r: rescan()\n\
  63.     Meta<Key>s: save()\n
  64. Fig*export*accelerators: \
  65.     Meta<Key>e: export()\n
  66. Fig*xfig_export_menu*accelerators: \
  67.     Meta<Key>c: cancel()\n\
  68.     Meta<Key>e: export()\n\
  69.     Meta<Key>r: rescan()\n
  70. Fig*print*accelerators: \
  71.     Meta<Key>p: print()\n
  72. Fig*xfig_print_menu*accelerators: \
  73.     Meta<Key>d: dismiss()\n\
  74.     Meta<Key>b: print_batch()\n\
  75.     Meta<Key>x: clear_batch()\n\
  76.     <Key>Return: print()\n\
  77.     Meta<Key>p: print()\n
  78. Fig*xfig_set_unit_panel*accelerators: \
  79.     Meta<Key>c: QuitUnits()\n\
  80.     Meta<Key>s: SetUnits()\n
  81.