Fix for bug 324 (aka H4216). We now will use nhraykey by default if the
players keyboard layout is non-english. nhraykey properly handles non-english input. We also now support changing altkeyhandler in game.
This commit is contained in:
@@ -203,7 +203,9 @@ extern void NDECL(win32_abort);
|
||||
extern void FDECL(nttty_preference_update, (const char *));
|
||||
extern void NDECL(toggle_mouse_support);
|
||||
extern void FDECL(map_subkeyvalue, (char *));
|
||||
extern void NDECL(load_keyboard_handler);
|
||||
#if defined(WIN32CON)
|
||||
extern void FDECL(set_altkeyhandler, (const char *));
|
||||
#endif
|
||||
extern void NDECL(raw_clear_screen);
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
Reference in New Issue
Block a user