Changes between Initial Version and Version 1 of Ticket #9586, comment 6
- Timestamp:
- Apr 22, 2014, 10:45:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9586, comment 6
initial v1 7 7 8 8 As 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 10 EDIT: 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)` ...