here, look:
your patches looks like this, right?
Code:
sampPatch[] = "name" &0 0 0x0 "" "0000"
sampPatch[] = "name2" &0 0 0x0 "" "0000"
sampPatch[] = "name3" &0 0 0x0 "" "0000"
ok so, &0 is were you set a key.
so if you want something like these patches to be set to the same key(example Q) just:
Code:
sampPatch[] = "name" q 0 0x0 "" "0000"
sampPatch[] = "name2" q 0 0x0 "" "0000"
sampPatch[] = "name3" q 0 0x0 "" "0000"
so, now when you press "Q" the "name, name2 and name3" will be "enabled/disabled".