Combination keys binding
#2
Try something like this:

alias ctrlpressed 0
bind LCTRL [jump; ctrlpressed = 1; onrelease [ctrlpressed = 0]]
bind RCTRL [jump; ctrlpressed = 1; onrelease [ctrlpressed = 0]]
bind 1 [ if $editing [ domodifier 5 ] [ primary; if $ctrlpressed [suicide] [] ] ]
Thanks given by:


Messages In This Thread
Combination keys binding - by Milandrag - 17 Feb 11, 10:53AM
RE: Combination keys binding - by Bukz - 17 Feb 11, 11:03AM
RE: Combination keys binding - by Milandrag - 17 Feb 11, 12:07PM
RE: Combination keys binding - by SuperSniper - 17 Feb 11, 04:51PM
RE: Combination keys binding - by SiL3nT - 17 Feb 11, 09:08PM
RE: Combination keys binding - by Milandrag - 17 Feb 11, 09:53PM