From 7a8979eea37e9fd2ae71b53ede715a2464b40a75 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 20 Mar 2010 12:29:34 +0000 Subject: =?UTF-8?q?mehr=20=C3=84nderungen=20f=C3=BCr=20kbdneo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2202 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/kbdneo2/Quelldateien/kbdneo2.h | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) (limited to 'windows/kbdneo2/Quelldateien/kbdneo2.h') 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 -/***************************************************************************\ -* 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 ) -- cgit v1.2.3