forked from GitHub/gf-core
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
Bind: f1
|
|
BindCnc: hello there
|
|
|
|
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
|
|
|
|
Bind: softspace f1 f2
|
|
BindCnc: hello there goodbye
|