Hi.
I thought I'd bind key Q to left blinker, and key E to right blinker. Using this guide I've made the scripts, but LFS just says that "ctrl_f11" and "ctrl_f12" are "unknown key functions", even though the guide says they are valid.
My scripts are as follows:
autoexec:
/ctrlf 11 /run indicateLeft
/ctrlf 12 /run indicateRight
/key Q ctrl_f11
/key E ctrl_f12
indicateLeft:
/press 7
/ctrlf 11 /run indicateStop
/ctrlf 12 /run indicateRight
indicateRight:
/press 8
/ctrlf 11 /run indicateLeft
/ctrlf 12 /run indicateStop
indicateStop:
/press 0
/ctrlf 11 /run indicateLeft
/ctrlf 12 /run indicateRight
It is line 3 and 4 in autoexec that contains the "unkown key functions". What am I doing wrong?
I thought I'd bind key Q to left blinker, and key E to right blinker. Using this guide I've made the scripts, but LFS just says that "ctrl_f11" and "ctrl_f12" are "unknown key functions", even though the guide says they are valid.
My scripts are as follows:
autoexec:
/ctrlf 11 /run indicateLeft
/ctrlf 12 /run indicateRight
/key Q ctrl_f11
/key E ctrl_f12
indicateLeft:
/press 7
/ctrlf 11 /run indicateStop
/ctrlf 12 /run indicateRight
indicateRight:
/press 8
/ctrlf 11 /run indicateLeft
/ctrlf 12 /run indicateStop
indicateStop:
/press 0
/ctrlf 11 /run indicateLeft
/ctrlf 12 /run indicateRight
It is line 3 and 4 in autoexec that contains the "unkown key functions". What am I doing wrong?