From 0c62cd2361b86a04d164d6b2e69852eb7d1b18d7 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 16 Mar 2020 14:43:43 +1000 Subject: Add a bunch of test key bindings. --- src/boxes/boxes.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/boxes/boxes.c') diff --git a/src/boxes/boxes.c b/src/boxes/boxes.c index f07af49..4f542e1 100644 --- a/src/boxes/boxes.c +++ b/src/boxes/boxes.c @@ -2087,6 +2087,21 @@ struct keyCommand simpleMceditKeys[] = {"Esco", "switchBoxes"}, {"Escx", "deleteBox"}, {"Up", "upLine"}, +{"^C", "switchMode"}, // To test the signal stopper. +{"^D", "switchMode"}, // To test the signal stopper. +{"^Q", "switchMode"}, // To test the signal stopper. +{"^S", "switchMode"}, // To test the signal stopper. +{"^T", "switchMode"}, // To test the signal stopper. +{"^Z", "switchMode"}, // To test the signal stopper. +{"^\\", "switchMode"}, // To test the signal stopper. +{"F1", "switchMode"}, // To test various function keys. +{"F3", "switchMode"}, // To test various function keys. +{"F4", "switchMode"}, // To test various function keys. +{"F5", "switchMode"}, // To test various function keys. +{"F6", "switchMode"}, // To test various function keys. +{"F7", "switchMode"}, // To test various function keys. +{"F8", "switchMode"}, // To test various function keys. +{"F9", "switchMode"}, // To test various function keys. {NULL, NULL} }; -- cgit v1.1