summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--monitor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/monitor.c b/monitor.c
index 62d9de0680..ee48984bc3 100644
--- a/monitor.c
+++ b/monitor.c
@@ -860,6 +860,9 @@ static const KeyDef key_defs[] = {
     { 0x30, "b" },
     { 0x31, "n" },
     { 0x32, "m" },
+    { 0x33, "comma" },
+    { 0x34, "dot" },
+    { 0x35, "slash" },
 
     { 0x37, "asterisk" },