mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2026-02-11 04:26:41 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4366d88eca |
@@ -1,4 +1,4 @@
|
|||||||
VERSION = 0.19.3
|
VERSION = 0.19.4
|
||||||
CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700
|
CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
MANPREFIX = ${PREFIX}/share/man
|
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->mods & Shift) {
|
||||||
if (kb->debug)
|
if (kb->debug)
|
||||||
fprintf(stderr, "Pressing copy key (with shift)\n");
|
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 {
|
} else {
|
||||||
if (kb->debug)
|
if (kb->debug)
|
||||||
fprintf(stderr, "Pressing copy key\n");
|
fprintf(stderr, "Pressing copy key\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user