summaryrefslogtreecommitdiff
path: root/symbols/sk
diff options
context:
space:
mode:
authorsvu <svu>2005-01-16 02:18:20 +0000
committersvu <svu>2005-01-16 02:18:20 +0000
commit999e981f4c32cb6d3fda1a96c456fa25f18e475c (patch)
tree931b188b4990bb7f809bcaabe225bdc049d2d55c /symbols/sk
parent290f15c4d670ca8a2021ed8b18f82d90ea676bef (diff)
downloadxkeyboard-config-999e981f4c32cb6d3fda1a96c456fa25f18e475c.tar.gz
introducing the consistency in the group names
Diffstat (limited to 'symbols/sk')
-rw-r--r--symbols/sk8
1 files changed, 7 insertions, 1 deletions
diff --git a/symbols/sk b/symbols/sk
index ae58ba5..7a835d7 100644
--- a/symbols/sk
+++ b/symbols/sk
@@ -3,7 +3,7 @@
// $XFree86: xc/programs/xkbcomp/symbols/sk,v 1.2 2002/11/22 04:02:22 dawes
// Exp $
-partial alphanumeric_keys
+partial default alphanumeric_keys
xkb_symbols "basic" {
// This layout conforms to a new sk compromise standard designed
@@ -81,6 +81,8 @@ xkb_symbols "basic" {
xkb_symbols "bksl" {
include "sk(basic)"
+ name[Group1] = "Slovakia - Extended Backslash";
+
key <BKSL> { [ backslash, bar, slash, NoSymbol ] };
};
@@ -93,6 +95,8 @@ xkb_symbols "qwerty" {
include "sk(basic)"
+ name[Group1] = "Slovakia - qwerty";
+
key <AB01> { [ z, Z, degree, NoSymbol ] };
key <AD06> { [ y, Y, NoSymbol, NoSymbol ] };
};
@@ -101,5 +105,7 @@ xkb_symbols "qwerty" {
xkb_symbols "qwerty_bksl" {
include "sk(qwerty)"
+ name[Group1] = "Slovakia - qwerty, extended Backslash";
+
key <BKSL> { [ backslash, bar, slash, NoSymbol ] };
};