summaryrefslogtreecommitdiff
path: root/src/mapping.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapping.rs')
-rw-r--r--src/mapping.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapping.rs b/src/mapping.rs
index 34a9615..c2dca77 100644
--- a/src/mapping.rs
+++ b/src/mapping.rs
@@ -59,7 +59,7 @@ impl Into<KeyCode> for KeyCodeWrapper {
#[derive(Error, Debug)]
pub enum ConfigError {
- #[error("Invalid key `{0}`")]
+ #[error("Invalid key `{0}`. Use `evremap list-keys` to see possible keys.")]
InvalidKey(String),
#[error("Impossible: parsed KEY_XXX but not into an EV_KEY")]
ImpossibleParseKey,