123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648 |
- /* $OpenBSD: akbdmap.h,v 1.10 2014/09/06 10:18:34 mpi Exp $ */
- /* $NetBSD: akbdmap.h,v 1.7 2005/05/05 22:29:41 abs Exp $ */
- /*-
- * Copyright (c) 1997 The NetBSD Foundation, Inc.
- * All rights reserved.
- *
- * This code is derived from software contributed to The NetBSD Foundation
- * by Juergen Hannken-Illjes.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
- * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
- #ifdef WSDISPLAY_COMPAT_RAWKBD
- #include <dev/wscons/wskbdraw.h>
- unsigned char keyboard[128] = {
- RAWKEY_a,
- RAWKEY_s,
- RAWKEY_d,
- RAWKEY_f,
- RAWKEY_h,
- RAWKEY_g,
- RAWKEY_z,
- RAWKEY_x,
- RAWKEY_c,
- RAWKEY_v,
- RAWKEY_less,
- RAWKEY_b,
- RAWKEY_q,
- RAWKEY_w,
- RAWKEY_e,
- RAWKEY_r,
- RAWKEY_y,
- RAWKEY_t,
- RAWKEY_1,
- RAWKEY_2,
- RAWKEY_3,
- RAWKEY_4,
- RAWKEY_6,
- RAWKEY_5,
- RAWKEY_equal,
- RAWKEY_9,
- RAWKEY_7,
- RAWKEY_minus,
- RAWKEY_8,
- RAWKEY_0,
- RAWKEY_bracketright,
- RAWKEY_o,
- RAWKEY_u,
- RAWKEY_bracketleft,
- RAWKEY_i,
- RAWKEY_p,
- RAWKEY_Return,
- RAWKEY_l,
- RAWKEY_j,
- RAWKEY_apostrophe,
- RAWKEY_k,
- RAWKEY_semicolon,
- RAWKEY_backslash,
- RAWKEY_comma,
- RAWKEY_slash,
- RAWKEY_n,
- RAWKEY_m,
- RAWKEY_period,
- RAWKEY_Tab,
- RAWKEY_space,
- RAWKEY_grave,
- RAWKEY_BackSpace,
- RAWKEY_KP_Enter,
- RAWKEY_Escape,
- RAWKEY_Control_L,
- 219, /* Command -> Win */
- RAWKEY_Shift_L,
- RAWKEY_Caps_Lock,
- RAWKEY_Alt_L, /* Option -> Alt */
- RAWKEY_Left,
- RAWKEY_Right,
- RAWKEY_Down,
- RAWKEY_Up,
- 0, /* Fn */
- 0,
- RAWKEY_KP_Delete,
- 0,
- RAWKEY_KP_Multiply,
- 0,
- RAWKEY_KP_Add,
- 0,
- RAWKEY_Num_Lock,
- 0,
- 0,
- 0,
- RAWKEY_KP_Divide,
- RAWKEY_KP_Enter,
- 0,
- RAWKEY_KP_Subtract,
- 0,
- 0,
- RAWKEY_KP_Equal,
- RAWKEY_KP_Insert,
- RAWKEY_KP_End,
- RAWKEY_KP_Down,
- RAWKEY_KP_Next,
- RAWKEY_KP_Left,
- RAWKEY_KP_Begin,
- RAWKEY_KP_Right,
- RAWKEY_KP_Home,
- 0,
- RAWKEY_KP_Up,
- RAWKEY_KP_Prior,
- 0,
- 0,
- RAWKEY_KP_Delete,
- RAWKEY_f5,
- RAWKEY_f6,
- RAWKEY_f7,
- RAWKEY_f3,
- RAWKEY_f8,
- RAWKEY_f9,
- 0,
- RAWKEY_f11,
- 0,
- RAWKEY_Print_Screen,
- RAWKEY_KP_Enter,
- RAWKEY_Hold_Screen,
- 0,
- RAWKEY_f10,
- 0,
- RAWKEY_f12,
- 0,
- RAWKEY_Pause,
- RAWKEY_Insert,
- RAWKEY_Home,
- RAWKEY_Prior,
- RAWKEY_Delete,
- RAWKEY_f4,
- RAWKEY_End,
- RAWKEY_f2,
- RAWKEY_Next,
- RAWKEY_f1,
- 0,
- 0,
- 0,
- 0,
- 0
- };
- #endif /* WSDISPLAY_COMPAT_RAWKBD */
- /* XXX This list is incomplete. */
- #define KC(n) KS_KEYCODE(n)
- static const keysym_t akbd_keydesc_us[] = {
- /* pos command normal shifted */
- KC(0), KS_a,
- KC(1), KS_s,
- KC(2), KS_d,
- KC(3), KS_f,
- KC(4), KS_h,
- KC(5), KS_g,
- KC(6), KS_z,
- KC(7), KS_x,
- KC(8), KS_c,
- KC(9), KS_v,
- KC(11), KS_b,
- KC(12), KS_q,
- KC(13), KS_w,
- KC(14), KS_e,
- KC(15), KS_r,
- KC(16), KS_y,
- KC(17), KS_t,
- KC(18), KS_1, KS_exclam,
- KC(19), KS_2, KS_at,
- KC(20), KS_3, KS_numbersign,
- KC(21), KS_4, KS_dollar,
- KC(22), KS_6, KS_asciicircum,
- KC(23), KS_5, KS_percent,
- KC(24), KS_equal, KS_plus,
- KC(25), KS_9, KS_parenleft,
- KC(26), KS_7, KS_ampersand,
- KC(27), KS_minus, KS_underscore,
- KC(28), KS_8, KS_asterisk,
- KC(29), KS_0, KS_parenright,
- KC(30), KS_bracketright, KS_braceright,
- KC(31), KS_o,
- KC(32), KS_u,
- KC(33), KS_bracketleft, KS_braceleft,
- KC(34), KS_i,
- KC(35), KS_p,
- KC(36), KS_Return,
- KC(37), KS_l,
- KC(38), KS_j,
- KC(39), KS_apostrophe, KS_quotedbl,
- KC(40), KS_k,
- KC(41), KS_semicolon, KS_colon,
- KC(42), KS_backslash, KS_bar,
- KC(43), KS_comma, KS_less,
- KC(44), KS_slash, KS_question,
- KC(45), KS_n,
- KC(46), KS_m,
- KC(47), KS_period, KS_greater,
- KC(48), KS_Tab,
- KC(49), KS_space,
- KC(50), KS_grave, KS_asciitilde,
- KC(51), KS_Cmd_ResetEmul, KS_Delete,
- KC(52), KS_KP_Enter,
- KC(53), KS_Cmd_Debugger, KS_Escape,
- KC(54), KS_Cmd1, KS_Control_L,
- KC(55), KS_Cmd2, KS_Alt_L, /* Command */
- KC(56), KS_Shift_L,
- KC(57), KS_Caps_Lock,
- KC(58), KS_Cmd2, KS_Alt_R, /* Option */
- KC(59), KS_Left,
- KC(60), KS_Right,
- KC(61), KS_Down,
- KC(62), KS_Up,
- KC(65), KS_KP_Decimal,
- KC(67), KS_KP_Multiply,
- KC(69), KS_KP_Add,
- KC(71), KS_Num_Lock, KS_Clear,
- KC(75), KS_KP_Divide,
- KC(76), KS_KP_Enter,
- KC(78), KS_KP_Subtract,
- KC(81), KS_KP_Equal,
- KC(82), KS_KP_0, KS_KP_Insert,
- KC(83), KS_KP_1, KS_KP_End,
- KC(84), KS_KP_2, KS_KP_Down,
- KC(85), KS_KP_3, KS_KP_Next,
- KC(86), KS_KP_4, KS_KP_Left,
- KC(87), KS_KP_5, KS_KP_Begin,
- KC(88), KS_KP_6, KS_KP_Right,
- KC(89), KS_KP_7, KS_KP_Home,
- KC(91), KS_KP_8, KS_KP_Up,
- KC(92), KS_KP_9, KS_KP_Prior,
- KC(95), KS_KP_Decimal, KS_KP_Delete,
- KC(96), KS_Cmd_Screen4, KS_f5,
- KC(97), KS_Cmd_Screen5, KS_f6,
- KC(98), KS_Cmd_Screen6, KS_f7,
- KC(99), KS_Cmd_Screen2, KS_f3,
- KC(100), KS_Cmd_Screen7, KS_f8,
- KC(101), KS_Cmd_Screen8, KS_f9,
- KC(103), KS_Cmd_Screen10, KS_f11,
- KC(105), KS_f13, KS_Print_Screen,
- KC(106), KS_KP_Enter,
- KC(107), KS_f14, KS_Hold_Screen,
- KC(109), KS_Cmd_Screen9, KS_f10,
- KC(111), KS_Cmd_Screen11, KS_f12,
- KC(113), KS_f15, KS_Pause,
- KC(114), KS_Insert,
- KC(115), KS_Home,
- KC(116), KS_Cmd_ScrollBack, KS_Prior,
- KC(117), KS_Cmd_ResetEmul, KS_Delete,
- KC(118), KS_Cmd_Screen3, KS_f4,
- KC(119), KS_End,
- KC(120), KS_Cmd_Screen1, KS_f2,
- KC(121), KS_Cmd_ScrollFwd, KS_Next,
- KC(122), KS_Cmd_Screen0, KS_f1,
- KC(127), KS_Cmd_Debugger,
- };
- static const keysym_t akbd_keydesc_fr[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(0), KS_q,
- KC(1), KS_s, KS_S, KS_Ograve,
- KC(4), KS_h, KS_H, KS_Igrave, KS_Icircumflex,
- KC(6), KS_w, KS_W, KS_less, KS_greater,
- KC(8), KS_c, KS_C, KS_copyright, KS_cent,
- KC(10), KS_less, KS_greater,
- KC(11), KS_b, KS_B, KS_ssharp,
- KC(12), KS_a, KS_A, KS_ae, KS_AE,
- KC(13), KS_z, KS_Z, KS_Acircumflex, KS_Aring,
- KC(14), KS_e, KS_E, KS_ecircumflex, KS_Ecircumflex,
- KC(15), KS_r, KS_R, KS_registered, KS_comma,
- KC(16), KS_y, KS_Y, KS_Uacute,
- KC(18), KS_ampersand, KS_1, KS_voidSymbol, KS_dead_acute,
- KC(19), KS_eacute, KS_2, KS_ediaeresis,
- KC(20), KS_quotedbl, KS_3,
- KC(21), KS_apostrophe, KS_4, KS_braceleft, KS_bracketleft,
- KC(22), KS_section, KS_6, KS_paragraph, KS_aring,
- KC(23), KS_parenleft, KS_5, KS_braceleft, KS_bracketleft,
- KC(24), KS_minus, KS_underscore, KS_braceright,
- KC(25), KS_ccedilla, KS_9, KS_Ccedilla, KS_Aacute,
- KC(26), KS_egrave, KS_7, KS_guillemotleft,
- KS_guillemotright,
- KC(27), KS_parenright, KS_degree, KS_braceright, KS_bracketright,
- KC(28), KS_exclam, KS_8, KS_exclamdown, KS_Ucircumflex,
- KC(29), KS_agrave, KS_0, KS_oslash, KS_Ooblique,
- KC(30), KS_dollar, KS_asterisk, KS_cent, KS_yen,
- KC(33), KS_dead_circumflex, KS_dead_diaeresis,
- KS_ocircumflex, KS_Ocircumflex,
- KC(34), KS_i, KS_I, KS_icircumflex, KS_idiaeresis,
- KC(37), KS_l, KS_L, KS_notsign, KS_bar,
- KC(38), KS_j, KS_J, KS_Idiaeresis, KS_Iacute,
- KC(39), KS_ugrave, KS_percent, KS_Ugrave,
- KC(40), KS_k, KS_K, KS_Egrave, KS_Ediaeresis,
- KC(41), KS_m, KS_M, KS_mu, KS_Oacute,
- KC(42), KS_dead_grave, KS_sterling, KS_at, KS_numbersign,
- KC(43), KS_semicolon, KS_period,
- KC(44), KS_equal, KS_plus, KS_voidSymbol, KS_plusminus,
- KC(45), KS_n, KS_N, KS_dead_tilde,
- KC(46), KS_comma, KS_question, KS_voidSymbol, KS_questiondown,
- KC(47), KS_colon, KS_slash, KS_division, KS_backslash,
- KC(50), KS_at, KS_numbersign,
- KC(58), KS_Mode_switch, KS_Multi_key, /* Option */
- };
- static const keysym_t akbd_keydesc_fr_nodead[] = {
- KC(18), KS_ampersand, KS_1, KS_voidSymbol, KS_acute,
- KC(33), KS_asciicircum, KS_diaeresis, KS_ocircumflex, KS_Ocircumflex,
- KC(42), KS_grave, KS_sterling, KS_at, KS_numbersign,
- KC(45), KS_n, KS_N, KS_asciitilde,
- };
- static const keysym_t akbd_keydesc_jp[] = {
- /* pos command normal shifted */
- KC(19), KS_2, KS_quotedbl,
- KC(22), KS_6, KS_ampersand,
- KC(24), KS_asciicircum, KS_asciitilde,
- KC(25), KS_9, KS_parenright,
- KC(26), KS_7, KS_apostrophe,
- KC(27), KS_minus, KS_equal,
- KC(28), KS_8, KS_parenleft,
- KC(29), KS_0,
- KC(30), KS_bracketleft, KS_braceleft,
- KC(33), KS_at, KS_grave,
- KC(39), KS_colon, KS_asterisk,
- KC(41), KS_semicolon, KS_plus,
- KC(42), KS_bracketright,KS_braceright,
- KC(93), KS_backslash, KS_bar,
- KC(94), KS_underscore,
- };
- static const keysym_t akbd_keydesc_uk[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(20), KS_3, KS_sterling, KS_numbersign,
- KC(50), KS_section, KS_plusminus,
- KC(58), KS_Mode_switch, KS_Multi_key, /* Option */
- };
- static const keysym_t akbd_keydesc_sv[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(10), KS_less, KS_greater, KS_bar,
- KC(19), KS_2, KS_quotedbl, KS_at,
- KC(21), KS_4, KS_dollar,
- KC(22), KS_6, KS_ampersand,
- KC(24), KS_dead_acute, KS_dead_grave,
- KC(25), KS_9, KS_parenright, KS_bracketright,
- KC(26), KS_7, KS_slash, KS_braceleft,
- KC(27), KS_plus, KS_question, KS_backslash,
- KC(28), KS_8, KS_parenleft, KS_bracketleft,
- KC(29), KS_0, KS_equal, KS_braceright,
- KC(30), KS_dead_diaeresis,KS_dead_circumflex,KS_dead_tilde,
- KC(33), KS_aring,
- KC(39), KS_adiaeresis,
- KC(41), KS_odiaeresis,
- KC(42), KS_apostrophe, KS_asterisk,
- KC(43), KS_comma, KS_semicolon,
- KC(44), KS_minus, KS_underscore,
- KC(47), KS_period, KS_colon,
- KC(50), KS_section, KS_degree,
- KC(58), KS_Mode_switch, KS_Multi_key, /* Option */
- };
- static const keysym_t akbd_keydesc_sv_nodead[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(24), KS_apostrophe, KS_grave,
- KC(30), KS_diaeresis, KS_asciicircum, KS_asciitilde,
- };
- static const keysym_t akbd_keydesc_de[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(0), KS_a, KS_A, KS_aring, KS_Aring,
- KC(1), KS_s, KS_S, KS_voidSymbol, KS_Iacute,
- KC(3), KS_f, KS_F, KS_voidSymbol, KS_Idiaeresis,
- KC(4), KS_h, KS_H, KS_ordfeminine, KS_Oacute,
- KC(5), KS_g, KS_G, KS_copyright, KS_Igrave,
- KC(6), KS_y, KS_Y, KS_yen,
- KC(7), KS_x, KS_X, KS_voidSymbol, KS_Ugrave,
- KC(8), KS_c, KS_C, KS_ccedilla, KS_Ccedilla,
- KC(10), KS_less, KS_greater,
- KC(12), KS_q, KS_Q, KS_guillemotleft,KS_guillemotright,
- KC(15), KS_r, KS_R, KS_registered, KS_cedilla,
- KC(16), KS_z, KS_Z,
- KC(18), KS_1, KS_exclam, KS_exclamdown, KS_notsign,
- KC(19), KS_2, KS_quotedbl,
- KC(20), KS_3, KS_section, KS_paragraph, KS_numbersign,
- KC(21), KS_4, KS_dollar, KS_cent, KS_sterling,
- KC(22), KS_6, KS_ampersand, KS_bracketright,KS_dead_circumflex,
- KC(23), KS_5, KS_percent, KS_bracketleft,
- KC(24), KS_dead_acute, KS_dead_grave, KS_apostrophe,
- KC(25), KS_9, KS_parenright, KS_braceright, KS_periodcentered,
- KC(26), KS_7, KS_slash, KS_bar, KS_backslash,
- KC(27), KS_ssharp, KS_question, KS_questiondown,
- KC(28), KS_8, KS_parenleft, KS_braceleft,
- KC(29), KS_0, KS_equal, KS_voidSymbol, KS_macron,
- KC(30), KS_plus, KS_asterisk, KS_plusminus,
- KC(31), KS_o, KS_O, KS_oslash, KS_Ooblique,
- KC(32), KS_u, KS_U, KS_dead_diaeresis,KS_Aacute,
- KC(33), KS_udiaeresis, KS_Udiaeresis, KS_voidSymbol, KS_degree,
- KC(34), KS_i, KS_I, KS_voidSymbol, KS_Ucircumflex,
- KC(37), KS_l, KS_L, KS_at,
- KC(38), KS_j, KS_J, KS_masculine,
- KC(39), KS_adiaeresis, KS_Adiaeresis, KS_ae, KS_AE,
- KC(41), KS_odiaeresis, KS_Odiaeresis,
- KC(42), KS_numbersign, KS_apostrophe,
- KC(43), KS_comma, KS_semicolon,
- KC(44), KS_minus, KS_underscore,
- KC(45), KS_n, KS_N, KS_dead_tilde,
- KC(46), KS_m, KS_M, KS_mu,
- KC(47), KS_period, KS_colon,
- KC(50), KS_dead_circumflex,KS_degree,
- KC(58), KS_Mode_switch, KS_Multi_key, /* Option */
- };
- static const keysym_t akbd_keydesc_de_nodead[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(22), KS_6, KS_ampersand, KS_bracketright,KS_asciicircum,
- KC(24), KS_acute, KS_grave, KS_apostrophe,
- KC(32), KS_u, KS_U, KS_diaeresis, KS_Aacute,
- KC(45), KS_n, KS_N, KS_asciitilde,
- KC(50), KS_asciicircum, KS_degree,
- };
- static const keysym_t akbd_keydesc_sf[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(6), KS_y,
- KC(10), KS_less, KS_greater,
- KC(16), KS_z,
- KC(18), KS_plus, KS_1,
- KC(19), KS_quotedbl, KS_2,
- KC(20), KS_asterisk, KS_3,
- KC(21), KS_ccedilla, KS_4, KS_Ccedilla,
- KC(22), KS_ampersand, KS_6,
- KC(23), KS_percent, KS_5,
- KC(24), KS_dead_circumflex,KS_grave,
- KC(25), KS_parenright, KS_9,
- KC(26), KS_slash, KS_7,
- KC(27), KS_apostrophe, KS_question,
- KC(28), KS_parenleft, KS_8,
- KC(29), KS_equal, KS_0,
- KC(30), KS_dead_diaeresis,KS_exclam,
- KC(33), KS_egrave, KS_udiaeresis,
- KC(39), KS_agrave, KS_adiaeresis,
- KC(41), KS_eacute, KS_odiaeresis,
- KC(42), KS_dollar, KS_sterling,
- KC(43), KS_period, KS_colon,
- KC(46), KS_comma, KS_semicolon,
- KC(47), KS_minus, KS_underscore,
- KC(50), KS_paragraph, KS_degree,
- };
- static const keysym_t akbd_keydesc_es[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(10), KS_less, KS_greater,
- KC(18), KS_1, KS_exclam, KS_bar,
- KC(19), KS_2, KS_quotedbl, KS_at,
- KC(20), KS_3, KS_periodcentered, KS_numbersign,
- KC(21), KS_4, KS_dollar, KS_asciitilde,
- KC(22), KS_6, KS_ampersand, KS_notsign,
- KC(23), KS_5, KS_percent,
- KC(24), KS_exclamdown, KS_questiondown,
- KC(25), KS_9, KS_parenright,
- KC(26), KS_7, KS_slash,
- KC(27), KS_apostrophe, KS_question,
- KC(28), KS_8, KS_parenleft,
- KC(29), KS_0, KS_equal,
- KC(30), KS_plus, KS_asterisk, KS_bracketright,
- KC(33), KS_dead_grave, KS_dead_circumflex, KS_bracketleft,
- KC(39), KS_dead_acute, KS_dead_diaeresis, KS_braceleft,
- KC(41), KS_ntilde,
- KC(42), KS_ccedilla, KS_Ccedilla, KS_braceright,
- KC(43), KS_comma, KS_semicolon,
- KC(44), KS_minus, KS_underscore,
- KC(47), KS_period, KS_colon,
- KC(50), KS_degree, KS_ordfeminine, KS_backslash,
- KC(58), KS_Mode_switch, KS_Multi_key, /* Option */
- };
- static const keysym_t akbd_keydesc_pt[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(7), KS_x, KS_X, KS_guillemotleft, KS_guillemotright,
- KC(10), KS_less, KS_greater,
- KC(19), KS_2, KS_quotedbl, KS_at,
- KC(20), KS_3, KS_numbersign, KS_sterling,
- KC(22), KS_6, KS_ampersand,
- KC(24), KS_plus, KS_asterisk,
- KC(25), KS_9, KS_parenright, KS_bracketright, KS_braceright,
- KC(26), KS_7, KS_slash,
- KC(27), KS_apostrophe, KS_question,
- KC(28), KS_8, KS_parenleft, KS_bracketleft, KS_braceleft,
- KC(29), KS_0, KS_equal,
- KC(30), KS_dead_acute, KS_dead_grave,
- KC(33), KS_masculine, KS_ordfeminine,
- KC(39), KS_dead_tilde, KS_dead_circumflex,
- KC(41), KS_ccedilla, KS_Ccedilla,
- KC(43), KS_comma, KS_semicolon,
- KC(44), KS_minus, KS_underscore,
- KC(47), KS_period, KS_colon,
- KC(50), KS_section, KS_plusminus,
- KC(58), KS_Mode_switch, KS_Multi_key, /* Option */
- };
- static const keysym_t akbd_keydesc_us_dvorak[] = {
- /* pos command normal shifted */
- KC(1), KS_o,
- KC(2), KS_e,
- KC(3), KS_u,
- KC(4), KS_d,
- KC(5), KS_i,
- KC(6), KS_semicolon, KS_colon,
- KC(7), KS_q,
- KC(8), KS_j,
- KC(9), KS_k,
- KC(11), KS_x,
- KC(12), KS_apostrophe, KS_quotedbl,
- KC(13), KS_comma, KS_less,
- KC(14), KS_period, KS_greater,
- KC(15), KS_p,
- KC(16), KS_f,
- KC(17), KS_y,
- KC(24), KS_bracketright, KS_braceright,
- KC(27), KS_bracketleft, KS_braceleft,
- KC(30), KS_equal, KS_plus,
- KC(31), KS_r,
- KC(32), KS_g,
- KC(33), KS_slash, KS_question,
- KC(34), KS_c,
- KC(35), KS_l,
- KC(37), KS_n,
- KC(38), KS_h,
- KC(39), KS_minus, KS_underscore,
- KC(40), KS_t,
- KC(41), KS_s,
- KC(43), KS_w,
- KC(44), KS_z,
- KC(45), KS_b,
- KC(47), KS_v,
- };
- static const keysym_t akbd_keydesc_sg[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(0), KS_a, KS_A, KS_aring, KS_Aring,
- KC(1), KS_s, KS_S, KS_ssharp, KS_voidSymbol,
- KC(3), KS_f, KS_F, KS_section, KS_voidSymbol,
- KC(4), KS_h, KS_H, KS_ordfeminine, KS_periodcentered,
- KC(5), KS_g, KS_G, KS_at, KS_comma,
- KC(6), KS_y, KS_Y, KS_yen, KS_ydiaeresis,
- KC(7), KS_x, KS_X, KS_voidSymbol, KS_ydiaeresis,
- KC(8), KS_c, KS_C, KS_copyright,
- KC(10), KS_less, KS_greater,
- KC(12), KS_q, KS_Q,
- KC(15), KS_r, KS_R, KS_registered, KS_Egrave,
- KC(16), KS_z, KS_Z, KS_voidSymbol, KS_Aacute,
- KC(18), KS_1, KS_plus, KS_plusminus, KS_onesuperior,
- KC(19), KS_2, KS_quotedbl, KS_twosuperior,
- KC(20), KS_3, KS_asterisk, KS_numbersign, KS_threesuperior,
- KC(21), KS_4, KS_ccedilla, KS_Ccedilla,
- KC(22), KS_6, KS_ampersand, KS_bracketright,
- KC(23), KS_5, KS_percent, KS_bracketleft,
- KC(24), KS_dead_circumflex,KS_dead_grave,KS_dead_acute, KS_asciitilde,
- KC(25), KS_9, KS_parenright, KS_braceright, KS_Ocircumflex,
- KC(26), KS_7, KS_slash, KS_bar, KS_backslash,
- KC(27), KS_apostrophe, KS_question, KS_questiondown,
- KC(28), KS_8, KS_parenleft, KS_braceleft, KS_Ograve,
- KC(29), KS_0, KS_equal, KS_voidSymbol, KS_Uacute,
- KC(30), KS_dead_diaeresis,KS_exclam, KS_bracketright,
- KC(31), KS_o, KS_O, KS_oslash,
- KC(32), KS_u, KS_U, KS_degree, KS_Ugrave,
- KC(33), KS_udiaeresis, KS_egrave, KS_bracketleft,
- KC(34), KS_i, KS_I, KS_exclamdown,
- KC(37), KS_l, KS_L, KS_notsign,
- KC(38), KS_j, KS_J, KS_masculine,
- KC(39), KS_adiaeresis, KS_agrave, KS_ae, KS_AE,
- KC(41), KS_odiaeresis, KS_eacute, KS_cent,
- KC(42), KS_dollar, KS_sterling, KS_paragraph,
- KC(43), KS_comma, KS_semicolon, KS_guillemotleft,KS_guillemotright,
- KC(44), KS_minus, KS_underscore,
- KC(45), KS_n, KS_N, KS_dead_tilde,
- KC(46), KS_m, KS_M, KS_mu,
- KC(47), KS_period, KS_colon, KS_voidSymbol, KS_division,
- KC(50), KS_section, KS_degree,
- KC(58), KS_Mode_switch, KS_Multi_key, /* Option */
- };
- static const keysym_t akbd_keydesc_sg_nodead[] = {
- /* pos normal shifted altgr shift-altgr */
- KC(24), KS_asciicircum, KS_grave, KS_acute, KS_asciitilde,
- KC(30), KS_diaeresis, KS_exclam, KS_bracketright,KS_braceright,
- KC(45), KS_n, KS_N, KS_asciitilde,
- };
-
- #define KBD_MAP(name, base, map) \
- { name, base, sizeof(map)/sizeof(keysym_t), map }
- const struct wscons_keydesc akbd_keydesctab[] = {
- KBD_MAP(KB_US, 0, akbd_keydesc_us),
- KBD_MAP(KB_US | KB_DVORAK, KB_US, akbd_keydesc_us_dvorak),
- KBD_MAP(KB_DE, KB_US, akbd_keydesc_de),
- KBD_MAP(KB_DE | KB_NODEAD, KB_DE, akbd_keydesc_de_nodead),
- KBD_MAP(KB_ES, KB_US, akbd_keydesc_es),
- KBD_MAP(KB_FR, KB_US, akbd_keydesc_fr),
- KBD_MAP(KB_FR | KB_NODEAD, KB_FR, akbd_keydesc_fr_nodead),
- KBD_MAP(KB_JP, KB_US, akbd_keydesc_jp),
- KBD_MAP(KB_PT, KB_US, akbd_keydesc_pt),
- KBD_MAP(KB_SF, KB_US, akbd_keydesc_sf),
- KBD_MAP(KB_SG, KB_US, akbd_keydesc_sg),
- KBD_MAP(KB_SG | KB_NODEAD, KB_SG, akbd_keydesc_sg_nodead),
- KBD_MAP(KB_SV, KB_US, akbd_keydesc_sv),
- KBD_MAP(KB_SV | KB_NODEAD, KB_SV, akbd_keydesc_sv_nodead),
- KBD_MAP(KB_UK, KB_US, akbd_keydesc_uk),
- {0, 0, 0, 0}
- };
- #undef KBD_MAP
- #undef KC
|