[ LUGOS ] Lyx & sumniki

Roman Maurer roman.maurer at hermes.si
Wed Jun 6 09:15:30 CEST 2001


Roman Maurer wrote:
> 
> popravi izvorno kodo s tem popravkom

Tule je pa res.
-- 
	Pozdrav,
	  Roman
-------------- next part --------------
--- src/kbsequence.C.orig	Sun Dec 17 07:09:34 2000
+++ src/kbsequence.C	Wed May  9 00:53:49 2001
@@ -261,6 +261,9 @@
 char kb_sequence::getiso() const
 {
 	int const c = getsym();
+
+	if (c >= 0x1a1 && c <= 0x1ff)  // ISO Latin 2 keysym
+		return static_cast<char>(c % 256);
 	
 	if (c > 0xff)
 		return '\0';


More information about the lugos-list mailing list