Last change
on this file since 10366 was 9935, checked in by sandervl, 22 years ago |
PF: Generate console even when receiving special keyboard hook message for Ctrl-Break
|
File size:
475 bytes
|
Rev | Line | |
---|
[9935] | 1 | /* $Id: pmkbdhk.h,v 1.3 2003-03-25 12:16:56 sandervl Exp $ */
|
---|
[7155] | 2 | /*
|
---|
| 3 | * OS/2 Presentation Manager Keyboard Hook
|
---|
| 4 | *
|
---|
| 5 | *
|
---|
| 6 | * Copyright 2001 Patrick Haller (patrick.haller@innotek.de)
|
---|
| 7 | *
|
---|
| 8 | */
|
---|
| 9 |
|
---|
| 10 | #ifndef __PMKBDHK_H__
|
---|
| 11 | #define __PMKBDHK_H__
|
---|
| 12 |
|
---|
| 13 | /*
|
---|
| 14 | * Note: this won't interfere with any WM_USER value,
|
---|
| 15 | * WM_PENFIRST is 0x04c0
|
---|
| 16 | */
|
---|
[9935] | 17 | #define WM_CHAR_SPECIAL 0x04ba
|
---|
| 18 | #define WM_CHAR_SPECIAL_ALTGRCONTROL 0x04bb
|
---|
| 19 | #define WM_CHAR_SPECIAL_CONSOLE_BREAK 0x04bc
|
---|
[7155] | 20 |
|
---|
| 21 |
|
---|
| 22 | #endif //__PMKBDHK_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.