summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-06 19:35:26 -0400
committerPietro Gagliardi <[email protected]>2014-06-06 19:35:26 -0400
commitb6ca65069244ef4d85ae7f26e6bfee046cb4b6a8 (patch)
tree4a634373a8ae694bcc379f5619a8a2ef3413cce3 /todo.md
parent3f45feab0bdacc971a24a1c8722bc06afc29e01e (diff)
Added Help key handling (as Insert) on Mac OS X.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.md b/todo.md
index 3c10854..72572f5 100644
--- a/todo.md
+++ b/todo.md
@@ -3,8 +3,7 @@ MAC OS X:
- asked: http://stackoverflow.com/questions/23046414/cocoa-how-do-i-get-nscombobox-indexofselecteditem-to-return-1-if-the-user-m
- 10.6 also spits a bunch of NSNoAutoreleasePool() debug log messages even though I thoguht I had everything in an NSAutoreleasePool...
- OS X: key up with a modifier held and our new modifiers code doesn't seem to happen?
-- OS X: handle Insert/Help key change in a sane and deterministic way
- - will need old and new Mac keyboards...
+- figure out how to bypass the window manager's Help key handling
- point out that Areas get keyboard focus automatically on click on Mac OS X
- make sure Areas get keyboard focus when clicking outside the actual Area space on Mac OS X