Make numeric shortcut key behaving correctly in "Installation Media" menu.

Approved by:	jkh
This commit is contained in:
Jun Kuriyama 2000-11-10 09:50:22 +00:00
parent 3a335eb7a7
commit ecefc8cf96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68553
3 changed files with 21 additions and 21 deletions

View file

@ -688,13 +688,13 @@ DMenu MenuMedia = {
{ { "1 CDROM", "Install from a FreeBSD CDROM", NULL, mediaSetCDROM },
{ "2 FTP", "Install from an FTP server", NULL, mediaSetFTPActive },
{ "3 FTP Passive", "Install from an FTP server through a firewall", NULL, mediaSetFTPPassive },
{ "3b HTTP", "Install from an FTP server through a http proxy", NULL, mediaSetHTTP },
{ "4 DOS", "Install from a DOS partition", NULL, mediaSetDOS },
{ "5 NFS", "Install over NFS", NULL, mediaSetNFS },
{ "6 File System", "Install from an existing filesystem", NULL, mediaSetUFS },
{ "7 Floppy", "Install from a floppy disk set", NULL, mediaSetFloppy },
{ "8 Tape", "Install from SCSI or QIC tape", NULL, mediaSetTape },
{ "9 Options", "Go to the Options screen", NULL, optionsEditor },
{ "4 HTTP", "Install from an FTP server through a http proxy", NULL, mediaSetHTTP },
{ "5 DOS", "Install from a DOS partition", NULL, mediaSetDOS },
{ "6 NFS", "Install over NFS", NULL, mediaSetNFS },
{ "7 File System", "Install from an existing filesystem", NULL, mediaSetUFS },
{ "8 Floppy", "Install from a floppy disk set", NULL, mediaSetFloppy },
{ "9 Tape", "Install from SCSI or QIC tape", NULL, mediaSetTape },
{ "X Options", "Go to the Options screen", NULL, optionsEditor },
{ NULL } },
};

View file

@ -688,13 +688,13 @@ DMenu MenuMedia = {
{ { "1 CDROM", "Install from a FreeBSD CDROM", NULL, mediaSetCDROM },
{ "2 FTP", "Install from an FTP server", NULL, mediaSetFTPActive },
{ "3 FTP Passive", "Install from an FTP server through a firewall", NULL, mediaSetFTPPassive },
{ "3b HTTP", "Install from an FTP server through a http proxy", NULL, mediaSetHTTP },
{ "4 DOS", "Install from a DOS partition", NULL, mediaSetDOS },
{ "5 NFS", "Install over NFS", NULL, mediaSetNFS },
{ "6 File System", "Install from an existing filesystem", NULL, mediaSetUFS },
{ "7 Floppy", "Install from a floppy disk set", NULL, mediaSetFloppy },
{ "8 Tape", "Install from SCSI or QIC tape", NULL, mediaSetTape },
{ "9 Options", "Go to the Options screen", NULL, optionsEditor },
{ "4 HTTP", "Install from an FTP server through a http proxy", NULL, mediaSetHTTP },
{ "5 DOS", "Install from a DOS partition", NULL, mediaSetDOS },
{ "6 NFS", "Install over NFS", NULL, mediaSetNFS },
{ "7 File System", "Install from an existing filesystem", NULL, mediaSetUFS },
{ "8 Floppy", "Install from a floppy disk set", NULL, mediaSetFloppy },
{ "9 Tape", "Install from SCSI or QIC tape", NULL, mediaSetTape },
{ "X Options", "Go to the Options screen", NULL, optionsEditor },
{ NULL } },
};

View file

@ -688,13 +688,13 @@ DMenu MenuMedia = {
{ { "1 CDROM", "Install from a FreeBSD CDROM", NULL, mediaSetCDROM },
{ "2 FTP", "Install from an FTP server", NULL, mediaSetFTPActive },
{ "3 FTP Passive", "Install from an FTP server through a firewall", NULL, mediaSetFTPPassive },
{ "3b HTTP", "Install from an FTP server through a http proxy", NULL, mediaSetHTTP },
{ "4 DOS", "Install from a DOS partition", NULL, mediaSetDOS },
{ "5 NFS", "Install over NFS", NULL, mediaSetNFS },
{ "6 File System", "Install from an existing filesystem", NULL, mediaSetUFS },
{ "7 Floppy", "Install from a floppy disk set", NULL, mediaSetFloppy },
{ "8 Tape", "Install from SCSI or QIC tape", NULL, mediaSetTape },
{ "9 Options", "Go to the Options screen", NULL, optionsEditor },
{ "4 HTTP", "Install from an FTP server through a http proxy", NULL, mediaSetHTTP },
{ "5 DOS", "Install from a DOS partition", NULL, mediaSetDOS },
{ "6 NFS", "Install over NFS", NULL, mediaSetNFS },
{ "7 File System", "Install from an existing filesystem", NULL, mediaSetUFS },
{ "8 Floppy", "Install from a floppy disk set", NULL, mediaSetFloppy },
{ "9 Tape", "Install from SCSI or QIC tape", NULL, mediaSetTape },
{ "X Options", "Go to the Options screen", NULL, optionsEditor },
{ NULL } },
};