Bug 4950 - Number/Caps/Scroll Lock Set To Wrong State
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-04-13 17:31 EDT by Zack Middleton
Modified: 2011-04-17 20:41:18 EDT
1 user (show)

See Also:


Attachments
Initialize lock key states and do not have lock keys set anykeydown. (1.69 KB, patch)
2011-04-13 17:31 EDT, Zack Middleton

Description Zack Middleton 2011-04-13 17:31:23 EDT
Created attachment 2660 [details]
Initialize lock key states and do not have lock keys set anykeydown.

Number/Caps/Scroll Lock are set to unpressed at startup and other times (using Key_ClearStates), but lock keys should be persistent and follow the system state.

Lock keys also should not count as "anykeydown" as they do not have to be held down.
Comment 1 Thilo Schulz 2011-04-17 20:41:18 EDT
applied r1942, thank you.