From c6ddc23c2ccb081049b535eb738b70b4adb4e5a5 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 23 Jan 2007 00:42:59 +0000 Subject: [PATCH] Fix up and down keystrokes in the dselect help message. Closes: #383438 Thanks to Sven Joachim. --- ChangeLog | 6 ++++++ debian/changelog | 2 ++ dselect/helpmsgs.cc | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4835f2fd..995466e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-01-23 Sven Joachim + Guillem Jover + + * dselect/helpmsgs.cc (hlp_listkeys): Fix up and down keystrokes. + (hlp_methkeys): Reorder up and down keystrokes. + 2007-01-23 Guillem Jover * scripts/dpkg-source.pl: Fix typo in variable name from $dirc to diff --git a/debian/changelog b/debian/changelog index aa0cf28f..3f1de3bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ dpkg (1.14.0) UNRELEASED; urgency=low Thanks to Ian Jackson. * Fix typo in variable name in dpkg-source which was causing it to not create directories when extracting the diff. Closes: #374645 + * Fix up and down keystrokes in the dselect help message. Closes: #383438 + Thanks to Sven Joachim. [ Updated dpkg translations ] * Romanian (Eddy Petrișor). diff --git a/dselect/helpmsgs.cc b/dselect/helpmsgs.cc index 03d0fc55..9401467a 100644 --- a/dselect/helpmsgs.cc +++ b/dselect/helpmsgs.cc @@ -24,7 +24,7 @@ const struct helpmessage hlp_listkeys = { N_("Keystrokes"), N_("\ Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n\ - Down-arrow, j Up-arrow, k move highlight\n\ + j, Down-arrow k, Up-arrow move highlight\n\ N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n\ ^n ^p scroll list by 1 line\n\ t, Home e, End jump to top/end of list\n\ @@ -190,7 +190,7 @@ menu reachable by pressing `?'.\n") const struct helpmessage hlp_methkeys = { N_("Keystrokes for method selection"), N_("\ Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n\ - n, Down-arrow p, Up-arrow move highlight\n\ + j, Down-arrow k, Up-arrow move highlight\n\ N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n\ ^n ^p scroll list by 1 line\n\ t, Home e, End jump to top/end of list\n\ -- 2.39.5