Finish "The Pocket Guide"

This commit is contained in:
Héctor Ramón Jiménez 2024-07-16 15:41:28 +02:00
parent 143f4c86ca
commit eb6673bf00
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 130 additions and 5 deletions

View file

@ -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.