Dthelpdemo 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. !########
  2. !#
  3. !# Dthelpdemo app-defaults file.
  4. !#
  5. !# (c) Copyright 1993, 1994 Hewlett-Packard Company
  6. !# (c) Copyright 1993, 1994 International Business Machines Corp.
  7. !# (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  8. !# (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
  9. !# Novell, Inc.
  10. !#
  11. !########
  12. !########
  13. !#
  14. !# Display Area Colors
  15. !#
  16. !# These resources set the colors for the display area (where
  17. !# actual help text is displayed).
  18. !#
  19. !########
  20. Dthelpdemo*DisplayArea.background: white
  21. Dthelpdemo*DisplayArea.foreground: black
  22. Dthelpdemo*TocArea.background: white
  23. Dthelpdemo*TocArea.foreground: black
  24. !########
  25. !#
  26. !# Help On Help
  27. !#
  28. !# The "helpOnHelpVolume" resource specifies the help volume to be used
  29. !# to display the "help on help" topics (when a help request is made
  30. !# while using a help window).
  31. !#
  32. !#
  33. !########
  34. Dthelpdemo*helpOnHelpVolume: Help4Help
  35. !########
  36. !#
  37. !# Man Page Box
  38. !#
  39. !# The "man box" is used to display man pages in dthelpdemo.
  40. !#
  41. !########
  42. Dthelpdemo*manBox.rows: 32
  43. Dthelpdemo*manBox.columns: 80
  44. !########
  45. !#
  46. !# Menu Accelerators
  47. !#
  48. !# The following resources establish keyboard accelerators
  49. !# for the most frequently accessed menu commands in the help dialogs.
  50. !#
  51. !########
  52. *DtHelpDialog*searchMenu.keyword.acceleratorText: Ctrl+I
  53. *DtHelpDialog*searchMenu.keyword.accelerator: Ctrl<Key>i
  54. *DtHelpDialog*navigateMenu.backTrack.acceleratorText: Ctrl+B
  55. *DtHelpDialog*navigateMenu.backTrack.accelerator: Ctrl<Key>b
  56. *DtHelpDialog*navigateMenu.homeTopic.acceleratorText: Ctrl+H
  57. *DtHelpDialog*navigateMenu.homeTopic.accelerator: Ctrl<Key>h
  58. *DtHelpDialog*fileMenu.close.acceleratorText: Alt+F4
  59. *DtHelpDialog*fileMenu.close.accelerator: Alt<Key>f4
  60. !########
  61. !#
  62. !# Execution Alias commands
  63. !#
  64. !# The following resources establish execution aliasis. This isolates
  65. !# the actual command from the help volume src files, allowing for
  66. !# end-user modification.
  67. !#
  68. !########
  69. *Dthelpdemo.executionAlias.xclockAlias: xclock &
  70. *Dthelpdemo.executionAlias.dtCalcAlias: dtcalc &
  71. *Dthelpdemo.executionAlias.xloadAlias: xload &
  72. !########################### eof ###################