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


Ignore:
Timestamp:
Apr 22, 2014, 10:53:55 AM (10 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9586, comment 6

    v1 v2  
    99
    1010EDIT: 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)` ...
     11EDIT 2: as well as `printf("%p...", target)` to see if [http://cgit.haiku-os.org/haiku/tree/src/kits/interface/Window.cpp#n1199 this] block gets a chance to call KeyDown() at all.
     12
     13I won't even try to find who or what defines `_TopLevelFilter()` that's too hairy for me *g*
     14