]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Accept "ctrl" + "=" for increasing console text size (#167)
authorJames O'Neill <hemebond@gmail.com>
Sun, 21 Apr 2024 15:28:29 +0000 (00:28 +0900)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2024 15:28:29 +0000 (01:28 +1000)
commit49e68945aaf75a9ead362b814b6452783c414a3e
treec4eb9bddf55f1dd4ff99a3f98b1a3a55cb684f4d
parent5dc4083f462f3a21d6acc4d69e6da1dd6f4ed8a5
Accept "ctrl" + "=" for increasing console text size (#167)

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 .

See https://github.com/DarkPlacesEngine/darkplaces/pull/167

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
keys.c