summaryrefslogtreecommitdiff
path: root/curses_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'curses_keys.h')
-rw-r--r--curses_keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/curses_keys.h b/curses_keys.h
index 613e5f6803..27f9cd8a0c 100644
--- a/curses_keys.h
+++ b/curses_keys.h
@@ -198,7 +198,7 @@ int curses2keycode[CURSES_KEYS] = {
[0x001] = 30 | CNTRL, /* Control + a */
[0x013] = 31 | CNTRL, /* Control + s */
- [0x014] = 32 | CNTRL, /* Control + d */
+ [0x004] = 32 | CNTRL, /* Control + d */
[0x006] = 33 | CNTRL, /* Control + f */
[0x007] = 34 | CNTRL, /* Control + g */
[0x008] = 35 | CNTRL, /* Control + h */