cl_consoleKeys
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Which keys are used to toggle the console
At a glance
| Field | Value |
|---|---|
| Category | Input & controls |
| Module | engine-client |
| Also registered in | engine-client |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | ~ ` 0x7e 0x60 0xb2 |
| Value type | string |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
f6cadd34c6abin OpenJK (content authored2013-04-23, integrated2013-04-24) - Upstream registration evidence: code/client/cl_main.cpp:1282
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits openjk.
Dated project introductions
Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.
| Project | Authored | PR opened | Integrated | Commit | Relationship |
|---|---|---|---|---|---|
| EternalJK | 2013-04-12 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| TaystJK | 2013-04-12 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| jaPRO | 2013-04-12 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| Vulkan | 2013-04-12 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| OpenJK | 2013-04-23 |
— | 2013-04-24 |
f6cadd34c6ab |
Ultimate origin |
| rend2 | 2013-04-23 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| NewJK / NewMod | 2013-04-23 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
Later changes
These commits occur after the ultimate-origin introduction on TaystJK’s inherited first-parent lineage. Registration evidence is exact; behavior evidence requires a changed bound cvar reference or a changed registered command-handler hunk.
| Date | Change source | Commit / subject | Evidence | Confidence |
|---|---|---|---|---|
2015-02-07 |
OpenJK | a7c43677a2bbMerge pull request #613 from JACoders/sdl2-windows-port |
Changed an exact bound cvar-variable reference. shared/sdl/sdl_input.cpp |
medium |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/client/cl_main.cpp |
medium |
2016-03-24 |
EternalJK | c9c6ab99fdd2Merge branch ‘master’ of https://github.com/JACoders/OpenJK into japro |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_main.cpp |
medium |
2016-07-24 |
OpenJK | cd9a5be34933Merge branch ‘master’ of https://github.com/JACoders/OpenJK.git |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_main.cpp |
medium |
Evidence
- registration: codemp/client/cl_main.cpp:3402 (Cvar_Get)
- behavior: shared/sdl/sdl_input.cpp:124
- behavior: shared/sdl/sdl_input.cpp:118
- behavior: shared/sdl/sdl_input.cpp:123
- behavior: shared/sdl/sdl_input.cpp:127