Skip to content
Snippets Groups Projects
Commit 70c12b20 authored by IGI-111's avatar IGI-111
Browse files

added doc for function keys

parent 3552c6ea
No related branches found
No related tags found
1 merge request!28added more special keys
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment