kbd_mod.h und keysym4utf16.h verschoben, keine Duplikate pro Layout

This commit is contained in:
qwertfisch 2022-03-29 03:40:36 +02:00
parent 1da036258e
commit d0cc8fb0b8
9 changed files with 1516 additions and 4539 deletions

View File

@ -1,7 +1,7 @@
/****************************************************************************\
* Module Name: KBD_MOD.H
* Änderungen an der KBD.H für Neo 2.0 oder darauf basierende Layouts
\****************************************************************************/
#undef DEADTRANS
/****************************************************************************\
* Module Name: KBD_MOD.H
* Änderungen an der KBD.H für Neo 2.0 oder darauf basierende Layouts
\****************************************************************************/
#undef DEADTRANS
#define DEADTRANS(accent, ch, comp, flags) { MAKELONG(ch, accent), comp, flags}

View File

@ -5,8 +5,8 @@
#include <windows.h>
#include "kbd.h"
#include "kbd_mod.h"
#include "keysym4utf16.h"
#include "../kbd_mod.h"
#include "../keysym4utf16.h"
#include "kbdbone.h"
#if defined(_M_IA64)

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +0,0 @@
/****************************************************************************\
* Module Name: KBD_MOD.H
* Änderungen an der KBD.H für Neo 2.0 oder darauf basierende Layouts
\****************************************************************************/
#undef DEADTRANS
#define DEADTRANS(accent, ch, comp, flags) { MAKELONG(ch, accent), comp, flags}

View File

@ -5,8 +5,8 @@
#include <windows.h>
#include "kbd.h"
#include "kbd_mod.h"
#include "keysym4utf16.h"
#include "../kbd_mod.h"
#include "../keysym4utf16.h"
#include "kbdgr2.h"
#if defined(_M_IA64)

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +0,0 @@
/****************************************************************************\
* Module Name: KBD_MOD.H
* Änderungen an der KBD.H für Neo 2.0 oder darauf basierende Layouts
\****************************************************************************/
#undef DEADTRANS
#define DEADTRANS(accent, ch, comp, flags) { MAKELONG(ch, accent), comp, flags}

View File

@ -5,8 +5,8 @@
#include <windows.h>
#include "kbd.h"
#include "kbd_mod.h"
#include "keysym4utf16.h"
#include "../kbd_mod.h"
#include "../keysym4utf16.h"
#include "kbdneo2.h"
#if defined(_M_IA64)