all repos — openbox @ 35ce211ec3ba025b67b5b91ecf10c1b1b2294a43

openbox fork - make it a bit more like ryudo

dont print warnings when reading keys which dont generate text
Dana Jansens danakj@orodu.net
commit

35ce211ec3ba025b67b5b91ecf10c1b1b2294a43

parent

096dad0c6c027100494ede811b33cb8558d32e25

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M obt/keyboard.cobt/keyboard.c

@@ -331,6 +331,9 @@

got_string = TRUE; } } + else if (status == XLookupKeySym) + /* this key doesn't have a text representation, it is a command + key of some sort */; else g_message("Bad keycode lookup. Keysym 0x%x Status: %s\n", (guint) sym,