LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   dvorak layout = can't use bash functions with xterm (https://www.linuxquestions.org/questions/linux-general-1/dvorak-layout-%3D-cant-use-bash-functions-with-xterm-157403/)

elconde 03-14-2004 03:23 AM

dvorak layout = can't use bash functions with xterm
 
Hello


I have the following line in my XF86Config-4 file so I can use a dvorak keyboard:

Option "XkbLayout" "dvorak"


I'm using bash in an xterm window. The problem is when I type alt-f to go forward one word I get a æ character. When I was using tcsh all I had to do was set the environment variable NOREBIND and I could use the alt key. Is there something similar in bash? I couldn't find anything in the man page.

This doesn't happen when I use aterm instead of xterm.

Tinkster 03-14-2004 12:37 PM

Search the man-page for meta


Cheers,
Tink

elconde 03-14-2004 05:35 PM

Cool thanks.

I put the following line in my ~/.inputrc file:

set convert-meta On

and now everything works fine.

I'm still confused though. Why did it work for aterm and not xterm? And according to the bash manual the convert-meta variable defaults to On, but that doesn't seem to be the case.

Thanks again!


All times are GMT -5. The time now is 11:03 PM.