NeXuS™ Posted June 5, 2015 Share Posted June 5, 2015 Hey guys! I made a loginpanel with no guiEdits, and I want to disable some keys, because if I press F11, it writes down "F11" and etc... Thanks for the help. Link to comment
Mr.unpredictable. Posted June 5, 2015 Share Posted June 5, 2015 Can you explain your problem better? Link to comment
xXMADEXx Posted June 5, 2015 Share Posted June 5, 2015 Put this into your code: guiSetInputMode ( "no_binds_when_editing" ); Link to comment
NeXuS™ Posted June 5, 2015 Author Share Posted June 5, 2015 xXMADEXx, it isn't working. Mr.unpredictable, I made a loginpanel with no guiEdit, with tables, if I press a, it inserts "a" into the table, but, if I press F1 it inserts "F1" into, and I want to disable this. Link to comment
TAPL Posted June 5, 2015 Share Posted June 5, 2015 It seems to me that you have used the event onClientKey, you should use onClientCharacter instead. Link to comment
NeXuS™ Posted June 5, 2015 Author Share Posted June 5, 2015 Thanks TAPL, that works, I have to make an another event with onClientKey and use "backspace" and "lshift" for/to ( sorry I'm not from England :'D ) make able for/to (again) delete chars or make it higher. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now