More TODOs.
This commit is contained in:
parent
2afbaa033d
commit
67b574fdc0
5
todo.md
5
todo.md
|
@ -7,9 +7,12 @@ super ultra important things:
|
||||||
- formalize what happens if Modifiers by themselves are held
|
- formalize what happens if Modifiers by themselves are held
|
||||||
- OS X: find out if multiple DIFFERENT modifiers released at once produces multiple events
|
- OS X: find out if multiple DIFFERENT modifiers released at once produces multiple events
|
||||||
- in general, figure out what to do on multiple events, period
|
- in general, figure out what to do on multiple events, period
|
||||||
|
- OS X: the behavior of Modifiers and other keys is broken: keyDown:/keyUp: events stop being sent when the state of Modifiers changes, which is NOT what we want
|
||||||
|
- [13:44] <Psy> pietro10: nope, the system decides
|
||||||
|
|
||||||
|
- welp; this changes everything
|
||||||
- OS X: handle Insert/Help key change in a sane and deterministic way
|
- OS X: handle Insert/Help key change in a sane and deterministic way
|
||||||
- will need old and new Mac keyboards...
|
- will need old and new Mac keyboards...
|
||||||
- OS X: the behavior of Modifiers and other keys is broken: keyDown:/keyUp: events stop being sent when the state of Modifiers changes, which is NOT what we want
|
|
||||||
- make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
|
- make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
|
||||||
- fix OS X so that it follows these rules
|
- fix OS X so that it follows these rules
|
||||||
- cap click count to 2 on all platforms
|
- cap click count to 2 on all platforms
|
||||||
|
|
Loading…
Reference in New Issue