Changes between Initial Version and Version 1 of Ticket #9586, comment 6


Ignore:
Timestamp:
Apr 22, 2014, 10:45:14 AM (10 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9586, comment 6

    initial v1  
    77
    88As to the behavior of arrow-key messages, as noted above it does not always work. In my experience it depends on how the tab was created, if you clicked inside it ..etc. Sometimes I press arrow-down and get no response at all, until I click the view. Had to do that (clicking) just now when responding to this ticket for example.
     9
     10EDIT: so to solve this riddle I guess it will take some tracing, something like overriding DispatchMessage() to make it printf() the result of `_IsFocusMessage(event)` and `_FindShortcut(key, modifiers)` ...