AW: Pressing Ctrl+Alt+Q on a german keyboard does not enter an '@'symbol in Revolution fields.

Tiemo Hollmann TB toolbook at kestner.de
Fri Jan 30 09:04:54 EST 2009


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: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-
> bounces at lists.runrev.com] Im Auftrag von Malte Brill
> Gesendet: Freitag, 30. Januar 2009 14:53
> An: use-revolution at lists.runrev.com
> 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
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list