diff --git a/config.mk b/config.mk index 8bf9302..21b007d 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.19.3 +VERSION = 0.19.4 CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man diff --git a/keyboard.c b/keyboard.c index a6ce0df..7b4235d 100644 --- a/keyboard.c +++ b/keyboard.c @@ -533,7 +533,7 @@ kbd_press_key(struct kbd *kb, struct key *k, uint32_t time) if (kb->mods & Shift) { if (kb->debug) fprintf(stderr, "Pressing copy key (with shift)\n"); - create_and_upload_keymap(kb, kb->layout->keymap_name, k->code_mod + create_and_upload_keymap(kb, kb->layout->keymap_name, k->code_mod); } else { if (kb->debug) fprintf(stderr, "Pressing copy key\n");