Everybody knows how to tab between buttons in a GUI.  maybe that's what
he meant ?

Pixel wrote:
> 
> Ron Stodden <[EMAIL PROTECTED]> writes:
> 
> > The DrakX partitioner cannot be operated from the keyboard with no
> > mouse.
> 
> in the help:
> 
> - Ctrl-c  to create a new partition (when an empty partition is selected)
> 
> - Ctrl-d  to delete a partition
> 
> - Ctrl-m  to set the mount point
> 
> and taken directly from diskdrake.pm:
> 
>                 "a" => \&Active,
>                 "b" => \&Move,
>                 "c" => \&Create,
>                 "d" => \&Delete,
>                 "f" => \&Format,
>                 "m" => \&Mount_point,
>                 "M" => \&Mount,
>                 "n" => \&Create,
>                 "o" => \&ReadFromFile,
>                 "s" => \&SaveInFile,
>                 "q" => \&Exit,
>                 "r" => \&Resize,
>                 "t" => \&Type,
>                 "u" => \&Unmount,
>                 "w" => \&WritePartitions,
>                 "W" => \&WriteFstab,
> 
> hopefully it is explicit enough :)
> 
> cu Pixel.

Reply via email to