From 32112462f83204db19db4940cb51df3fc497f568 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 19 Mar 2014 17:47:47 -0400 Subject: [PATCH] And whoops I forgot the most important thing: MY USE CASE (for keyboard input in Area planning again) --- areaplan.md | 5 +++++ 1 file changed, 5 insertions(+) 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