Key mapping

Hello, can I set the keyboard for activate with a key an input?
for example press a bang with the “f” key?

yes you can

f_bang.v4p (1.8 kB)

That is actually not a bang, in order to make it a bang, you need to use TogEdge. See attached Patch for an explanation

fg_bang_0.v4p (7.1 kB)

hi you can actually change the Mode type in the KeyMatch node to for example UpOnly so you do not need togedge anymore , check also the other modes .

cheers

thank you very much, I have another question; it’s possible to deactivate for 5 minutes this key (“F”) after pressed?