Right Alt key not working in FreeBSD console

  • Thread starter Thread starter Deleted member 65953
  • Start date Start date
D

Deleted member 65953

Guest
When using the FreeBSD console, I am able to use the left Alt key to invoke the line editing commands in the shell (/bin/sh). For example, I am able to use Meta-Backspace to delete the previous word, where Meta is the left Alt key. However, I am unable to use the right Alt key to invoke any Meta commands. How do I enable the use of the right Alt key?
 
Might be related to right Alt being used as AltGr or something like that.
Can't help you much beyond that.
 
Might be related to right Alt being used as AltGr or something like that.
Can't help you much beyond that.

I noticed that Esc-Backspace produces the same result as left Alt-Backspace. Why does the Esc key act as a Meta key while the right Alt key doesn't?

I am using a US keyboard.
 
edit (or clone) /usr/share/vt/keymaps/us.kbd and replace ralt with lalt
then reload the new keymap with kbdcontrol -l
 
Back
Top