diff --git a/doc.go b/doc.go index 463bdef..7eb8deb 100644 --- a/doc.go +++ b/doc.go @@ -265,16 +265,16 @@ corresponding byte for the mapping: map á down Newer terminals (e.g. gnome-terminal) may prefix the key with an escape key -when the alt key is pressed: lf uses the escape delaying mechanism to recognize +when the alt key is pressed. lf uses the escape delaying mechanism to recognize alt keys in these terminals (delay is 100ms). On these terminals, keys combined with the alt key are prefixed with 'a' character: map down Please note that, some key combinations are not possible due to the way -terminals work (e.g. control and h combination sends a backspace key). The -easiest way to find the name of a key combination is to press the key while lf -is running and read the name of the key from the unknown mapping error. +terminals work (e.g. control and h combination sends a backspace key instead). +The easiest way to find the name of a key combination is to press the key while +lf is running and read the name of the key from the unknown mapping error. Push Mappings diff --git a/docstring.go b/docstring.go index 5613be0..1b28961 100644 --- a/docstring.go +++ b/docstring.go @@ -274,16 +274,17 @@ can use the corresponding byte for the mapping: map á down Newer terminals (e.g. gnome-terminal) may prefix the key with an escape key -when the alt key is pressed: lf uses the escape delaying mechanism to +when the alt key is pressed. lf uses the escape delaying mechanism to recognize alt keys in these terminals (delay is 100ms). On these terminals, keys combined with the alt key are prefixed with 'a' character: map down Please note that, some key combinations are not possible due to the way -terminals work (e.g. control and h combination sends a backspace key). The -easiest way to find the name of a key combination is to press the key while -lf is running and read the name of the key from the unknown mapping error. +terminals work (e.g. control and h combination sends a backspace key +instead). The easiest way to find the name of a key combination is to press +the key while lf is running and read the name of the key from the unknown +mapping error. Push Mappings