價格:免費
更新日期:2019-03-02
檔案大小:2.0M
目前版本:1.2
版本需求:Android 4.0.3 以上版本
官方網站:http://www.thetechsol.com
Email:ahmadmti@yahoo.com
This Android application acts like an Android smart TV remote controller. It has a non visible soft keyboard that receives input from the external USB or Bluetooth keyboard in foreground or even in the background and loads some specific HTTP calls.
It can load six different URLs on the sequences that are triggered by the keyboard.
1. if the "+" key is pressed on the numeric keypad, an http call like this is sent: http://localhost:8080/key.php?d=1
2. if the "-" key is pressed on the numeric keypad, an http call like this is sent: http://localhost:8080/key.php?d=-1
3. if the "*" key is pressed on the numeric keypad, an http call like this is sent: http://localhost:8080/key.php?v=1
4. if the "/" key is pressed on the numeric keypad, an http call like this is sent: http://localhost:8080/key.php?v=-1
5. if [number]+[enter] or [number]+[number]+[enter] or [number]+[ number]+[ number]+[enter] are pressed on the numeric keypad, an http call like this is sent: http://localhost:8080/key.php?n=[numbers]
6. if [number]+[.] or [number]+[number]+[.] or [number]+[ number]+[ number]+[.] are pressed on the numeric keypad, an http call like this is sent: http://localhost:8080/key.php?dot_n=[numbers]