mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
883 B
37 lines
883 B
|
|
/******************************************************************************
|
|
Copyright (c) Maynard, an Archive Company. 1991
|
|
GSH
|
|
|
|
Name: keys.h
|
|
|
|
Description: This file contains the ACCELERATOR KEY IDs and
|
|
miscellaneous key IDs for the Maynstream GUI project.
|
|
|
|
$Log: G:/UI/LOGFILES/KEYS.H_V $
|
|
|
|
Rev 1.2 04 Oct 1992 19:47:36 DAVEV
|
|
UNICODE AWK PASS
|
|
|
|
Rev 1.1 03 Dec 1991 16:04:52 GLENN
|
|
Remove old ribbon accel keys - no longer used. Added some Virtual Keys.
|
|
|
|
Rev 1.0 20 Nov 1991 19:37:06 SYSTEM
|
|
Initial revision.
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
#ifndef _KEYS_H
|
|
#define _KEYS_H
|
|
|
|
// WINDOWS ACCELERATOR KEY ID's
|
|
|
|
#define IDRA_ACCKEYS ID(1)
|
|
|
|
|
|
#define VK_8 0x38
|
|
#define VK_OEM_PLUS 0xBB
|
|
#define VK_OEM_MINUS 0xBD
|
|
|
|
#endif
|