Jonathan Chacón
Fri, 06 Jun 2008 22:01:14 -0700
-----Mensaje original----- De: [EMAIL PROTECTED] [EMAIL PROTECTED] En nombre de E.J. Zufelt Enviado el: sábado, 07 de junio de 2008 0:30 Para: Ubuntu Accessibility Asunto: grub beep control-g
>Good evening,
Hi
>I am blind and running a dual-boot of Ubuntu and Windows. I would like to
find a way to make the grub menu beep when it >is loaded. I understand that
this can be done by adding control-g at the beginning of one of the menu
titles.
>However, I can't seem to produce the control-g code in either vi or vim
through gnome-terminal. Any suggestions?
You have to add the hexadecimal character 07 using a hexadecimal editor.
You can use hexedit in Ubuntu:
$ sudo aptitude install hexedit
Hexedit is an easy editor with 2 views. First view is for plain text. The
second one is for hexadecimal version.
You can jump between views using tab key.
You have to set the cursor on a space character in a line with the command
Title. For example:
Title Microsoft Windows XP
You can set the cursor between Windows and XP.
Next, press tab key to jump to hexadecimal view and type 07. Note, you have
to type 0, right arrow and 7 because insert text mode is deactivated by
default.
When you had made the changes. Save the file pressing control+X
Regards
Jonathan Chacón
--
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility