Autokey : Automate Typing Text, Phrases and Scripts in Linux Mint

Autokey : Automate Typing Text, Phrases and Scripts in Linux Mint

linuxforever

10 лет назад

48,361 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

_AtA_
_AtA_ - 14.07.2023 06:02

Hello Friends !!!

Ответить
Haydar KIR
Haydar KIR - 26.12.2022 20:32

Does it work in console mode (terminal)?

Ответить
cottton™
cottton™ - 06.08.2021 19:30

This tool is GREAT!
I searched a SMPLE tool to send keys. No mouse, no shit. Just keys.
Needed to press TAB TAB TAB TAB ENTER on a website over and over again (no "download all" -button).
And THIS tool finally helped me out.
1. Click "new"
2. click "script"
3. Insert script:
keyboard.send_keys("<enter>")
time.sleep(0.025)
keyboard.send_keys("<tab>")
time.sleep(0.025)
keyboard.send_keys("<tab>")
time.sleep(0.025)
keyboard.send_keys("<tab>")
time.sleep(0.025)
keyboard.send_keys("<tab>")
4. click "Hotkey" and set to a shortcut (f.e. STRG + numpad 1)
5. click save (or STRG + S)
6. DONE!

Ответить
wakaehe
wakaehe - 02.02.2021 14:23

Thanks, now I can write "?" using my English keyboard in Portuguese

Ответить
AmazingSCPF
AmazingSCPF - 28.12.2020 13:25

I want to make it so it rapidly press spacebar, how do I do it?

Ответить
Maximo Dakila
Maximo Dakila - 20.10.2020 16:13

What a terrible tutorial. Didn't even show how to create a new one and see if it'd work. Instead he just used the existing one.

Ответить
50414e5453534806
50414e5453534806 - 02.06.2020 08:49

Hi, does this allow for multiple keyboards on one machine?

Ответить
Jack Mason
Jack Mason - 09.10.2019 19:09

Thank you. Abbreviations can't be saved. Is this a permissions issue?

Ответить
Egor Smorgunov
Egor Smorgunov - 25.10.2018 12:46

да эта фигня не работает даже с английскими буквами 0.90

Ответить
Ludo Beckers
Ludo Beckers - 06.01.2018 18:08

sudo add-apt-repository ppa:troxor/autokey
sudo apt update
sudo apt install autokey-gtk

(taken from the google group autokey-users)

Ответить
wayneqjr
wayneqjr - 02.10.2015 03:51

is not working, what am I doing wrong?
I have auto key running on ubuntu 14.04
I can type a pass phrase and it will ask if I want to paste the phrase saved in the text file, I click yes and nothing is pasted.

Ответить
linuxforever
linuxforever - 25.08.2013 23:17

One can add new folders and phrases.

Ответить