You are not logged in.

#1 2012-11-15 16:42:57

EasySly
Member
Registered: 2012-03-25
Posts: 35

Shift Tab is not working in TTY. KEYMAP problem?

Hi everyone,

I check the Shift-Tab by solution at http://vim.wikia.com/wiki/Make_Shift-Tab_work
And I have such behavior. In my default configuration

╭─sly-arch@sly-sub  ~ 
╰─$ localectl status
   System Locale: LANG=en_US.UTF-8
       VC Keymap: ru-utf
      X11 Layout: n/a

When I press Ctrl+V Shift-Tab I have real tab, nothing like ^[ didn't appeared.

When I execute

╭─sly-arch@sly-sub  ~ 
╰─$ sudo loadkeys us
Loading /usr/share/kbd/keymaps/i386/qwerty/us.map.gz

And again press Ctrl+V Shift-Tab I have ^[ in the console.

After this I understood that issue in the keymap.

If I execute load such keymap via loadkeys:

╭─sly-arch@sly-sub  ~ 
╰─$ cat backtab.map 
Shift keycode 15 = F100# Shift-Tab (or BackTab)
string F100   = "\033[Z"

everything will be work in TTY as is should be.

Questions:
1. Is it a bug and need to open it?
2. How to resolve this in correct way? Change the used keymap (in this case ru-utf)?

Best Regards,
Vladimir

Last edited by EasySly (2012-11-15 16:44:51)

Offline

Board footer

Powered by FluxBB