ソースを参照

Fix up and down keystrokes in the dselect help message. Closes: #383438
Thanks to Sven Joachim.

Guillem Jover 19 年 前
コミット
c6ddc23c2c
共有3 個のファイルを変更した10 個の追加2 個の削除を含む
  1. 6 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 2 2
      dselect/helpmsgs.cc

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2007-01-23  Sven Joachim  <sven_joachim@web.de>
+	    Guillem Jover  <guillem@debian.org>
+
+	* dselect/helpmsgs.cc (hlp_listkeys): Fix up and down keystrokes.
+	(hlp_methkeys): Reorder up and down keystrokes.
+
 2007-01-23  Guillem Jover  <guillem@debian.org>
 
 	* scripts/dpkg-source.pl: Fix typo in variable name from $dirc to

+ 2 - 0
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).

+ 2 - 2
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\