summaryrefslogtreecommitdiff
path: root/symbols
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-03-30 11:51:49 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-03-30 12:03:59 +0200
commit669688a2d4fc986d971b1edcc2700bb82bec878c (patch)
treec40c627f6922571f7715b3dd4bdb5af82db32969 /symbols
parent6605bb67365ff534a934886d1068d726cade9970 (diff)
downloadxkeyboard-config-669688a2d4fc986d971b1edcc2700bb82bec878c.tar.gz
symbols/cz: replace mistaken 'none' with 'any' in the typographic overlay
Last year, commit 1bf140a683 mistakenly replaced 'NoSymbol' with 'none' instead of with 'any', blanking out the first two levels of some twenty keys, making the 'prog_typo' layout completely unusable. Oops! :| Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols')
-rw-r--r--symbols/cz52
1 files changed, 26 insertions, 26 deletions
diff --git a/symbols/cz b/symbols/cz
index b32296f..064c562 100644
--- a/symbols/cz
+++ b/symbols/cz
@@ -502,32 +502,32 @@ xkb_symbols "typo" {
// Contains typographic symbols on the third and fourth levels.
// It is intended to be used in conjuction with another layout, e.g. setxkbmap "cz(basic)+cz(typo)"
- key <TLDE> {[ none, none, singlelowquotemark, leftsinglequotemark ]};
- key <AE01> {[ none, none, none, rightsinglequotemark ]};
- key <AE11> {[ none, none, underscore, U2212 ]};
-
- key <AD04> {[ none, none, U2030, registered ]};
- key <AD06> {[ none, none, leftarrow ]};
- key <AD07> {[ none, none, downarrow, uparrow ]};
- key <AD08> {[ none, none, rightarrow, UFB01 ]};
- key <AD10> {[ none, none, minutes, seconds ]};
-
- key <AC04> {[ none, none, UFB00, UFB05 ]};
- key <AC06> {[ none, none, U2010, U2011 ]};
- key <AC07> {[ none, none, guillemotright, guillemotleft ]};
- key <AC08> {[ none, none, dagger, doubledagger ]};
- key <AC09> {[ none, none, UFB02, UFB04 ]};
- key <AC11> {[ none, none, none, UFB03 ]};
-
- key <AB01> {[ none, none, degree, U2300 ]};
- key <AB02> {[ none, none, multiply, U22C5 ]};
- key <AB03> {[ none, none, ampersand, copyright ]};
- key <AB04> {[ none, none, at, ordfeminine ]};
- key <AB05> {[ none, none, enfilledcircbullet, enopencircbullet ]};
- key <AB07> {[ none, none, U203A, U2039 ]};
- key <AB08> {[ none, none, doublelowquotemark, leftdoublequotemark ]};
- key <AB09> {[ none, none, ellipsis, rightdoublequotemark ]};
- key <AB10> {[ none, none, endash, emdash ]};
+ key <TLDE> {[ any, any, singlelowquotemark, leftsinglequotemark ]};
+ key <AE01> {[ any, any, any, rightsinglequotemark ]};
+ key <AE11> {[ any, any, underscore, U2212 ]};
+
+ key <AD04> {[ any, any, U2030, registered ]};
+ key <AD06> {[ any, any, leftarrow ]};
+ key <AD07> {[ any, any, downarrow, uparrow ]};
+ key <AD08> {[ any, any, rightarrow, UFB01 ]};
+ key <AD10> {[ any, any, minutes, seconds ]};
+
+ key <AC04> {[ any, any, UFB00, UFB05 ]};
+ key <AC06> {[ any, any, U2010, U2011 ]};
+ key <AC07> {[ any, any, guillemotright, guillemotleft ]};
+ key <AC08> {[ any, any, dagger, doubledagger ]};
+ key <AC09> {[ any, any, UFB02, UFB04 ]};
+ key <AC11> {[ any, any, any, UFB03 ]};
+
+ key <AB01> {[ any, any, degree, U2300 ]};
+ key <AB02> {[ any, any, multiply, U22C5 ]};
+ key <AB03> {[ any, any, ampersand, copyright ]};
+ key <AB04> {[ any, any, at, ordfeminine ]};
+ key <AB05> {[ any, any, enfilledcircbullet, enopencircbullet ]};
+ key <AB07> {[ any, any, U203A, U2039 ]};
+ key <AB08> {[ any, any, doublelowquotemark, leftdoublequotemark ]};
+ key <AB09> {[ any, any, ellipsis, rightdoublequotemark ]};
+ key <AB10> {[ any, any, endash, emdash ]};
key <SPCE> {[ space, space, space, nobreakspace ]};
};