summaryrefslogtreecommitdiff
path: root/windows/kbdneo2/Quelldateien/kbdneo2.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/kbdneo2/Quelldateien/kbdneo2.h')
-rw-r--r--windows/kbdneo2/Quelldateien/kbdneo2.h28
1 files changed, 5 insertions, 23 deletions
diff --git a/windows/kbdneo2/Quelldateien/kbdneo2.h b/windows/kbdneo2/Quelldateien/kbdneo2.h
index abf0517..25296f4 100644
--- a/windows/kbdneo2/Quelldateien/kbdneo2.h
+++ b/windows/kbdneo2/Quelldateien/kbdneo2.h
@@ -1,33 +1,15 @@
/****************************** Module Header ******************************\
* Module Name: KBDNEO2.H
-*
-* keyboard layout header for German NEO 2.0
-*
-* Various defines for use by keyboard input code.
-*
+* Header für das deutsche ergonomische Layout Neo 2.0
\***************************************************************************/
-
-/*
- * kbd type should be controlled by cl command-line argument
- */
+// basiert auf den in der kbd.h definierten KBD-Type 4
#define KBD_TYPE 4
-/*
-* Include the basis of all keyboard table values
-*/
+// kbd.h einschließen
#include "kbd.h"
#include <dontuse.h>
-/***************************************************************************\
-* The table below defines the virtual keys for various keyboard types where
-* the keyboard differ from the US keyboard.
-*
-* _EQ() : all keyboard types have the same virtual key for this scancode
-* _NE() : different virtual keys for this scancode, depending on kbd type
-*
-* +------+ +----------+----------+----------+----------+----------+----------+
-* | Scan | | kbd | kbd | kbd | kbd | kbd | kbd |
-* | code | | type 1 | type 2 | type 3 | type 4 | type 5 | type 6 |
-\****+-------+_+----------+----------+----------+----------+----------+----------+*/
+
+
// Tastenumbelegung für Neo 2.0 ; sonstige Tastenzuordnung siehe kbd.h
#undef T0D
#define T0D _EQ( OEM_2 )