summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-19 17:47:47 -0400
committerPietro Gagliardi <[email protected]>2014-03-19 17:47:47 -0400
commit32112462f83204db19db4940cb51df3fc497f568 (patch)
treebefb910b092b9cd1987472a77509e3894494a923
parent04fa7cf20f4009e5279a8d9b8812f7291d4b7e54 (diff)
And whoops I forgot the most important thing: MY USE CASE (for keyboard input in Area planning again)
-rw-r--r--areaplan.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/areaplan.md b/areaplan.md
index 3b1094f..2ab61ae 100644
--- a/areaplan.md
+++ b/areaplan.md
@@ -647,3 +647,8 @@ type KeyEvent struct {
}
// also note: add Super to Modifiers
```
+
+### Er wait oops
+I forgot I wanted to make a tracker, whose input should in theory be layout independent; if we do the above we can't do this... we would need to use the key codes and hope key codes are keymap-dependent on both Windows and GTK+...
+
+yeah