From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Dzvla-0006pU-42 for mharc-grub-devel@gnu.org; Tue, 02 Aug 2005 08:21:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DzvlT-0006jr-OF for grub-devel@gnu.org; Tue, 02 Aug 2005 08:20:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DzvlI-0006Yg-Ug for grub-devel@gnu.org; Tue, 02 Aug 2005 08:20:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzvlI-0006Wx-LJ for grub-devel@gnu.org; Tue, 02 Aug 2005 08:20:48 -0400 Received: from [64.233.170.193] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DzvtS-0000BY-J7 for grub-devel@gnu.org; Tue, 02 Aug 2005 08:29:14 -0400 Received: by rproxy.gmail.com with SMTP id y7so1649599rne for ; Tue, 02 Aug 2005 05:16:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=mS9rB9rwN9DfxpTA/HU2Pjf4SAeAe7Jv5FHr4chXOhzB7cEGqblwWER2Y8VdW4J1/ZHqo/MoU09C0ma1f7n7/ifYjbUCdJyHe3h4DaRXGSlpMTuHAbJz/Jvfcz6ujvl4jCYjZUY1fJkCzeMcKavtOpG+/r8fNq4w3M/UqgE5kCE= Received: by 10.38.208.51 with SMTP id f51mr188930rng; Tue, 02 Aug 2005 05:16:26 -0700 (PDT) Received: from ?192.168.1.100? ([62.203.2.41]) by mx.gmail.com with ESMTP id 71sm3344755rna.2005.08.02.05.16.25; Tue, 02 Aug 2005 05:16:26 -0700 (PDT) Message-ID: <42EF6417.4020302@gmail.com> Date: Tue, 02 Aug 2005 14:16:23 +0200 From: Vladimir Serbinenko User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 7bit Subject: Re: Bug-fixing and keystroke X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 12:21:04 -0000 > > >Serbinenko Vladimir writes: > >>/ 2) How can user call the help? Especially how can user know the/ >>/ available keys? Perhaps this question is more general and we have to/ >>/ extend "help" command?/ > >How about something like `sendkeys --list-keys'. Does that make >sense? > > > The problem is that sendkey is a variable. So we have no command. I could also write a command but does it make sense to have command and a variable? The same problem we have with pager and root variables but while root is set form the beginning and quite intuitive, pager is intuitive but at the beginning you don't see it so you have to know that it exists but sendkey and kb_* are not very intuitive and set only when you load sendkey module. Vladimir P. S. I've just written the "hide", "unhide" and "parttype" commands. Will send a patch after testing