From 609006cba4e96e376915df1e66cf397c73ffe8b7 Mon Sep 17 00:00:00 2001 From: Daniele Debernardi Date: Fri, 19 Jul 2019 22:18:33 +0000 Subject: [PATCH] RX-51: Symbols: Extend Swiss layout --- symbols/nokia_vndr/rx-51 | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/symbols/nokia_vndr/rx-51 b/symbols/nokia_vndr/rx-51 index 567a054..ddb87da 100644 --- a/symbols/nokia_vndr/rx-51 +++ b/symbols/nokia_vndr/rx-51 @@ -216,22 +216,32 @@ xkb_symbols "ch" { name[Group1] = "Swiss"; // 1. row - key { [ z, Z, 6, 6 ] }; - key { [ udiaeresis, Udiaeresis, egrave, Egrave ] }; + key { [ z, Z, 6, F6 ] }; + key { [ udiaeresis, Udiaeresis, egrave, F11 ] }; // 2. row - key { [ h, H, equal, equal ] }; + key { [ s, S, plus, ampersand ] }; + key { [ d, D, numbersign, dollar ] }; + key { [ f, F, minus, percent ] }; + key { [ g, G, underscore, bracketleft ] }; + key { [ h, H, equal, bracketright ] }; key { [ j, J, parenleft, parenleft ] }; key { [ k, K, parenright, parenright ] }; - key { [ l, L, colon, colon ] }; - key { [ odiaeresis, Odiaeresis, eacute, Aacute ] }; - key { [ adiaeresis, Adiaeresis, agrave, Agrave ] }; + key { [ l, L, colon, semicolon ] }; + key { [ odiaeresis, Odiaeresis, eacute, bar ] }; + key { [ adiaeresis, Adiaeresis, agrave, asciitilde ] }; // 3. row key { [ y, Y, question, question ] }; key { [ x, X, exclam, exclam ] }; - key { [ c, C, ccedilla, Ccedilla ] }; - key { [ period, comma, comma, comma ] }; + key { [ c, C, ccedilla, less ] }; + key { [ v, V, slash, greater ] }; + key { [ b, B, backslash, braceleft ] }; + key { [ n, N, quotedbl, braceright ] }; + key { [ m, M, apostrophe, asciicircum ] }; + key { [ period, comma, comma, degree ] }; + key { [ Left, Up, Up, Prior ] }; + key { [ Right, Down, Down, Next ] }; }; -- 2.22.0