Toggle button

First of all, thanks for this great tool!

I have a quite simple question. I want a keyboard button, e.g. F8 to toggle a directx renderer between normal mode and full screen. I remember seeing an example of this, I just don’t remember how and where. I’ve tried something like:

Keyboard
|
Keymatch
|
Toggle

It seems quite unstable however, as it responds too much and you have to press extremely fast to make it work. So the simple question is; how can I make a button on my keyboard work such that when I press the button once, it goes into fullscreen. When I press it again it goes back to windowed mode? (and in a way where you don’t have to tap the button faster than a fraction of a second to make it work?) Do I really need 2 buttons for it?

Also, can you get a Dx9 renderer window embedded in a patch so I don’t have a window floating around next to the patch?

Help would be much appreciated. :)

“It seems quite unstable however, as it responds too much and you have to press extremely fast to make it work.”
need a TogEde…

keymatch
|
TogEdge
|
Toggle

and for renderer position try ALT+2
more here

Thank you very much for your time, all problems solved. :)