Hey ho...
does anyone of you guys know how to bind the console on another button?
At the moment i have ^ as console-button. But i can't write in colours for example.
even /bind 1 toogleconsole does not really work.
Any idea?
best regards
a.k47
Moderator: Pardner
bind 1 "toggleconsole"
seta cl_consoleKeys "0xb2 ~ ` 0x7e 0x60"
cl_consoleKeys - space delimited list of key names or
characters that toggle the console
bind ~ "toggleconsole"
Biondo wrote:Moreover, which notation/encode does cl_consoleKeys follow for non ASCII characters? I mean: how do I convert a key like, for instance, 'ò' to a valid cl_consoleKeys' value?
bind WORLD_89 "toggleconsole"
set cl_consoleKeys "~ ` 0x7e 0x60 WORLD_89"