Input: fix misspelling of Hangeul key
Fix a mispelling of the korean alphabet name in the input subsystem. See http://en.wikipedia.org/wiki/Hangeul#Names for more details. KEY_HANGUEL left to not break people Signed-off-by: Jerome Pinot <ngc891@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:

committed by
Dmitry Torokhov

parent
9e8e30a0cc
commit
b9ab58dd8e
@@ -232,7 +232,8 @@ struct input_absinfo {
|
||||
#define KEY_PAUSE 119
|
||||
|
||||
#define KEY_KPCOMMA 121
|
||||
#define KEY_HANGUEL 122
|
||||
#define KEY_HANGEUL 122
|
||||
#define KEY_HANGUEL KEY_HANGEUL
|
||||
#define KEY_HANJA 123
|
||||
#define KEY_YEN 124
|
||||
#define KEY_LEFTMETA 125
|
||||
|
Reference in New Issue
Block a user