diff options
| -rw-r--r-- | src/keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,9 +17,9 @@ bool keymap = false; void handling_keys(int ch, fm_info *i) { + log_write(LOG_INFO, "ch = %d", ch); /* Control(C) or Alt(M) */ if (ch < 32) { - log_write(LOG_INFO, "ch = %d", ch); switch (ch) { case 14: /* C-n, scroll down in Emacs*/ fm_entries_scroll(i, 1); |
