Bug 2863 - Can't use DEL key for binds
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: 1.33 SVN
Hardware: PC Linux
: P2 major
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2006-09-12 07:58 EDT by Michele
Modified: 2007-05-21 11:27:03 EDT
0 users

See Also:


Attachments
recognize '0x' and '0X' as hex notation in key bindings. (402 bytes, patch)
2006-09-16 12:15 EDT, Frederick Lee
Fix to make the DEL key work again (435 bytes, patch)
2006-12-07 05:20 EST, Ben Noordhuis

Description Michele 2006-09-12 07:58:08 EDT
On linux 2.6.16 vanilla with custom config on FC5 i386 I can't use the DEL key. The bind on that key does not work and if I assign something from menus to that key it shows the key is "0X08" but I can't assign binds manually from console with /bind 0X08 something and that prevents me to use mod-specific commands like q3ut ut_radio binds
Comment 1 Michele 2006-09-12 07:58:57 EDT
I tested it on boh q3ut 3.7 and plain q3a. the binary used is ioquake3-1.33_SVN797-0.1.i386.run
Comment 2 Michele 2006-09-12 08:02:07 EDT
doing /bind 0x08 something istead of 0X08 like it is shown on menus works.
Comment 3 Frederick Lee 2006-09-16 12:15:18 EDT
Created attachment 1078 [details]
recognize '0x' and '0X' as hex notation in key bindings.

Patch to recognize both '0x' and '0X' (lowercase and uppercase 'x') in bind/unbind commands, instead of only lowercase ('0x').  To wit, makes quake3 recognize '0X08' (but still prints with uppercase ('0X') in menus).
Comment 4 Michele 2006-09-18 05:53:50 EDT
The attached patch should be useful as a quick fix but what about ioquake3 not recognizing the DEL key properly ?
Comment 5 Ben Noordhuis 2006-12-07 05:20:08 EST
Created attachment 1185 [details]
Fix to make the DEL key work again

Attached is a simple, simple patch that fixes the DEL key not working when compiling with SDL.
Comment 6 Tony J. White 2006-12-07 18:55:55 EST
Thanks, committed as revision 1012.
Comment 7 Ryan C. Gordon 2007-05-21 11:27:03 EDT
Setting a QA contact on all ioquake3 bugs, even resolved ones. Sorry if you get a flood of email from this, it should only happen once. Apologies for the incovenience.

--ryan.