Re: Few thoughts about CML2 and kernel configuration

From: John R Lenton (john@grulic.org.ar)
Date: Sat Jun 16 2001 - 03:14:56 EST


On Sat, Jun 16, 2001 at 11:22:27AM +0600, Anuradha Ratnaweera wrote:
> - The feeling is much similar to that of using lynx (especially using
> left-arrow). It would be very nice if pressing right-arrow gives the
> same effect as pressing enter.

that's what the help says it *should* do. Try this:

----
--- cmlconfigure.py~    Sun Jun 10 13:05:58 2001
+++ cmlconfigure.py     Sat Jun 16 05:10:32 2001
@@ -1478,7 +1478,7 @@
                     cmd = self.help_popup("EXITCONFIRM", (lang["REALLY"],), beep=0)
                     if cmd == ord('q'):
                         break
-                elif cmd in (curses.KEY_ENTER,ord(' '),ord('\r'),ord('\n')) :
+                elif cmd in (curses.KEY_ENTER,curses.KEY_RIGHT,ord(' '),ord('\r'),ord('\n')) :
                     # Operate on the current object
                     if sel_symbol.type == "message":
                         curses.beep()
----

-- John Lenton (john@grulic.org.ar) -- Random fortune: This wasn't just plain terrible, this was fancy terrible. This was terrible with raisins in it. -- Dorothy Parker


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 23 2001 - 21:00:14 EST