From 669688a2d4fc986d971b1edcc2700bb82bec878c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 30 Mar 2023 11:51:49 +0200 Subject: 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 --- symbols/cz | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'symbols') 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 {[ none, none, singlelowquotemark, leftsinglequotemark ]}; - key {[ none, none, none, rightsinglequotemark ]}; - key {[ none, none, underscore, U2212 ]}; - - key {[ none, none, U2030, registered ]}; - key {[ none, none, leftarrow ]}; - key {[ none, none, downarrow, uparrow ]}; - key {[ none, none, rightarrow, UFB01 ]}; - key {[ none, none, minutes, seconds ]}; - - key {[ none, none, UFB00, UFB05 ]}; - key {[ none, none, U2010, U2011 ]}; - key {[ none, none, guillemotright, guillemotleft ]}; - key {[ none, none, dagger, doubledagger ]}; - key {[ none, none, UFB02, UFB04 ]}; - key {[ none, none, none, UFB03 ]}; - - key {[ none, none, degree, U2300 ]}; - key {[ none, none, multiply, U22C5 ]}; - key {[ none, none, ampersand, copyright ]}; - key {[ none, none, at, ordfeminine ]}; - key {[ none, none, enfilledcircbullet, enopencircbullet ]}; - key {[ none, none, U203A, U2039 ]}; - key {[ none, none, doublelowquotemark, leftdoublequotemark ]}; - key {[ none, none, ellipsis, rightdoublequotemark ]}; - key {[ none, none, endash, emdash ]}; + key {[ any, any, singlelowquotemark, leftsinglequotemark ]}; + key {[ any, any, any, rightsinglequotemark ]}; + key {[ any, any, underscore, U2212 ]}; + + key {[ any, any, U2030, registered ]}; + key {[ any, any, leftarrow ]}; + key {[ any, any, downarrow, uparrow ]}; + key {[ any, any, rightarrow, UFB01 ]}; + key {[ any, any, minutes, seconds ]}; + + key {[ any, any, UFB00, UFB05 ]}; + key {[ any, any, U2010, U2011 ]}; + key {[ any, any, guillemotright, guillemotleft ]}; + key {[ any, any, dagger, doubledagger ]}; + key {[ any, any, UFB02, UFB04 ]}; + key {[ any, any, any, UFB03 ]}; + + key {[ any, any, degree, U2300 ]}; + key {[ any, any, multiply, U22C5 ]}; + key {[ any, any, ampersand, copyright ]}; + key {[ any, any, at, ordfeminine ]}; + key {[ any, any, enfilledcircbullet, enopencircbullet ]}; + key {[ any, any, U203A, U2039 ]}; + key {[ any, any, doublelowquotemark, leftdoublequotemark ]}; + key {[ any, any, ellipsis, rightdoublequotemark ]}; + key {[ any, any, endash, emdash ]}; key {[ space, space, space, nobreakspace ]}; }; -- cgit v1.2.1