Menu

#683 Bug keyboard layout in the graphical window

open
nobody
None
gfxlib2
2013-07-27
2013-06-26
stabud
No

When you turn the graphics window, switch the layout is not possible.

Discussion

  • dkl

    dkl - 2013-07-27

    This looks like an issue with the gfxlib's window message handling.

    The default keyboard shortcut to switch layouts is ALT+SHIFT (at least on my Windows XP VM), but FB skips ALT keydown/keyup events (instead of passing on to DefWindowProc()) to avoid opening the window menu. I wonder whether that's even needed.

    Changing that doesn't seem to fix the problem of being unable to switch the layouts though, so apparently there's more to it.

     
  • dkl

    dkl - 2013-07-27
    • Component: compiler --> gfxlib2
     

Log in to post a comment.