diff --git a/config_personal/cfg/binds.cfg b/config_personal/cfg/binds.cfg index accaad3..c96ff07 100644 --- a/config_personal/cfg/binds.cfg +++ b/config_personal/cfg/binds.cfg @@ -80,13 +80,15 @@ bind b "lastdisguise" bind g "+taunt" bind h "+context_action" bind \ "dropitem" -bind alt "+radar" +bind z "+radar" bind b "sentry" bind ctrl "+zoom" bind ` "toggleconsole" bind enter "show_quest_log" bind escape "cancelselect" bind pause "pause" +//fake call +bind alt "voicemenu 1 7" //call medic bind e "voicemenu 0 0" bind tab "+showscores" @@ -94,10 +96,14 @@ bind tab "+showscores" bind x "lastinv" bind f "+inspect" //call spy -bind z "voicemenu 1 1" +bind mouse4 "voicemenu 1 1" bind mouse5 "+use_action_slot_item" bind mouse3 "+attack3" +// attack binds +bind mouse1 "+attack" +bind mouse2 "+attack2" + // scroll weapons bind mwheelup "invprev" bind mwheeldown "invnext" @@ -148,5 +154,7 @@ bind p "snd_restart;hud_reloadscheme" //bind "incrementvar cl_first_person_uses_world_model 0 1 1" //bind "incrementvar tf_use_min_viewmodel 0 1 1" +// find alt bind + //disabled as banned in rgl now for some reason //bind ctrl "+ctap" \ No newline at end of file diff --git a/config_personal/cfg/overrides/game_overrides.cfg b/config_personal/cfg/overrides/game_overrides.cfg index a151cdc..e17a282 100644 --- a/config_personal/cfg/overrides/game_overrides.cfg +++ b/config_personal/cfg/overrides/game_overrides.cfg @@ -1,8 +1,5 @@ // Commands here will run before every class config -// Key for class specific binds -unbind n - // rebind for classes other than soldier bind mouse1 +attack bind mouse2 +attack2 \ No newline at end of file