mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 22:32:45 +00:00
...
This commit is contained in:
parent
1f90238b18
commit
acdb56ad5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue