LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Tab replaced for Meta_Tab (https://www.linuxquestions.org/questions/linux-software-2/tab-replaced-for-meta_tab-270500/)

Acetylcholine 12-26-2004 11:33 AM

Tab replaced for Meta_Tab
 
I was playing around with keymaps in emacs (arch linux) and on next boot, my tab became meta_tab (or alt + tab).

How to revert it back to being only tab?

Only tab is Ctrl+i


Thaaanksss.

Edit:
Code:

# dumpkeys -l | grep Tab
0x0009  Tab
0x0809  Meta_Tab
Control_i      for Tab

and

Code:

# dumpkeys | grep Tab
keycode  15 = Tab              Tab           
        alt    keycode  15 = Meta_Tab

when i do loadkeys defkeymap (or loadkeys anything_else) i get the same output (even after relogin). Obviously I want to change the Meta_Tab to only Tab, but >WHERE<

Do YOU know?

:) Much thanks


All times are GMT -5. The time now is 02:48 AM.