Pressing Ctrl+Alt+Q on a german keyboard does not enter an '@' symbol in Revolution fields.
Malte Brill
revolution at derbrill.de
Fri Jan 30 08:53:25 EST 2009
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
More information about the use-livecode
mailing list