1
0
forked from GitHub/gf-core

Add support for SOFT_BIND (which PGF runtime doesn't support)

This commit is contained in:
John J. Camilleri
2021-02-16 14:51:29 +01:00
parent 4d1217b06d
commit 23e49cddb7
5 changed files with 29 additions and 15 deletions

View File

@@ -1,6 +1,14 @@
Bind: FtoS f1
Bind: f1
BindCnc: hello there
Bind: FtoS f2
BindCnc: good bye
Bind: f2
BindCnc: goodbye
Bind: concat f1 f2
BindCnc: hello there goodbye
Bind: bind f1 f2
BindCnc: hello theregoodbye
Bind: softbind f1 f2
BindCnc: hello theregoodbye