Changes between Version 1 and Version 2 of Ticket #9586, comment 6
- Timestamp:
- Apr 22, 2014, 10:53:55 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9586, comment 6
v1 v2 9 9 10 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)` ... 11 EDIT 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 13 I won't even try to find who or what defines `_TopLevelFilter()` that's too hairy for me *g* 14