cl_consoleUseScanCode
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Use native console key detection
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| 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 | 1 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | shared/sdl/sdl_input.cpp:401 |
1 |
Enabled. | shared/sdl/sdl_input.cpp:401 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
0a65fd6a7237in OpenJK (content authored2016-09-11, integrated2016-09-11) - TaystJK integration evidence:
13791f7ad4fe - Upstream registration evidence: code/client/cl_main.cpp:1283
- 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 |
|---|---|---|---|---|---|
| OpenJK | 2016-09-11 |
— | 2016-09-11 |
0a65fd6a7237 |
Ultimate origin |
| rend2 | 2016-09-11 |
— | 2016-09-11 |
0a65fd6a7237 |
Shared integration commit |
| EternalJK | 2016-09-11 |
— | 2016-09-30 |
13791f7ad4fe |
Other project appearance |
| TaystJK | 2016-09-11 |
— | 2016-09-30 |
13791f7ad4fe |
Other project appearance |
| jaPRO | 2016-09-11 |
— | 2016-09-30 |
13791f7ad4fe |
Other project appearance |
| Vulkan | 2016-09-11 |
— | 2016-09-30 |
13791f7ad4fe |
Other project appearance |
| NewJK / NewMod | 2016-09-11 |
— | 2016-11-08 |
3d1e756f138e |
Other project appearance |
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 |
|---|---|---|---|---|
2024-02-19 |
TaystJK | b6f5ff52cbac · PR #140Openjk update (#140) |
Changed an exact bound cvar-variable reference. shared/sdl/sdl_input.cpp |
medium |
Evidence
- registration: codemp/client/cl_main.cpp:3403 (Cvar_Get)
- behavior: shared/sdl/sdl_input.cpp:401
- behavior: shared/sdl/sdl_input.cpp:888