Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

41
cde/osf/bindings/pc Normal file
View File

@@ -0,0 +1,41 @@
! $XConsortium: pc /main/4 1995/07/17 10:28:38 drk $
! @OSF_COPYRIGHT@
! COPYRIGHT NOTICE
! Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
! ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
! the full copyright text.
!
! HISTORY
! Generic OSF/Motif Style Guide bindings for PC keyboards
osfActivate : <Key>KP_Enter
osfCancel : <Key>Escape
osfMenuBar : <Key>F10
osfMenu : Shift <Key>F10
osfHelp : <Key>F1
osfBackSpace : <Key>BackSpace
osfInsert : <Key>Insert
osfDelete : <Key>Delete
osfPageUp : <Key>Prior
osfPageDown : <Key>Next
osfPageLeft : Ctrl <Key>Prior
osfPageRight : Ctrl <Key>Next
osfEndLine : <Key>End
osfBeginLine : <Key>Home
osfLeft : <Key>Left
osfRight : <Key>Right
osfUp : <Key>Up
osfDown : <Key>Down
osfAddMode : Shift <Key>F8
osfCut : Shift <Key>Delete
osfCopy : Ctrl <Key>Insert
osfPaste : Shift <Key>Insert
osfPrimaryPaste :Meta Ctrl <Key>Insert