1

On the device is installed through MinimalCD only linux-generic kernel, and some restricted modules, following the steps from Installation/LowMemorySystems with Fluxbox window manager the only installed environment.

The right click and the mouse for the touch screen are working normally. Tell me please is there any way to enable right click on the touch screen?

Best regards.

XPDIN
  • 577
  • http://askubuntu.com/questions/346210/how-to-emulate-a-right-mouse-button-click-on-touchscreen - questions with bounties cannot be flagged as dupes, so just take a look at that link – Lynob Oct 22 '16 at 19:11
  • Thank you Lynob gsettings set org.gnome.desktop.a11y.mouse secondary-click-enabled "true" didn't work for me. – XPDIN Oct 23 '16 at 06:23

2 Answers2

1

Easystroke allows gesture-based actions. You can configure it so when you, say, draw a circle, it right-clicks. I find it to work well.

To install it, go to Ubuntu Software and type 'easystroke' into the search bar. You can install it from there.

Merlin04
  • 182
  • Thank you Merlin04, I've been trying easystroke, going to Preferences - Additional Buttons - Gesture Button - Click & Hold + Additional Buttons select Button 3, but still doesn't work I would like to keep the screen touched continuously for right click to work, if it will really not be possible, I will try to figure out at least how to use the gestures. If you don't have any clues for keep the touch screen pressed, tell me please the steps for gestures. Thank you. – XPDIN Oct 23 '16 at 06:45
  • First, click Actions. Then, click Add Action. Call it "Right Button". Then, click where it says "Command" and change it to "Button". A window will pop up. Right click in the gray area. Finally, click Record Stroke and draw the gesture on screen that you want to use. Then, you can draw the gesture on screen, and the next tap you make will be right click. – Merlin04 Oct 23 '16 at 14:48
  • After "Record Stroke" it pop up the window Record a new stroke, the next stroke will be associated with the action "right button". You can draw it anywhere on the screen (except for two buttons below). I've tried making a circle from the wireless touch pad synaptics, keeping the left click pressed, pop up appears saying "You are about to bind an action to a single click. This might make it difficult to use Button 1 in the future. Continue?" clicking on yes left click will be used as right click, without having any more left click at all. – XPDIN Oct 23 '16 at 15:39
  • Are you drawing something or just clicking? – Merlin04 Oct 23 '16 at 16:47
  • Tried to make a circle, a X, a square, in different parts of the scree, the pop up with "You are about to bind an action to a single click. This might make it difficult to use Button 1 in the future. Continue?" doesn't apear so fast, after more tries of drawing different things, in different parts of the screen. Thanks – XPDIN Oct 23 '16 at 17:29
  • Do you have any windows open? Try drawing the shape on your desktop instead of on top of a window. – Merlin04 Oct 23 '16 at 20:38
  • I appreciate Merlin04, I have just resolved the right click with the help of onboard, more than keyboard, it also has the mouse option for right click like a real the mouse point, it works for touch screen directly just clicking wherever you want on the screen, and having the same effect like a left click of a mouse. Thank you very much. – XPDIN Oct 24 '16 at 18:23
0

It seems the Linux Kernel after 4.8.6 has nice touch integration added for touchscreens. Of course, your hardware is probably different from the three types mentioned in this answer. I recently booted the Nov. 20 release of Antergos on my Dell Inspiron i5378-2885GRY 13.3" FHD 2-in-1 Laptop. There were a lot of features available that were not there with the 4.4 kernel in 16.04. On the kernel version of the Antergos live USB (It was above 4.8.6. Not sure exactly which version it was.), onscreen scrolling works, zoom in/out works, right clicking, and probably other features I am not aware of yet. When I booted the 16.10 iso with the 4.8.0 kernel more features were available compared to a 16.04 kernel version. It seems the 4.8.0 kernel added support for the Surface 3. However, using the 4.8.6+ kernel has added the most functionality for me.

How to get the latest kernel is beyond the scope of this answer. You can try installing the 16.10 kernel (probably with partially better results). You could compile the kernel from source. You could use Arch or an Arch based distribution. I however, will plan to install Debian testing Gnome on the new laptop.

jbrock
  • 3,307