MassMedia
07-08-2003, 01:26 AM
can anyone help me with the syntax to have a new keymap for a certain time and then have it go back to normal binding afterward?
Push Pop Keymap SyntaxMassMedia 07-08-2003, 01:26 AM can anyone help me with the syntax to have a new keymap for a certain time and then have it go back to normal binding afterward? MassMedia 07-08-2003, 02:57 AM t1.... R@ND0M 07-08-2003, 03:56 AM function keyPressPushed() { pushActionMap("MassMedia.sae"); } Event::Attach(someEventUn pressed, "popActionMap(\"MassMedia.sae\");"); NewActionMap("MassMedia.sae"); EditActionMap("MassMedia.sae"); bindCommand(keyboard0, make, "mykey", TO, "doSomething();"); Stilgar 07-08-2003, 04:30 PM Last time I popped and pushed I was doing Z80 assembly. MassMedia 07-08-2003, 06:47 PM thanks r@ndom!! | ||