added doc for function keys
This commit is contained in:
parent
3552c6eae0
commit
70c12b20d6
|
@ -28,6 +28,8 @@ pub enum Key {
|
||||||
/// Insert key.
|
/// Insert key.
|
||||||
Insert,
|
Insert,
|
||||||
/// Function keys.
|
/// Function keys.
|
||||||
|
///
|
||||||
|
/// Only function keys 1 through 12 are supported.
|
||||||
F(u8),
|
F(u8),
|
||||||
/// Normal character.
|
/// Normal character.
|
||||||
Char(char),
|
Char(char),
|
||||||
|
|
Loading…
Reference in New Issue