Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm running ssh-client (from git package) on Windows and connecting to Ubuntu 11.x ssh-server.

Strange, but ShiftFx keys fails. When I press ShiftF7 Byobu proceed the action as ShiftF5 and so on.

Is there a way to understans where is the bug? Can I run some tool in remote console to view typed keys? Sort of KeyEvents do for Windows?

11:59:06 KEY_EVENT_RECORD: Dn, 1, Vk="VK_SHIFT" [16/0x0010], Scan=0x002A uChar=[U=' ' (0x0000): A=' ' (0x00)]
         Ctrl=0x00000030 (caSac - ecNs) (Windowed)
11:59:06 KEY_EVENT_RECORD: Dn, 1, Vk="VK_F2" [113/0x0071], Scan=0x003C uChar=[U=' ' (0x0000): A=' ' (0x00)]
         Ctrl=0x00000030 (caSac - ecNs) (Windowed)
11:59:06 KEY_EVENT_RECORD: Up, 1, Vk="VK_F2" [113/0x0071], Scan=0x003C uChar=[U=' ' (0x0000): A=' ' (0x00)]
         Ctrl=0x00000030 (caSac - ecNs) (Windowed)
11:59:07 KEY_EVENT_RECORD: Dn, 1, Vk="VK_F3" [114/0x0072], Scan=0x003D uChar=[U=' ' (0x0000): A=' ' (0x00)]
         Ctrl=0x00000030 (caSac - ecNs) (Windowed)
11:59:07 KEY_EVENT_RECORD: Up, 1, Vk="VK_F3" [114/0x0072], Scan=0x003D uChar=[U=' ' (0x0000): A=' ' (0x00)]
         Ctrl=0x00000030 (caSac - ecNs) (Windowed)
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.