mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2026-02-06 18:26:36 +01:00
fixup, broken syntax
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user