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