DarkPlacesEngine / DarkPlaces

The DarkPlaces Quake engine, created by LadyHavoc. Official Git repository (replaces SVN).
https://icculus.org/twilight/darkplaces/
GNU General Public License v2.0
286 stars 40 forks source link

Accept "ctrl" + "=" for increasing console text size #167

Closed hemebond closed 6 months ago

hemebond commented 6 months ago

Can't use the "=+" key to increase the console text size because the code only wants "+"; ctrl+shift+= also does not work. Keypad + works. This patch makes it accept the = key as well as +. Fixes #110 .