From 59121a9aaff40263971d9e8e2d10b8d20d3e5b6c Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Tue, 2 Oct 2001 03:14:43 +0000 Subject: [PATCH] Change do_bracket ctrl shortcut to -9 (junk value) instead of 0 so control-space will work git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@811 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.c b/global.c index cf581c02..86f8e916 100644 --- a/global.c +++ b/global.c @@ -421,7 +421,7 @@ void shortcut_init(int unjustify) NANO_ALT_G, NANO_GOTO_FKEY, 0, VIEW, do_gotoline_void); #if (!defined NANO_SMALL) && (defined HAVE_REGEX_H) - sc_init_one(&main_list[26], 0, _("Find Other Bracket"), + sc_init_one(&main_list[26], -9, _("Find Other Bracket"), nano_bracket_msg, NANO_BRACKET_KEY, 0, 0, VIEW, do_find_bracket); #endif -- 2.39.5