home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.hp:15371 comp.windows.x.motif:8871
- Newsgroups: comp.sys.hp,comp.windows.x.motif
- 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
- From: amga@hpuerca.atl.hp.com (Anne Gale)
- Subject: Re: OSF Keyboard mappings on HP
- Message-ID: <C1H2zn.9G2@hpuerca.atl.hp.com>
- Date: Tue, 26 Jan 1993 17:52:34 GMT
- References: <C1Cv75.CB6@compsci.liverpool.ac.uk>
- Organization: Hewlett-Packard NARC Atlanta
- Lines: 57
-
- In <C1Cv75.CB6@compsci.liverpool.ac.uk> mbell@csc.liv.ac.uk (Mike Bell) writes:
-
- >I'm currently coding several Motif applications and was attempting to
- >conform to the Motif Style guide. My problem is that I am not sure which
- >keys to bind to on a HP720 for an Undo/Cut/Copy/Paste... menu.
-
- >The style guide gives :
-
- >Undo = Alt + Bkspace
- >Cut = Shift + Delete
- >Copy = Ctrl + Insert
- >Paste= Shift + Insert
-
- >What keys should I bind to for a HP???
-
- ------------------------------------------------------------------------
-
- The mapping of Motif virtual keys to physical keys on the standard
- HP-HIL keyboard are as follows:
-
- osfAddMode -Shift F8
- osfBackspace -Back Space
- osfBeginLine -arrow key pointing to the upper left
- osfCancel -escape
- osfClear -clear display
- osfDelete -delete char
- osfDown -arrow key pointing down
- osfEndLine -F7
- osfHelp -F1
- osfInsert -Insert char
- osfLeft -arrow key pointing left
- osfMenu -F4
- osfMenuBar -F10
- osfPageDown -Next
- osfPageUp -Prev
- osfPrimaryPaste -Insert line
- osfQuickPaste -Delete line
- osfRight -arrow key pointing right
- osfSelect -Select
- osfUp -arrow key pointing up
-
- So for what you need to do, I would do the following:
-
- Undo = Alt + Bkspace = Alt<Key>osfBackspace
- Cut = Shift + Delete = Shift<Key>osfDelete
- Copy = Ctrl + Insert = Ctrl<Key>osfInsert
- Paste= Shift + Insert = Shift<Key>osfInsert
-
- Hope this help,
-
- Anne Gale
- North American Response Center - Atlanta
- Development Team
-
- hpdesk: Anne GALE/HP3019/01 Mail: Hewlett-Packard
- hp-ux mail: amga@hpuerca.atl.hp.com 2000 South Park Place
- Atlanta, GA 30339
-