Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Disable Easystroke command

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

    Smile Toggle Enable/Disable Easy stroke

    A script file as per this post with the following content did not work

    Code:

    #!/bin/bash
    easystroke send toggle_active

    What I want is master gesture to enable/disable Easystroke. Once it is disabled, it should listen for occurrence of the master gesture alone.

    Can you guys please provide the correct method for doing this?

    TIA.
    How can I use a signature in forums?

  2. #12
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Disable Easystroke command

    Please don't create multiple threads on the same subject, I have merged your two threads.

  3. #13
    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?

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

    Unhappy Re: Disable Easystroke command

    Bump again !
    How can I use a signature in forums?

  5. #15
    Join Date
    Aug 2011
    Beans
    24

    Re: Disable Easystroke command

    how about this

    Code:
    killall easystroke; xte 'sleep 5'; easystroke
    you would need xautomation

    Code:
    sudo apt-get install xautomation
    it will close easystroke and open it in 5 seconds, or you can change to any delay you want

  6. #16
    Join Date
    Apr 2009
    Location
    Germany
    Beans
    2,134
    Distro
    Ubuntu Development Release

    Re: Disable Easystroke command

    Quote Originally Posted by hariks0 View Post
    Bump again !
    apparently nobody knows of a built in solution.
    So scratch your own itch!
    get the source and add the feature yourself
    If you are unfamiliar with the programming language, see it as an opportunity to learn.

Page 2 of 2 FirstFirst 12

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
  •