diff --git a/h-m-m b/h-m-m index 243d995..9f19019 100755 --- a/h-m-m +++ b/h-m-m @@ -123,6 +123,7 @@ config($mm, 'clipboard_in_command', ""); config($mm, 'clipboard_out_command', ""); config($mm, 'auto_save', false); +config($mm, 'echo_keys', false); if (isset($mm['arguments']['debug_config'])) @@ -3601,11 +3602,13 @@ function monitor_key_presses(&$mm) if (isset($keybindings[$in])) call_user_func($keybindings[$in]); - // uncomment the following to discover the escape codes: - // echo "\033[1;1f"; - // for ($i=0; $i