Disabling a Trigger
If you have a trigger and you want to quickly disable him, then just use the "_"-technique :
In this case we have a Key-Create-Record-Trigger which should be disabled. Rename the "-" to "_" in the name of the trigger and from that point on the trigger is a user-named-trigger, which won't fire through an event.
Important: You can't rename the trigger to "KEY-CREREC2" or something else. The hyphen is in forms reserved for event-triggers.
To activate the trigger rename it back to "-" and that's all.
Have fun
Gerd