aboutsummaryrefslogtreecommitdiff
path: root/src/synthesize.h
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-07-20 19:26:15 +0200
committerkoekeishiya <aasvi93@hotmail.com>2018-07-20 19:26:15 +0200
commit0b03bdb56667fc3efcbf2624145409436cac9b78 (patch)
treebb5da0de9f7e18d7bcffda48f39acafd4c7a8df6 /src/synthesize.h
parentbee00428694c093baa805858e093815bd59ff112 (diff)
downloadskhd-0b03bdb56667fc3efcbf2624145409436cac9b78.tar.gz
skhd-0b03bdb56667fc3efcbf2624145409436cac9b78.zip
#44 synthesize keypress; skhd -k "alt - h"
Diffstat (limited to 'src/synthesize.h')
-rw-r--r--src/synthesize.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/synthesize.h b/src/synthesize.h
new file mode 100644
index 0000000..4a2b262
--- /dev/null
+++ b/src/synthesize.h
@@ -0,0 +1,7 @@
+#ifndef SKHD_SYNTHESIZE_H
+#define SKHD_SYNTHESIZE_H
+
+void synthesize_key(char *key_string);
+void synthesize_text(char *text);
+
+#endif