I would like to use a character from an external Bluetooth "keyboard" to actuate the next step in a program; specifically the characters required are the left and right cursor arrow keys. At the moment the step is actuated by touching a button.
The "keyboard" is actually a foot operated switch designed to turn pages on an iPad application such as foreScore. It sends a right cursor key symbol to turn a page. any ideas would be appreciated.
External keyboard
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: External keyboard
Yes, this is a very important suggestion.
External keyboard will be supported in next release. Please see "4.5 version" topic for details.
External keyboard will be supported in next release. Please see "4.5 version" topic for details.
Re: External keyboard
thanks. I look forward to the new version. Another most useful thing to include would be a "Case" structure - would save the horrors of nested " ifs"
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: External keyboard
Thank you for suggestion!
- Dutchman
- Posts: 851
- Joined: Mon May 06, 2013 9:21 am
- My devices: iMac, iPad Air, iPhone
- Location: Netherlands
- Flag:
Re: External keyboard
What is the difference with ON/GOTO or ON/GOSUBcsteadman wrote:Another most useful thing to include would be a "Case" structure - would save the horrors of nested " ifs"
Re: External keyboard
Thankyou for version 4.5: the inkey() function works perfectly for me and solves my problem completly