lkml.org 
[lkml]   [2001]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Few thoughts about CML2 and kernel configuration
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
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 12:55    [W:0.028 / U:0.480 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site