Deleted Added
full compact
kbdtables.h (470) kbdtables.h (619)
1/*
2 * Copyright (C) 1992, 1993 S�ren Schmidt
3 *
4 * This program is free software; you may redistribute it and/or
5 * modify it, provided that it retain the above copyright notice
6 * and the following disclaimer.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 *
12 * S�ren Schmidt Email: sos@kmd-ac.dk
13 * Tritonvej 36 UUCP: ...uunet!dkuug!kmd-ac!sos
14 * DK9210 Aalborg SO Phone: +45 9814 8076
1/*
2 * Copyright (C) 1992, 1993 S�ren Schmidt
3 *
4 * This program is free software; you may redistribute it and/or
5 * modify it, provided that it retain the above copyright notice
6 * and the following disclaimer.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 *
12 * S�ren Schmidt Email: sos@kmd-ac.dk
13 * Tritonvej 36 UUCP: ...uunet!dkuug!kmd-ac!sos
14 * DK9210 Aalborg SO Phone: +45 9814 8076
15 *
16 * $Id$
15 */
16
17#define META 0x80 /* eight bit for emacs META-key */
18
19#ifdef DKKEYMAP
20keymap_t key_map = { 0x69, /* DK iso8859 keymap */
21/* alt
22 * scan cntrl alt alt cntrl

--- 834 unchanged lines hidden ---
17 */
18
19#define META 0x80 /* eight bit for emacs META-key */
20
21#ifdef DKKEYMAP
22keymap_t key_map = { 0x69, /* DK iso8859 keymap */
23/* alt
24 * scan cntrl alt alt cntrl

--- 834 unchanged lines hidden ---