Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Disable Easystroke command

  1. #1
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Disable Easystroke command

    Does anybody know if Easystroke could be disabled/enabled from command line. A status toggle or 'Start disabled' option will also do.

    Thanks in advance.
    How can I use a signature in forums?

  2. #2
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Cool Re: Disable Easystroke command

    Bump.
    How can I use a signature in forums?

  3. #3
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Disable Easystroke command

    In your easystroke preferences you can choose to display a tray icon
    which gives you a right click disable option.

  4. #4
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Smile Re: Disable Easystroke command

    That is what I am doing at present. What I want is an option to start it disbled, so that I will not have to disable after every login and just enable from the tray icon. Other wise I will have to remove it from startup and invoke it manually whenever required.

    The reason is, I am using Button1 for easystrokes.
    How can I use a signature in forums?

  5. #5
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Smile Re: Disable Easystroke command

    Bump.
    How can I use a signature in forums?

  6. #6
    Join Date
    Nov 2005
    Location
    Oslo, Norway
    Beans
    217
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Disable Easystroke command

    I'm not sure you can do this in an easy way, without digging into the source of easystroke. The man page for easystroke gives no option for starting it disabled from the command line.

    What you can do is set up a gesture for disabling easystroke. Just pick Type>Misc, and choose Disable (Enable) from the menu. This is quicker than clicking the icon. Of course, once disabled, you cant use the gesture to re-enable it.

    Maybe someone else has a better solution.

  7. #7
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Smile Re: Disable Easystroke command

    Thank you so much. It almost serves my requirement. A solution as per the Original post is welcome, though.

    How can I use a signature in forums?

  8. #8
    Join Date
    Jul 2009
    Beans
    12

    Re: Disable Easystroke command

    there is a solution. You can trigger easystroke actions via the bash.

    So add an action that ist called toggle_active that disables or enables easystroke.

    In bash:

    easystroke send toggle_active

    Done

  9. #9
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Smile Re: Disable Easystroke command

    A script file with the following content did not work

    Code:
    #!/bin/bash
    easystroke send toggle_active
    Can you please provide the correct method for doing this?

    TIA.
    How can I use a signature in forums?

  10. #10
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Disable Easystroke command

    Bump !
    How can I use a signature in forums?

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •