home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / hp / 15371 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.3 KB

  1. Xref: sparky comp.sys.hp:15371 comp.windows.x.motif:8871
  2. Newsgroups: comp.sys.hp,comp.windows.x.motif
  3. Path: sparky!uunet!mcsun!Germany.EU.net!gmd.de!newsserver.jvnc.net!darwin.sura.net!paladin.american.edu!howland.reston.ans.net!usc!sdd.hp.com!hpscit.sc.hp.com!hpuerca.atl.hp.com!amga
  4. From: amga@hpuerca.atl.hp.com (Anne Gale)
  5. Subject: Re: OSF Keyboard mappings on HP
  6. Message-ID: <C1H2zn.9G2@hpuerca.atl.hp.com>
  7. Date: Tue, 26 Jan 1993 17:52:34 GMT
  8. References: <C1Cv75.CB6@compsci.liverpool.ac.uk>
  9. Organization: Hewlett-Packard NARC Atlanta
  10. Lines: 57
  11.  
  12. In <C1Cv75.CB6@compsci.liverpool.ac.uk> mbell@csc.liv.ac.uk (Mike Bell) writes:
  13.  
  14. >I'm currently coding several Motif applications and was attempting to
  15. >conform to the Motif Style guide. My problem is that I am not sure which
  16. >keys to bind to on a HP720 for an Undo/Cut/Copy/Paste... menu.
  17.  
  18. >The style guide gives :
  19.  
  20. >Undo = Alt + Bkspace
  21. >Cut  = Shift + Delete
  22. >Copy = Ctrl + Insert
  23. >Paste= Shift + Insert
  24.  
  25. >What keys should I bind to for a HP???
  26.  
  27. ------------------------------------------------------------------------
  28.  
  29. The mapping of Motif virtual keys to physical keys on the standard
  30. HP-HIL keyboard are as follows:
  31.  
  32. osfAddMode         -Shift F8
  33. osfBackspace       -Back Space
  34. osfBeginLine       -arrow key pointing to the upper left
  35. osfCancel          -escape
  36. osfClear           -clear display
  37. osfDelete          -delete char
  38. osfDown            -arrow key pointing down
  39. osfEndLine         -F7
  40. osfHelp            -F1
  41. osfInsert          -Insert char
  42. osfLeft            -arrow key pointing left
  43. osfMenu            -F4
  44. osfMenuBar         -F10
  45. osfPageDown        -Next
  46. osfPageUp          -Prev
  47. osfPrimaryPaste    -Insert line
  48. osfQuickPaste      -Delete line
  49. osfRight           -arrow key pointing right
  50. osfSelect          -Select
  51. osfUp              -arrow key pointing up
  52.  
  53. So for what you need to do, I would do the following:
  54.  
  55. Undo = Alt + Bkspace          = Alt<Key>osfBackspace
  56. Cut  = Shift + Delete         = Shift<Key>osfDelete
  57. Copy = Ctrl + Insert          = Ctrl<Key>osfInsert
  58. Paste= Shift + Insert         = Shift<Key>osfInsert
  59.  
  60. Hope this help,
  61.  
  62. Anne Gale
  63. North American Response Center - Atlanta
  64. Development Team
  65.  
  66. hpdesk:       Anne GALE/HP3019/01       Mail:   Hewlett-Packard
  67. hp-ux mail:   amga@hpuerca.atl.hp.com           2000 South Park Place
  68.                                             Atlanta, GA 30339
  69.