Announcement

Collapse
No announcement yet.

Touchscree and Rightclick

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Touchscree and Rightclick

    Hi,

    I have a problem with my Touchscreen.
    I have no mouse plugged in so i cant use 'Right-Click'.

    Is there a solution like 'holding left-mouse-button für 1-2 seconds to fire 'right-click-event' ?

    // I'm using Kubuntu 10.10

    greets Hamsta

    #2
    Re: Touchscree and Rightclick

    Install xdotool, use the following command to simulate right click:
    Code:
    xdotool click 3
    Next you can assign a shortcut in System Settings - Shortcuts and Gestures, or simply run this command to open the dialog:
    Code:
    kcmshell4 khotkeys
    Click Edit - New - Global Shorcut - Command/URL, name the action, click Trigger tab - click the button to grab a shortcut, click Action tab and enter this command: xdotool click 3 then hit OK.
    ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

    Comment


      #3
      Re: Touchscree and Rightclick

      thank you

      xdotool click 3 works fine

      but how can i assign to fire up by holding the left mousebutton?

      Comment

      Working...
      X