17 lines
264 B
Plaintext
17 lines
264 B
Plaintext
echo " = Dawn Init = ";
|
|
bind ` toggleconsole;
|
|
bind w up;
|
|
bind s down;
|
|
bind a left;
|
|
bind d right;
|
|
bind up up;
|
|
bind down down;
|
|
bind left left;
|
|
bind right right;
|
|
bind e accept;
|
|
bind enter accept;
|
|
bind q cancel;
|
|
bind esc quit;
|
|
|
|
alias test "echo \"test\"";
|
|
bind p test; |