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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to