Files
nethack/win/win32
nethack.allison 855e6eef88 (from Yitzhak) ALT-H
This patch disables ALT-H in NetHack mode.  Before patch: ALT-H in NetHack
mode brings down the Help menu in the menu bar.  After patch: ALT-H does
nothing in NetHack mode.  In both cases, in Windows mode, ALT-H brings
down the Help menu in the menu bar.   I can easily write a patch to have
ALT-H in NetHack mode act the same as '?'.

Explanation:
return 0: this window proc has processed this event.
return DefWindowProc(): process using default window proc.

ALT-H is the only key for which DefWindowProc() does something special AND
reaches the else.
2002-03-17 17:03:45 +00:00
..
2002-01-22 22:54:54 +00:00
2002-01-22 22:54:54 +00:00
2002-03-10 22:30:47 +00:00
2002-01-22 22:54:54 +00:00
2002-01-27 15:19:36 +00:00
2002-03-12 23:07:59 +00:00
2002-03-11 03:17:49 +00:00
2002-03-04 22:55:45 +00:00
2002-02-05 13:21:43 +00:00
2002-02-05 13:21:43 +00:00
2002-03-17 17:03:45 +00:00
2002-03-10 17:41:11 +00:00
2002-03-11 23:38:59 +00:00
2002-03-04 22:55:45 +00:00
2002-03-06 02:56:46 +00:00
2002-03-10 17:41:11 +00:00
2002-02-05 13:21:43 +00:00
2002-03-11 23:38:59 +00:00
2002-03-03 16:46:40 +00:00
2002-03-10 17:41:11 +00:00
2002-03-04 22:40:01 +00:00
2002-03-10 17:41:11 +00:00
2002-02-05 13:21:43 +00:00
2002-03-08 22:23:04 +00:00
2002-02-05 13:21:43 +00:00
2002-01-13 21:22:51 +00:00
2002-01-25 07:19:21 +00:00
2002-01-13 21:22:51 +00:00
2002-03-16 18:54:16 +00:00
2002-03-04 22:55:45 +00:00
2002-03-10 22:30:47 +00:00
2002-03-03 16:51:46 +00:00
2002-03-04 22:40:01 +00:00
2002-03-14 12:54:06 +00:00
2002-01-22 22:54:54 +00:00
2002-03-10 22:30:47 +00:00
2002-03-10 17:41:11 +00:00