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:55:11 EST 2009


dyslexic fingers forgot the end if

on commandKeyDown theKey
    if the altkey is down and theKey = "q" then
      type "@"
    else
      pass commandKeyDown
   end if
end commandKeyDown

Cheers,

Malte




More information about the use-livecode mailing list