debutant evenement onClick

Vous voulez de l'aide ? Postez ici :)
Post Reply
logost
Posts: 12
Joined: 05 Sep 2020, 09:46

debutant evenement onClick

Post by logost »

Bonjour je voudrais remplacer le clic gauche par une lettre (prenons la lettre "a" par exemple), je suppose qu'il faut cree une condition si "clic gauche" alors le script appuie sur "a".
Mais je ne comprend absolument pas comment mettre une condition sur un clic.
Deuxième solution ce serait de mettre en pause/reprendre le script avec le "clic gauche".

Si quelqu'un peut m'aider s'il vous plait.
eureka
Posts: 204
Joined: 08 Mar 2016, 22:18

Re: debutant evenement onClick

Post by eureka »

From the English chapter.

Unless I am mistaken I believe that Key Condition does not recognise mouse left click action.
I understand that you wish to use mouse left click to type a character (I cannot imagine why)..
Here using Ubuntu (Linux) I can invoke another tool - AutoKey - which can in turn
(on pressing a hot key) launch an Actiona script in a tool chain. I would try writing a python script which imports subprocess and then can run commands.

using actexec yourscript.ascr in subprocess after mouse left click is recognised as hot key.

But note that you might not need Actiona for some scripts written in python.

There might be a much easier way but that is all I can think of.
Pirlouis
Posts: 6
Joined: 12 Aug 2020, 08:30

Re: debutant evenement onClick

Post by Pirlouis »

Bonjour eureka,

A quoi ressemble ton scénario ?
eureka
Posts: 204
Joined: 08 Mar 2016, 22:18

Re: debutant evenement onClick

Post by eureka »

Windows ou Linux?
Si Linux utilise Autokey.
Si Windows utilise AutoHotKey.
Je suis sous Ubuntu (Linux).
Post Reply