Bug 3623 - COMMAND is mapped to the ALT key
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2008-05-04 11:09 EDT by Matthias
Modified: 2008-07-05 19:52:27 EDT
0 users

See Also:


Attachments
Patch to map SDLK_[LR]META to K_COMMAND (429 bytes, patch)
2008-05-04 11:21 EDT, Matthias

Description Matthias 2008-05-04 11:09:47 EDT
The Command and Option (Alt) keys on a Macintosh keyboard are both mapped to the ALT symbol whereas the original Quake 3 keeps them separate. Therefore key bindings can't be shared between the two engines and an easy to reach key is lost.
Comment 1 Matthias 2008-05-04 11:21:22 EDT
Created attachment 1745 [details]
Patch to map SDLK_[LR]META to K_COMMAND

This patch will tread META and ALT from SDL as two different keys to stay compatible with the original Quake 3. I expect it to also affect key mappings under various X11 servers, but in general it is preferable to keep different keys apart as long as possible, and use the bind mechanism of Quake to assign functions (which may be the same).
Comment 2 Tim Angus 2008-07-05 19:52:27 EDT
Fixed in r1405.