Moin moin, great :) I've never noticed the difference between the 2 or 3 key typing, because I am always using "AltGr" - and you are right, with 3 keys it also fails at my installation.
Thanks for the workaround! Have a nice WE Tiemo Btw. How did you come out of your total loss after the robbery? Are you on the line again? > -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:use-revolution- > [email protected]] Im Auftrag von Malte Brill > Gesendet: Freitag, 30. Januar 2009 14:53 > An: [email protected] > Betreff: Re: Pressing Ctrl+Alt+Q on a german keyboard does not enter an > '@'symbol in Revolution fields. > > Moin Tiemo, > > this depends on how you type it I guess. Are you a 3 key or 2 key @ > typer? > You can get the @ symbol with either altgr + q or ctrl + alt + q on > Win. The latter one fails. However, I thought that had been fixed :-/ > > Anyway. Here is the workaround. > > on commandKeyDown theKey > if the altkey is down and theKey = "q" then > type "@" > else > pass commandKeyDown > end commandKeyDown > > Hope that helps, > > malte > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
