Tastatur voll

Corner
hi
ich hab das problem das meine Tastatur voller binds is
auf denn f tasten sieht das so aus

bind f7 "con_minicon 1"
\to enable
bind f8 "con_minicon 0
/to disable
bind f3 "cg_lagometer 1"
\to enable
bind f4 "cg_lagometer 0"
/to disable
bind f5 "cg_drawfps 1"
\to enable
bind f6 "cg_drawfps 0"
kann man einen Befehl machen der dann mit f3taste anmacht und mit der gleichen au wieder aus ?
yoda
Versuch´s mal so:

//Mini-Con
set a1_00 "set a1_f vstr a1_01; con_minicon 1"
set a1_01 "set a1_f vstr a1_00; con_minicon 0"
set a1_f "vstr a1_00"
bind F5 "vstr a1_f"

//FPS
set b1_00 "set b1_f vstr b1_01; cg_drawfps 1"
set b1_01 "set b1_f vstr b1_00; cg_drawfps 0"
set b1_f "vstr b1_00"
bind F6 "vstr b1_f"
Corner
^^
thx yoda
yoda
Man bezahlt mich in Kaffee... Augenzwinkern

Gern geschehen.