Add keypad-# and Swedish layout
This commit is contained in:
parent
5d05bf7a7a
commit
83d50760d8
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: wsksymdef.h,v 1.31 2000/04/14 23:11:08 tsarna Exp $ */
|
||||
/* $NetBSD: wsksymdef.h,v 1.32 2000/05/13 12:16:35 bjh21 Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
|
@ -321,6 +321,7 @@
|
|||
#define KS_KP_Tab 0xf209
|
||||
#define KS_KP_Enter 0xf20d
|
||||
#define KS_KP_Equal 0xf23d
|
||||
#define KS_KP_Numbersign 0xf223
|
||||
#define KS_KP_Multiply 0xf22a
|
||||
#define KS_KP_Add 0xf22b
|
||||
#define KS_KP_Separator 0xf22c
|
||||
|
@ -469,6 +470,7 @@
|
|||
#define KB_JP 0x0800
|
||||
#define KB_SV 0x0900
|
||||
#define KB_NO 0x0a00
|
||||
#define KB_SE 0x0b00
|
||||
|
||||
#define KB_NODEAD 0x0001
|
||||
#define KB_DECLK 0x0002 /* DEC LKnnn layout */
|
||||
|
@ -488,7 +490,8 @@
|
|||
{ KB_UK, "uk" }, \
|
||||
{ KB_JP, "jp" }, \
|
||||
{ KB_SV, "sv" }, \
|
||||
{ KB_NO, "no" }
|
||||
{ KB_NO, "no" }, \
|
||||
{ KB_SE, "se" }
|
||||
|
||||
#define KB_VARTAB \
|
||||
{ KB_NODEAD, "nodead" }, \
|
||||
|
|
Loading…
Reference in New Issue