mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
forgot to remove debugging printf
This commit is contained in:
parent
7e8d509fdd
commit
be7d0e2016
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ is_modifier_key(int key) {
|
|||
static inline int
|
||||
get_localized_key(int key, int scancode) {
|
||||
const char *name = glfwGetKeyName(key, scancode);
|
||||
if (name != NULL) printf("key name: %s\n", name);
|
||||
if (name == NULL || name[1] != 0) return key;
|
||||
switch(name[0]) {
|
||||
#define K(ch, name) case ch: return GLFW_KEY_##name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue