!************************************************************************* ! * ! © Copyright 2005 Hewlett-Packard Development Company, L.P. * ! * ! Confidential computer software. Valid license from HP required for * ! possession, use or copying. Consistent with FAR 12.211 and 12.212, * ! Commercial Computer Software, Computer Software Documentation, and * ! Technical Data for Commercial Items are licensed to the U.S. * ! Government under vendor's standard commercial license. * ! * !************************************************************************* !++ ! Facility: ! eXtended LSE (XLSE) ! ! Abstract: ! Defines key bindings common to all LK201 keypads. ! ! Author: ! W. Ward Clark, CASEE Group ! ! Creation Date: 18-Sep-88 ! !-- PROCEDURE xlse__define_lk201_keys !+ ! XLSE Keypad Bindings - all keypads, LK201 keyboard !- LOCAL key; key := 'DEFINE KEY '; !+ ! Define LK201 Function Keys. !- LSE$DO_COMMAND( key + 'f10 "DO/TPU xlse_exit"' + '/leg="" /top="[~tbs~]"' ); LSE$DO_COMMAND( key + 'gold/f10 "DO/TPU xlse_write_modified_buffers"' + '/leg="" /top="[~tbs~]"' ); ENDPROCEDURE