Touchpad Right-Click Issue in Linux Mint Debian Edition on Chromebook
Linux Mint Debian Edition (LMDE) is a popular choice for users who prefer a stable and reliable Linux distribution. However, some users have reported issues with right-clicking on the touchpad when running LMDE on a Chromebook.
The Right-Click Issue
The right-click function is essential for many tasks in a Linux environment, such as accessing context menus, copying and pasting text, and selecting multiple items. Unfortunately, the default touchpad settings in LMDE on a Chromebook do not include a dedicated right-click button.
Solving the Right-Click Issue
Fortunately, there are several ways to enable right-click functionality on the touchpad in LMDE on a Chromebook. Here are some solutions:
Method 1: Using the ALT Key
One way to right-click on the touchpad is to hold down the ALT key while clicking the touchpad. This method works in most Linux distributions, including LMDE on a Chromebook.
Method 2: Changing Touchpad Settings
Another way to enable right-click functionality is to change the touchpad settings in LMDE. Here are the steps:
- Open the
System Settingsapplication. - Click on
Hardwareand thenTouchpad. - Under the
Touchpadtab, check the box next toTwo-finger right-click. - Close the
System Settingsapplication.
Method 3: Using the xinput Command
For users who prefer a command-line solution, the xinput command can be used to enable right-click functionality. Here are the steps:
- Open a terminal window.
- Enter the following command:
xinput list - Find the ID number of the touchpad. It should be something like
id=11. - Enter the following command, replacing
11with the ID number of the touchpad:xinput set-prop 11 "libinput Tapping Enabled" 1
The right-click issue in LMDE on a Chromebook can be frustrating, but there are several ways to enable this essential functionality. Whether you prefer using the ALT key, changing touchpad settings, or using the xinput command, there is a solution that will work for you.