dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator
http://www.freedesktop.org/wiki/Software/kmscon
Other
432 stars 79 forks source link

Shift-tab is not working in kmscon tty terminal #56

Closed vkravets closed 11 years ago

vkravets commented 11 years ago

On my environment shift+tab is not working in kmscon tty terminal. In the normal gettty terminal during pressing "Ctrl+V Shifnt+Tab" in the terminal appreaed ^[[Z. In the kmscon nothing, even tab.

As I understarding in kmscon is using xkbd , not kbd as in normal tty. Any suggestion how to resolve this?

Thanks, Vladimir

dvdhrm commented 11 years ago

Hi

Does 9fe0e9119fa2c4d2c27ad690e9832d3026eca062 fix this issue? If not, please use "make check" and then run "./test_key" and report back what is echoed if you press Shift+Tab.

Thanks for the report! David

vkravets commented 11 years ago

It resolves the issue.

Thanks for quick fix.