aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-07-20 19:33:13 +0200
committerkoekeishiya <aasvi93@hotmail.com>2018-07-20 19:33:13 +0200
commit98e18bcfdf95f98ed129fcb43427c2616f92ec3c (patch)
tree75d8e506dade8b252722eb08f3c6e7be95ba8c05 /src
parent6e9823e29b5c268545bddffee1d0cc095388f3df (diff)
downloadskhd-98e18bcfdf95f98ed129fcb43427c2616f92ec3c.tar.gz
skhd-98e18bcfdf95f98ed129fcb43427c2616f92ec3c.zip
#44 ocd
Diffstat (limited to 'src')
-rw-r--r--src/synthesize.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synthesize.c b/src/synthesize.c
index 0084604..6eddd6f 100644
--- a/src/synthesize.c
+++ b/src/synthesize.c
@@ -43,6 +43,7 @@ synthesize_modifiers(struct hotkey *hotkey, bool pressed)
void synthesize_key(char *key_string)
{
if (!initialize_keycode_map()) return;
+
struct parser parser;
parser_init_text(&parser, key_string);