internal override void OnEvent(SDL.Event e) { switch (e.type) { // Keyboard Up case SDL.EventType.KeyboardButtonUp: { if (!e.keyboard.repeat) { var modifier ...
make a keyboard mod app customizable by writing script (lua/luajit) in lua folder instead of precompiled app. then you can define your own mod logic by yourself!