And whoops I forgot the most important thing: MY USE CASE (for keyboard input in Area planning again)
This commit is contained in:
parent
04fa7cf20f
commit
32112462f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue