How to see ALL your binds
1. open developer console
2. do key_listboundkeys
3. get all ur binds in a list
How to search for a bind
1. open developer console
2. search for a text string using key_findbinding Example: key_findbinding advert | will find every bind you have with "advert" in it.