summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-20 12:14:30 -0400
committerPietro Gagliardi <[email protected]>2014-03-20 12:14:30 -0400
commit88b8937c30c1aee2301fd17b3c2df1a3772f5bce (patch)
tree8ccecc18829ed5f6d691bc0037a20057280eefc2
parente517115556a97a1e8b0ce91229ef9ecc955aec71 (diff)
Er whoops, forgot one bit of info in the past two commits.
-rw-r--r--areaplan.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/areaplan.md b/areaplan.md
index 15ce605..693c487 100644
--- a/areaplan.md
+++ b/areaplan.md
@@ -677,3 +677,4 @@ Virtual key code range | Limited to physical keys on conventional keyboards; out
Character translation at all | Provided by OS, but not sure about some behavioral details (*TODO*) | multiple; see the GTK+ section above; each problematic | Provided by OS; escape hatches available
Single-keystroke character translation | *TODO* | Constants exist for whatever keyboard layout you can imagine | *TODO*
Multi-keystroke character translation | `WM_DEADCHAR`/`WM_UNICHAR` | (see GTK+ s ectiona bove for issues) | Provided by OS; escape hatches avialable
+Character translation ignoring input language (so the programmer can know that the A key was pressed regardless of language) | *TODO* | *TODO* | *maybe* `charactersIgnoringModifiers`? *TODO*