Jump to content

shift bind issues?


crasx

Recommended Posts

GC Alumni
(edited)

a couple days ago I started having issues with shift key binds. Is anyone else experiencing this? It seems like the shift key isn't working. I get an error in console that says "Unknown command: +mod " but I don't have any +mod alias

 

 

by shift binds i mean a=ammo, shift+a=adrenaline

 

here is my autoexec:

 

... blah

alias +ba "bind b sm_buy"
alias -ba "bind b gc_bile_jar"
bind shift "+za;+ha;+fa;+pa;+aa;+ta;+wa;+ba;"

Edited by crasx
Link to comment
Share on other sites

You're going to need to post more of your autoexec file. The +mod error sounds like you were using the shift thing I posted a while back, but what you put there doesn't look familiar.

It might help too for you to open the console, type in "alias" and copy the list of everything that was in there.

Link to comment
Share on other sites

GC Alumni

Well, I found +mod was a binding in my config.cfg file. I'm still having issues with things not being called correctly...

 

I think I am getting closer to fixing it, sky gave me a good hint that another server may have added a bind. I'll post later if I cant figure it out

Link to comment
Share on other sites

GC Alumni

still no dice

 

I simplified it to:

 

alias +aa "bind a gc_adrenaline;say_team +a"
alias -aa "bind a sm_ammo; say_team -a"
bind a sm_ammo
bind shift "+aa;"
bind rshift "+aa;"

 

when I press shift I see +a, but only sometimes I see -a when it is released.

I also see "Unknown command: 79" when I press shift and "unknown command:80" when I press rshift my guess is that error is stopping event propegation

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...