Reply to Re: "enter" key
If you don't have an account, just leave the password field blank.
Yep. Just create a script called button4 and make it do whatever you like.
This is basically what the enter button normally does. So you can include that bit of code in the button4 script so it still shows the inventory.
This is basically what the enter button normally does. So you can include that bit of code in the button4 script so it still shows the inventory.
void main(void) { show_inventory(); kill_this_task(); }