Fix Shift key not working with IBUS

Fixes #721
This commit is contained in:
Kovid Goyal
2018-07-12 09:25:51 +05:30
parent 95187632bf
commit 6e9aecdff3
3 changed files with 8 additions and 4 deletions

4
glfw/ibus_glfw.h vendored
View File

@@ -38,8 +38,8 @@ typedef struct {
} _GLFWIBUSData;
typedef struct {
xkb_keycode_t keycode;
xkb_keysym_t keysym;
xkb_keycode_t keycode, ibus_keycode;
xkb_keysym_t keysym, ibus_sym;
unsigned int glfw_modifiers;
int action;
GLFWid window_id;