mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 05:35:19 +02:00
...
This commit is contained in:
@@ -191,7 +191,7 @@ on_key_input(int key, int scancode, int action, int mods, const char* text, int
|
||||
debug("sent key to child\n");
|
||||
}
|
||||
} else {
|
||||
debug("ignoring as keyboard mode does not allow repeat events\n");
|
||||
debug("ignoring as keyboard mode does not allow %s events\n", action == GLFW_RELEASE ? "release" : "repeat");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user