Skip to main content

Portronics Bubble Dock 4.0 Wireless Keyboard Launched in India — Black and Green Variants listed on Amazon

Portronics has launched th Bubble Dock 4.0 wireless keyboard in both Black and Green online in India. It's available on Amazon India for Rs 1,249.

Launch Price: Rs 1,249 ( MRP: Rs 3,299 (62% discount) | Lowest Price on Apr 30, 2026 )

Pricing

Portronics Bubble Dock 4.0 (Black)
Launch Price: Rs 1,249
MRP: Rs 3,299
Buy on Amazon India

Portronics Bubble Dock 4.0 (Green)
Launch Price: Rs 1,249
MRP: Rs 3,299
Buy on Amazon India

Integrated Holder for Devices

This keyboard comes with a built-in stand. It's designed to hold your tablet or smartphone, helping to set up a cleaner workspace.

Connect to Four Devices

You get to connect up to four devices at once. There are three Bluetooth 5.3 connections available, plus a 2.4 GHz wireless USB receiver for a fourth device. Switching between a laptop, desktop, tablet, or smartphone is made easy.

Microsoft Co-Pilot Key

A dedicated Microsoft Co-Pilot key gives you quick access to AI assistance. This feature is included to help with productivity and simplify tasks.

Volume Control and Numpad

Audio adjustment is handled by a multi-function volume knob. Rotate it to change the volume or press to mute. The keyboard also includes an integrated numeric keypad for faster data entry and calculations.

Type-C Rechargeable Battery

The Bubble Dock 4.0 uses a Type-C port for charging. This rechargeable design means no need for disposable batteries.

Wide Device Compatibility

It's compatible with laptops, desktops, tablets, and smartphones. Portronics positions it for work, study, and multitasking across different platforms.

Specifications

  • Model: Portronics Bubble Dock 4.0
  • Connectivity: 3 x Bluetooth 5.3, 1 x 2.4 GHz USB Receiver
  • Features: Integrated Holder, Microsoft Co-Pilot Key, Volume Knob, Multimedia Hotkeys, Numpad
  • Battery: Rechargeable via Type-C
  • Compatibility: Laptops, PCs, Smartphones, Tablets
  • Available Colors: Black, Green




FAQ

What is the Portronics Bubble Dock 4.0 price in India?
It's priced at Rs 1,249 on Amazon India. The MRP is Rs 3,299.

How many devices can the Bubble Dock 4.0 connect to?
It supports connections to up to 4 devices simultaneously using 3 Bluetooth channels and 1 USB receiver.

Does this keyboard have a dedicated Co-Pilot key?
Yes, it includes a dedicated Microsoft Co-Pilot key for AI assistance.

Is the battery rechargeable?
Yes, the keyboard features a Type-C rechargeable battery.


Disclaimer: As an Amazon Associate, we earn from qualifying purchases. Please read verified reviews on the product page before purchasing. Prices and availability are subject to change.

Comments

Popular posts from this blog

[ Solved ] SBI ATM 055 Ineligible Transaction Error FIX

Are you experiencing 055 Ineligible Transaction Error every time when you use your SBI ATM Card ? I have a easy FIX for you. What is SBI 055 Ineligible Transaction Error ? It means you are doing a transaction which you or your bank has blocked for security or safety issues. Normally, a user blocks International Usage of a particular Debit / Credit card so that it won't be used by hackers or scammers from other parts of the world. The reason why you are seeing this 055 error in India is probably because your ATM Card's Domestic Usage option is Disabled - either you accidently disabled or your Bank Branch did it. Don't worry. It's easy to fix it. Go to  https://www.onlinesbi.com/  and login with your internet banking username and password. Go to ATM Card Services in the Menu, Select the Card you are have issues and the Click on Change Channel Type . You can see the current status of your Domestic Usage when you click on that. If it's Disabled, simply enab...

[ FIX ] Ubuntu 20.04 Bluetooth doesn't Turn On

I have been using a Logitech Bluetooth keyboard for a while now with my Ubuntu 20.04. Everything worked well without any issues until one day the operating system refused to turn on the Bluetooth. I could toggle Bluetooth On button from the Settings, but it did nothing.  After spending some time Google Searching why my Bluetooth started not working all of a sudden, and after trying a variety of commands to troubleshoot the problem, I finally found a working fix for this issue. Open a Terminal ( Ctrl + Alt + T )  and enter below commands one after another.  sudo rmmod btusb sudo modprobe btusb That's it. Your Bluetooth issue would be now solved.  I can guarantee you this problem is going to pop-up every now and then. So copy the above commands to a text file for future uses. Sometimes, even after entering above commands the bluetooth would refuse to turn on. In such cases, just Suspend the system and then wake up it again and check.

Reduce External Monitor Brightness on Ubuntu 20.04, 21.10

External Monitors are a great addition to any workspace. I have a Full HD Benq one connected with my laptop via HDMI cable to do multi-tasking. What I don't like about this setup is the external screen is still very bright even after setting it to the lowest possible setting via physical buttons present on the monitor. Changing brightness on the Laptop doesn't affect the brightness of the external monitor. However, In Ubuntu, you can adjust the brightness level of any connected monitor by opening up a terminal/command line and entering a few comments. Xrandr is the command we would be using to achieve this. How to change External Monitor Brightness on Ubuntu Linux Open a Terminal ( Ctrl + Alt + T ) Enter the command xrandr -q | grep " connected" and press Enter. Find the external monitor name displayed in this command's output. In my case, it is  HDMI-1 To change the brightness enter this command xrandr --output HDMI-1 --brightness 0.5 and press Ente...