keyboard.h: End is no longer \r
This commit is contained in:
parent
c5f884244d
commit
7ed58eab75
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ enum {
|
||||||
Kview= 0x80,
|
Kview= 0x80,
|
||||||
Kpgdown= KF|0x13,
|
Kpgdown= KF|0x13,
|
||||||
Kins= KF|0x14,
|
Kins= KF|0x14,
|
||||||
Kend= '\r', /* [sic] */
|
Kend= KF|0x18,
|
||||||
|
|
||||||
Kalt= KF|0x15,
|
Kalt= KF|0x15,
|
||||||
Kshift= KF|0x16,
|
Kshift= KF|0x16,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue