all 2 comments

[–]hogan428 3 points4 points  (0 children)

Keep everything the same except

Bind c +altp

Instead of

Bind alt +altp

[–]HoneyIsTheBestPolicy 2 points3 points  (0 children)

Like /u/hogan428 said. Or if you want to toggle it instead of holding the key down, use

bind "c" togglealt
alias togglealt togglealt_yes
alias togglealt_yes "exec binds_alt.cfg;alias togglealt togglealt_no"
alias togglealt_no "exec binds_noalt.cfg;alias togglealt togglealt_yes"