
Description:
Review:
5.0 out of 5 stars A well thought out remote control
I originally bought it just for its IR receiver, so I can program my universal remote to control my HTPC. It does not work. The IR specs are incompatible.I decided to use it by itself. You can tell it's a quality product:* Build quality is great, and I like the no-nonsense feel of the button clicks.* The mouse works very well. It's very accurate and responsive, and I feel comfortable using it for point and click activities. It's way better than other remotes I have used so far.* The keyboard is just the right size and very responsive. Combined with the mouse I have actually used it to edit some config files in a pinch.* Pleasantly surprised it came with backlit buttons, and they work.* Overall feels like they have put in a lot of design into this remote. A lot of thoughts have gone into how to make this remote as functional as possible. They refrained from adding fancy features that do not improve usability, and I appreciate it.A few negatives:* Missing a few important buttons on remote side (stop and exit buttons for Kodi)* Backlit feature uses gravity to determine which side should light up. This actually does not work so well in practice while in bed. Maybe just light up both sides?* Programming it is difficult, and it only has a few buttons that can be programmed.
4.0 out of 5 stars Wii remote + TV Remote
The remote came out the box with a charge and it was basically plug and play into my pc. I tested the mouse feature and it is basically what a wii remote is in how it functions.Their aren't as many programmable buttons at the top as I would like; the ones above the circle "ok" are programmable with my tv remote. For those that don't understand the instructions on how to program the buttons; first you need this remote and your current tv remote. Then, turn on the remote with the switch on the side and hold down one of the orange programmable buttons (which their are only 5), after holding it down for a bit, the blue light on the remote will have a red/purple light turn on next to it, then take your current remote and point it towards the receiver of this remote and press the button on your remote that you want this remote to mimic. You will know if it was successful if you see the red light flash for a second and then disappear. So if you want it to mimic the power button on your remote, press the power button on your current remote pointing the receivers at each other and it will now take on that function.I do like the color with the accent orange but it does not have a backlight in any of the buttons. So, if you are trying to use it in the dark to say turn on your tv, then it will take some memorizing or turning the light on.I really wish that their were like an extra 2 buttons that are programmable. Currently I would like to have the ability to go up, down, left, right on my tv with this remote, but sadly their are only 2 arrows. The left click for the pc is the "OK" in the middle circle, and the right click is the back arrow below that above the mouse activator button.Another gripe I have is that their is no windows button or something of the sort. There are 2 "alt" buttons which I believe do the same thing, with one having a "www" secondary function and the other one having the tilde key secondary. I would rather press w 3 times rather that have a dedicated key for it, and that button can be replaced with the windows key or a button like the windows key for any non-windows users.For my needs, I have tested it to work at least up to 10 ft without connectivity issues although it probably can work further, I have not tested longer distances.The build quality of the remote is quite sturdy,, it passes the bend test like what JerryRigEverything does on phones. It is pretty rigid in construction and is probably a teeny bit bigger than a modern tv remote.It is a downside that it is micro-B cable to charge it when we are progressing over to usb-c everything. but that might be a future upgrade that will take place.All around a pretty good buy for $20, its a good mouse/keyboard/remote combo, that is effective at its job and is arguably better than any mini portable touchpad/keyboard combo.
5.0 out of 5 stars Easy to use and works great for KODI or Raspberry Pi
Works great with KODI and I plan on using it with a Raspberry Pi on the go. Easy and intuitive setup and use. Still haven't checked out all the extras. One tip - When not using the mouse "Suspend" the mouse which turns it off. If it gets to far off comfortably pointing it "suspend" the mouse point device at center of screen and it will recalibrate to your comfort. I'm buying these as gifts!
3.0 out of 5 stars Works well with Kodi with some tweaks but could use some improvements
I bought this to use with Kodi and nextPVR installed on my HTPC. The Top 5 orange buttons are programmable IR buttons, they learn the codes of an existing controller you have. No way as far as I can tell to program them manually, so if you don’t have the original remote you want to copy, you are out of luck. I programmed them to turn on and off my Sony Bravia TV, as well as change the input and volume. While this works, the RII remote IR blaster is significantly weaker than the original Sony remote. I have trouble from 12 feet away using it, have to reach way out and press multiple times. Seems to work OK from about half that distance, so I will usually turn on the TV, change the input, and adjust the volume before going to go sit down. Otherwise, I’ll just use the original remote.These are the other 2.4 Ghz buttons that communicate with the PC on the front of the remote:Direction wheel: same as keyboard direction arrowsOK button, left mouse click (if air mouse is turned on) or keyboard enter key (if air mouse is off)PgUp/PgDn: same as Page Up/Down keys on keyboardApp list: same as app list on keyboard (key usually to left of right control key, looks like arrow pointing to menu list)Power button: same as sleep button on computer or keyboardRemaining 9 buttons are standard keyboard multimedia buttons:APPCOMMAND_BROWSER_BACKWARD = 1 (or right click if air mouse turned on)APPCOMMAND_BROWSER_SEARCH = 5APPCOMMAND_BROWSER_HOME = 7APPCOMMAND_VOLUME_MUTE = 8APPCOMMAND_VOLUME_DOWN = 9APPCOMMAND_VOLUME_UP = 10APPCOMMAND_MEDIA_NEXTTRACK = 11APPCOMMAND_MEDIA_PREVIOUSTRACK = 12APPCOMMAND_MEDIA_PLAY_PAUSE = 14In Kodi when watching a recording the next track button does nothing, and the previous track starts the video from the beginning. I would rather have those buttons fast forward and rewind in Kodi, below is what I did to get that to work:Use the Kodi Keymap Editor Add-on (installed from repository):Settings->Add-ons->Program add-ons->Keymap Editor->Run->Edit->Global->Playback->Fast Forward/Rewind->Edit Key (then press the RII remoter next/previous track key to map)Cancel back to main Keymap Editor window then click Saveor edit (or create) the below file:%APPDATA%\Kodi\userdata\gen.xml<keymap><global><keyboard><key id="53259">fastforward</key><key id="53260">rewind</key></keyboard></global></keymap>The home button launches the default web browser, and the search button brings up the Windows search box. I wanted the home button to launch Kodi, and the search button to launch Google chrome. Below are the registry changes I made on Windows to make that work:To change the multimedia Home button to launch Kodi vice open default Web browser, add/edit below registry key:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey\7]Name Type DataShellExecute REG_SZ "C:\Program Files\Kodi\Kodi.exe"To change the multimedia Search button to launch Google Chrome vice open Windows search box, add/edit below registry key:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey\5]Name Type DataShellExecute REG_SZ "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"Also, if I accidently pressed the sleep button it would cause problems in Kodi. I couldn’t find any way to use that key for something else, so I disabled it:To disable the sleep button on the controller:Control Panel->Power Options->Choose what the power buttons do->When I press the sleep button->Do nothingAs far as the remote itself, it seems to work well. There is no backlight (one of the few reviews with pics clearly shows it having a backlight). The thing I don’t like the most about the remote is that it goes to sleep after 2 minutes. This is extremely annoying since you have to press a button to wake it up, then press the button again to get it to do something. I have a Logitech wireless keyboard and mouse, and I keep them on all the time. The batteries in the keyboard last for several years and the ones in the mouse several months. Maybe they could just make the mouse go to sleep, and if you press a key wake up then actually send the keystroke. Would be nice if you could change the sleep timeout or even disable it. Also, would have been nice if they included software to reprogram the buttons, that way you don’t have to worry about trying to figure out a way to do it in an app or edit the registry.Pros:- Can do everything you need to operate Kodi including turning on the TV- Rechargeable batteries and included USB cableCons:- No software to customize what buttons do- Annoying sleep timer- No backlight- Weak IR transmitter
Works great with Kodi
Unfortunately we couldn't figure out which was the right mouse button when in Air mouse mode
Poco ergonómico como ratón aéreo
Han hecho un cambio en la funcionalidad por el cual el botón derecho del ratón no tiene el comportamiento debido, igual que el que tendría un ratón normal.Informado el servicio técnico de ello, ignoran el problema totalmente
Great when used for a mini PC media centre
Works reasonably well with Kodi running on a mini PC used as a media centre. The IR part can be used to mimic some of the TV remote codes.
Déception
Ne ce synchronise pas avec d’autres télécommandes.
Good
Good
Visit the Rii Store
Rii Mini i25 Multifunction Portable 3 in 1 2.4GHz Wireless Fly Mouse Keyboard and Remote Control with Rechargeable Li-ion Battery for PC, Laptops, Linux, Android Tv Boxs, Windows, Windows, IPTV
BHD1163
Quantity:
Order today to get by
Free delivery on orders over BHD 20
Imported From: United States
At bolo.bh, we stand behind the authenticity and quality of every product we sell. We guarantee that all items offered on our website are 100% genuine, sourced directly from authorized distributors, trusted partners, or the original brands themselves.
We do not sell counterfeit, replica, or unauthorized goods. Each product undergoes thorough inspection and verification at our consolidation and fulfilment centers to ensure it meets our strict authenticity and quality standards before being shipped and delivered to you.
If you ever have concerns regarding the authenticity of a product purchased from us, please contact Bolo Support . We will review your inquiry promptly and, if necessary, provide documentation verifying authenticity or offer a suitable resolution.
Your trust is our top priority, and we are committed to maintaining transparency and integrity in every transaction.
All product information, including images, descriptions, and reviews, is provided by third-party vendors. bolo.bh is not responsible for any claims, promotions, or representations made within product content or images. For more accurate or detailed product information, please contact the manufacturer directly or reach out to Bolo Support.
Unless otherwise stated during checkout, all prices displayed on the product page include applicable taxes and import duties.
bolo.bh operates in accordance with the laws and regulations of Bahrain. Any items found to be restricted or prohibited for sale within the UAE will be cancelled prior to shipment. We take proactive measures to ensure that only products permitted for sale in Bahrain are listed on our website.
All items are shipped by air, and any products classified as “Dangerous Goods (DG)” under IATA regulations will be removed from the order and cancelled.
All orders are processed manually, and we make every effort to process them promptly once confirmed. Products cancelled due to the above reasons will be permanently removed from listings across the website.
Similar suggestions by Bolo
More from this brand
Similar items from “Keyboard & Mouse Combos”
Share with
Or share with link
https://www.bolo.bh/products/UO06KUS7QAD
Visit the Rii Store
Rii Mini i25 Multifunction Portable 3 in 1 2.4GHz Wireless Fly Mouse Keyboard and Remote Control with Rechargeable Li-ion Battery for PC, Laptops, Linux, Android Tv Boxs, Windows, Windows, IPTV
BHD1163
Quantity:
Order today to get by
Free delivery on orders over BHD 20
Imported From: United States
At bolo.bh, we stand behind the authenticity and quality of every product we sell. We guarantee that all items offered on our website are 100% genuine, sourced directly from authorized distributors, trusted partners, or the original brands themselves.
We do not sell counterfeit, replica, or unauthorized goods. Each product undergoes thorough inspection and verification at our consolidation and fulfilment centers to ensure it meets our strict authenticity and quality standards before being shipped and delivered to you.
If you ever have concerns regarding the authenticity of a product purchased from us, please contact Bolo Support . We will review your inquiry promptly and, if necessary, provide documentation verifying authenticity or offer a suitable resolution.
Your trust is our top priority, and we are committed to maintaining transparency and integrity in every transaction.
All product information, including images, descriptions, and reviews, is provided by third-party vendors. bolo.bh is not responsible for any claims, promotions, or representations made within product content or images. For more accurate or detailed product information, please contact the manufacturer directly or reach out to Bolo Support.
Unless otherwise stated during checkout, all prices displayed on the product page include applicable taxes and import duties.
bolo.bh operates in accordance with the laws and regulations of Bahrain. Any items found to be restricted or prohibited for sale within the UAE will be cancelled prior to shipment. We take proactive measures to ensure that only products permitted for sale in Bahrain are listed on our website.
All items are shipped by air, and any products classified as “Dangerous Goods (DG)” under IATA regulations will be removed from the order and cancelled.
All orders are processed manually, and we make every effort to process them promptly once confirmed. Products cancelled due to the above reasons will be permanently removed from listings across the website.
Description:
Review:
5.0 out of 5 stars A well thought out remote control
I originally bought it just for its IR receiver, so I can program my universal remote to control my HTPC. It does not work. The IR specs are incompatible.I decided to use it by itself. You can tell it's a quality product:* Build quality is great, and I like the no-nonsense feel of the button clicks.* The mouse works very well. It's very accurate and responsive, and I feel comfortable using it for point and click activities. It's way better than other remotes I have used so far.* The keyboard is just the right size and very responsive. Combined with the mouse I have actually used it to edit some config files in a pinch.* Pleasantly surprised it came with backlit buttons, and they work.* Overall feels like they have put in a lot of design into this remote. A lot of thoughts have gone into how to make this remote as functional as possible. They refrained from adding fancy features that do not improve usability, and I appreciate it.A few negatives:* Missing a few important buttons on remote side (stop and exit buttons for Kodi)* Backlit feature uses gravity to determine which side should light up. This actually does not work so well in practice while in bed. Maybe just light up both sides?* Programming it is difficult, and it only has a few buttons that can be programmed.
4.0 out of 5 stars Wii remote + TV Remote
The remote came out the box with a charge and it was basically plug and play into my pc. I tested the mouse feature and it is basically what a wii remote is in how it functions.Their aren't as many programmable buttons at the top as I would like; the ones above the circle "ok" are programmable with my tv remote. For those that don't understand the instructions on how to program the buttons; first you need this remote and your current tv remote. Then, turn on the remote with the switch on the side and hold down one of the orange programmable buttons (which their are only 5), after holding it down for a bit, the blue light on the remote will have a red/purple light turn on next to it, then take your current remote and point it towards the receiver of this remote and press the button on your remote that you want this remote to mimic. You will know if it was successful if you see the red light flash for a second and then disappear. So if you want it to mimic the power button on your remote, press the power button on your current remote pointing the receivers at each other and it will now take on that function.I do like the color with the accent orange but it does not have a backlight in any of the buttons. So, if you are trying to use it in the dark to say turn on your tv, then it will take some memorizing or turning the light on.I really wish that their were like an extra 2 buttons that are programmable. Currently I would like to have the ability to go up, down, left, right on my tv with this remote, but sadly their are only 2 arrows. The left click for the pc is the "OK" in the middle circle, and the right click is the back arrow below that above the mouse activator button.Another gripe I have is that their is no windows button or something of the sort. There are 2 "alt" buttons which I believe do the same thing, with one having a "www" secondary function and the other one having the tilde key secondary. I would rather press w 3 times rather that have a dedicated key for it, and that button can be replaced with the windows key or a button like the windows key for any non-windows users.For my needs, I have tested it to work at least up to 10 ft without connectivity issues although it probably can work further, I have not tested longer distances.The build quality of the remote is quite sturdy,, it passes the bend test like what JerryRigEverything does on phones. It is pretty rigid in construction and is probably a teeny bit bigger than a modern tv remote.It is a downside that it is micro-B cable to charge it when we are progressing over to usb-c everything. but that might be a future upgrade that will take place.All around a pretty good buy for $20, its a good mouse/keyboard/remote combo, that is effective at its job and is arguably better than any mini portable touchpad/keyboard combo.
5.0 out of 5 stars Easy to use and works great for KODI or Raspberry Pi
Works great with KODI and I plan on using it with a Raspberry Pi on the go. Easy and intuitive setup and use. Still haven't checked out all the extras. One tip - When not using the mouse "Suspend" the mouse which turns it off. If it gets to far off comfortably pointing it "suspend" the mouse point device at center of screen and it will recalibrate to your comfort. I'm buying these as gifts!
3.0 out of 5 stars Works well with Kodi with some tweaks but could use some improvements
I bought this to use with Kodi and nextPVR installed on my HTPC. The Top 5 orange buttons are programmable IR buttons, they learn the codes of an existing controller you have. No way as far as I can tell to program them manually, so if you don’t have the original remote you want to copy, you are out of luck. I programmed them to turn on and off my Sony Bravia TV, as well as change the input and volume. While this works, the RII remote IR blaster is significantly weaker than the original Sony remote. I have trouble from 12 feet away using it, have to reach way out and press multiple times. Seems to work OK from about half that distance, so I will usually turn on the TV, change the input, and adjust the volume before going to go sit down. Otherwise, I’ll just use the original remote.These are the other 2.4 Ghz buttons that communicate with the PC on the front of the remote:Direction wheel: same as keyboard direction arrowsOK button, left mouse click (if air mouse is turned on) or keyboard enter key (if air mouse is off)PgUp/PgDn: same as Page Up/Down keys on keyboardApp list: same as app list on keyboard (key usually to left of right control key, looks like arrow pointing to menu list)Power button: same as sleep button on computer or keyboardRemaining 9 buttons are standard keyboard multimedia buttons:APPCOMMAND_BROWSER_BACKWARD = 1 (or right click if air mouse turned on)APPCOMMAND_BROWSER_SEARCH = 5APPCOMMAND_BROWSER_HOME = 7APPCOMMAND_VOLUME_MUTE = 8APPCOMMAND_VOLUME_DOWN = 9APPCOMMAND_VOLUME_UP = 10APPCOMMAND_MEDIA_NEXTTRACK = 11APPCOMMAND_MEDIA_PREVIOUSTRACK = 12APPCOMMAND_MEDIA_PLAY_PAUSE = 14In Kodi when watching a recording the next track button does nothing, and the previous track starts the video from the beginning. I would rather have those buttons fast forward and rewind in Kodi, below is what I did to get that to work:Use the Kodi Keymap Editor Add-on (installed from repository):Settings->Add-ons->Program add-ons->Keymap Editor->Run->Edit->Global->Playback->Fast Forward/Rewind->Edit Key (then press the RII remoter next/previous track key to map)Cancel back to main Keymap Editor window then click Saveor edit (or create) the below file:%APPDATA%\Kodi\userdata\gen.xml<keymap><global><keyboard><key id="53259">fastforward</key><key id="53260">rewind</key></keyboard></global></keymap>The home button launches the default web browser, and the search button brings up the Windows search box. I wanted the home button to launch Kodi, and the search button to launch Google chrome. Below are the registry changes I made on Windows to make that work:To change the multimedia Home button to launch Kodi vice open default Web browser, add/edit below registry key:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey\7]Name Type DataShellExecute REG_SZ "C:\Program Files\Kodi\Kodi.exe"To change the multimedia Search button to launch Google Chrome vice open Windows search box, add/edit below registry key:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey\5]Name Type DataShellExecute REG_SZ "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"Also, if I accidently pressed the sleep button it would cause problems in Kodi. I couldn’t find any way to use that key for something else, so I disabled it:To disable the sleep button on the controller:Control Panel->Power Options->Choose what the power buttons do->When I press the sleep button->Do nothingAs far as the remote itself, it seems to work well. There is no backlight (one of the few reviews with pics clearly shows it having a backlight). The thing I don’t like the most about the remote is that it goes to sleep after 2 minutes. This is extremely annoying since you have to press a button to wake it up, then press the button again to get it to do something. I have a Logitech wireless keyboard and mouse, and I keep them on all the time. The batteries in the keyboard last for several years and the ones in the mouse several months. Maybe they could just make the mouse go to sleep, and if you press a key wake up then actually send the keystroke. Would be nice if you could change the sleep timeout or even disable it. Also, would have been nice if they included software to reprogram the buttons, that way you don’t have to worry about trying to figure out a way to do it in an app or edit the registry.Pros:- Can do everything you need to operate Kodi including turning on the TV- Rechargeable batteries and included USB cableCons:- No software to customize what buttons do- Annoying sleep timer- No backlight- Weak IR transmitter
Works great with Kodi
Unfortunately we couldn't figure out which was the right mouse button when in Air mouse mode
Poco ergonómico como ratón aéreo
Han hecho un cambio en la funcionalidad por el cual el botón derecho del ratón no tiene el comportamiento debido, igual que el que tendría un ratón normal.Informado el servicio técnico de ello, ignoran el problema totalmente
Great when used for a mini PC media centre
Works reasonably well with Kodi running on a mini PC used as a media centre. The IR part can be used to mimic some of the TV remote codes.
Déception
Ne ce synchronise pas avec d’autres télécommandes.
Good
Good
Similar suggestions by Bolo
More from this brand
Similar items from “Keyboard & Mouse Combos”
Share with
Or share with link
https://www.bolo.bh/products/UO06KUS7QAD