Using ScrollLock?

So this is actually the reason I found this client and tested it, because I want to bind ScrollLock. However once I bind ScrollLock "toggleconsole" the value gets removed from the config when I start the game.

Scroll Lock bind name is misspelled in Quake 3 with only 2 Ls, SCROLLOCK. Also key bound to toggleconsole can only open the console, not close it. (You can close using “toggleconsole” command though.)

To allow opening and closing the console with scroll lock, add it to cl_consoleKeys:

seta cl_consoleKeys "~ ` 0x7e 0x60 SCROLLOCK"

(The first four keys are the cl_consoleKeys default.)

1 Like