1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 02:41:13 +00:00
mpv/input
Uoti Urpala 7f576e8b66 input: remove incorrect "CTRL" keyname alias for backspace
The keycodes.h file contains a KEY_CTRL define, then various control
keys expressed as "KEY_CTRL + 0" and so on. Back in 2002 when the key
name table in input.c was created this KEY_CTRL define was mistakenly
interpreted as a key name, apparently confusing it with the Ctrl key
(even though the input system didn't handle that key back then). As a
result there was an incorrect key name entry with the same key code as
backspace and name "CTRL". This incorrect entry was used when printing
the name of the key. Delete it.
2011-02-05 02:13:58 +02:00
..
appleir.c
ar.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
ar.h
input.c input: remove incorrect "CTRL" keyname alias for backspace 2011-02-05 02:13:58 +02:00
input.h Add a simple capture feature (-capture) 2010-11-02 07:48:31 +02:00
joystick.c
joystick.h
lirc.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
lirc.h
mouse.h