Finish "The Pocket Guide"
This commit is contained in:
parent
143f4c86ca
commit
eb6673bf00
2 changed files with 130 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ use crate::subscription::{self, Subscription};
|
|||
use crate::MaybeSend;
|
||||
|
||||
/// Listens to keyboard key presses and calls the given function
|
||||
/// map them into actual messages.
|
||||
/// to map them into actual messages.
|
||||
///
|
||||
/// If the function returns `None`, the key press will be simply
|
||||
/// ignored.
|
||||
|
|
@ -31,7 +31,7 @@ where
|
|||
}
|
||||
|
||||
/// Listens to keyboard key releases and calls the given function
|
||||
/// map them into actual messages.
|
||||
/// to map them into actual messages.
|
||||
///
|
||||
/// If the function returns `None`, the key release will be simply
|
||||
/// ignored.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue