From 68f5a5a484e12967cf7c5400d11c4384e3fcc493 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Mon, 20 Aug 2018 05:43:04 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO.md b/TODO.md index 0541830d..7765e1ab 100644 --- a/TODO.md +++ b/TODO.md @@ -13,6 +13,15 @@ https://zhuanlan.zhihu.com/p/39369370 - [x] BlackSkin window template handle window properties (border, buttons, ...) - [x] SM_CXPADDEDBORDER + SM_CXFRAME == 8, don't hardcode this in DarkSkin.xml. This is for the necessary border when the window is maximized. - [ ] Key accessibility for controls + - Check List + - [ ] Button: ENTER / SPACE + - [ ] ComboBox: Keyboard enter focus to select item workflow + - [ ] Ribbon / Tab: Jump between tabs + - [ ] List: Item selection / Traversing / Scrolling (h/v) + - [ ] TextBox / DocumentBox: Scrolling (h/v) + - [ ] DatePicker / DateComboBox: Selecting + - [ ] Scroll / Tracker: AutoFocus property (default to true, false in scroll view) / Keyboard operations + - [ ] Jump between controls - [ ] High DPI for Direct2D (GDI will blur) - [ ] Window Icon - [ ] **Update Release**