Guillaume Rousse <[EMAIL PROTECTED]> writes:

> I found a small focus bug in drakdisk when mouse is not available: left-right 
> arrows allow you to select a partition, but up-down arrow only allow you to 
> select action to apply (format, delete, resize) when last partition is 
> selected, elsewhere they behave as left-right arrows :-(

resolution: won't fix.

Use the shortcuts for the actions (as written in the help):

Create => ctrl+shift+c
...

for more, diskdrake/hd_gtk.pm:

    Create => 'c', Delete => 'd', Format => 'f', 
    Loopback => 'l', Resize => 'r', Type => 't', 
    Mount => 'M', Unmount => 'u', 'Mount point' => 'm',
    'Add to LVM' => 'L', 'Remove from LVM' => 'L', 
    'Add to RAID' => 'R', 'Remove from RAID' => 'R',

Reply via email to